Overview
Comment:changed stmlmodule.so to stml.so
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | selfcontained
Files: files | file ages | folders
SHA1: 0952b2f8efc374fbce577e044a9437a37c916172
User & Date: matt on 2013-05-18 06:33:55
Other Links: branch diff | manifest | tags
Context
2013-05-18
19:00
Updated stmlrun to require-library stml check-in: 632ed21f6c user: matt tags: selfcontained
06:33
changed stmlmodule.so to stml.so check-in: 0952b2f8ef user: matt tags: selfcontained
2013-05-17
07:19
corrections to makefile check-in: 77e3268c9d user: matt tags: selfcontained
Changes

Modified Makefile from [cd3b61660d] to [74ba9265cf].

35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

$(MODULES) : $(SOFILES) $(TARGDIR)/modules
	cp $< $@

stmlrun : $(OFILES) stmlrun.scm requirements.scm stmlcommon.scm
	csc $(OFILES) stmlrun.scm -o stmlrun

stmlmodule.so : $(OFILES) stmlmodule.scm requirements.scm stmlcommon.scm
	csc $(OFILES) -s stmlmodule.scm

# logging currently relies on this
#
$(LOGDIR) :
	mkdir -p $(LOGDIR)
	chmod a+rwx $(LOGDIR)








|
|







35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

$(MODULES) : $(SOFILES) $(TARGDIR)/modules
	cp $< $@

stmlrun : $(OFILES) stmlrun.scm requirements.scm stmlcommon.scm
	csc $(OFILES) stmlrun.scm -o stmlrun

stml.so : $(OFILES) stmlmodule.scm requirements.scm stmlcommon.scm
	csc $(OFILES) -s stml.scm

# logging currently relies on this
#
$(LOGDIR) :
	mkdir -p $(LOGDIR)
	chmod a+rwx $(LOGDIR)