summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 23:47:50 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 23:47:50 +0200
commit6adfde61994c1427dfbd3d1e0ccbee8f3f7e0365 (patch)
treef73484e55c096d91f012ab010d9f21cd9bec3d02 /GNUmakefile
parent66d555b5963b4ca6f427d417e75c426e65b4058d (diff)
Make ToiletKit self-contained.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 86b2711..b6f9a00 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -83,8 +83,23 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \
NSString-MLKPrinting.m
ToiletKit_OBJCFLAGS = -Wall
ToiletKit_LDFLAGS = -lgmp -lffi -ldl
-#LIBRARIES_DEPEND_UPON
-
+#FIXME:
+ToiletKit_RESOURCE_FILES = array.lisp control-flow.lisp defun-0.lisp \
+ defun-1.lisp destructuring-bind.lisp evaluation.lisp \
+ ffi.lisp init.lisp list-functions-2.lisp \
+ list-functions.lisp llvm-ffi.lisp numbers.lisp \
+ package.lisp reader.lisp sharpsign.lisp string.lisp \
+ types.lisp util.lisp \
+ \
+ Sacla/array.lisp Sacla/character.lisp Sacla/clos.lisp \
+ Sacla/condition.lisp Sacla/cons.lisp Sacla/core.lisp \
+ Sacla/data-and-control.lisp Sacla/do.lisp \
+ Sacla/eval.lisp Sacla/hash-table.lisp Sacla/init.lisp \
+ Sacla/loop.lisp Sacla/package.lisp Sacla/printer.lisp \
+ Sacla/reader.lisp Sacla/sequence.lisp \
+ Sacla/share-2.lisp Sacla/share.lisp Sacla/stand-in.lisp \
+ Sacla/stream.lisp Sacla/string.lisp Sacla/symbol.lisp \
+ Sacla/testbed.lisp
ifeq ($(USE_LLVM),YES)
LLVM_CONFIG = llvm-config