git support, via targets and ignoring
[cls.git] / xlisponly / cmplsp / Makefile
blob0a12b7d597aaea31aa92b2f4b6188671b8d3f500
1 SRCDIR=../..
3 SRC=common.lsp common2.lsp common3.lsp conditns.lsp loadfsl.lsp pathname.lsp \
4 stepper.lsp shlib.lsp
6 FSL=common.fsl common2.fsl common3.fsl conditns.fsl loadfsl.fsl pathname.fsl \
7 stepper.fsl shlib.fsl
9 .SUFFIXES: .lsp .fsl
11 .lsp.fsl:
12 echo "(compile-file \"$<\") (exit)" \
13 | ../sources/xlisp.bin ../sources/cmpload
15 all: $(FSL)
17 $(FSL): $(SRC)
19 # this is used if compiling in a subdirectory of the xlispstat tree
20 $(SRC):
21 ln -s $(SRCDIR)/$@ $@
23 # this is used for creating the separate xlisp only distribution
24 srcfiles:
25 (cd $(SRCDIR); tar cf - $(SRC)) | tar xf -
27 clean:
28 rm -f *.fsl