From 6adfde61994c1427dfbd3d1e0ccbee8f3f7e0365 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 28 Aug 2008 23:47:50 +0200 Subject: Make ToiletKit self-contained. --- GNUmakefile | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3