Differences From Artifact [65effa53d0]:
- File Makefile — part of check-in [6dcf12e9a9] at 2013-11-18 06:24:45 on branch selfcontained — Added note to makefile on compiling on bluehost (user: kiatoaco, size: 2233) [annotate] [blame] [check-ins using]
To Artifact [6f36870ae1]:
- File Makefile — part of check-in [15ba418938] at 2014-09-03 06:14:43 on branch selfcontained — Added message to Makefile to hint that fpic is needed (user: kiatoaco, size: 2279) [annotate] [blame] [check-ins using] [more...]
︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | + | # stmlrun : stmlrun.scm formdat.scm misc-stml.scm session.scm stml.scm \ # setup.scm html-filter.scm requirements.scm keystore.scm \ # cookie.scm sqltbl.scm # csc stmlrun.scm $(TARGDIR)/stmlrun : stmlrun stml.so echo "NOTE: CSC_OPTIONS='-C \"-fPIC\"' make" install stmlrun $(TARGDIR) chmod a+rx $(TARGDIR)/stmlrun $(TARGDIR)/modules : mkdir -p $(TARGDIR)/modules $(MODULES) : $(SOFILES) $(TARGDIR)/modules |
︙ |