summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-09-02 11:01:25 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-09-02 11:01:25 +0200
commit5117dba9fcf4b23f94fc9b5896ffdb4876c422b3 (patch)
tree46d7d80b390cad9b295229e60ab96b9d8179c8a4 /GNUmakefile
parent3fc69fc8eb920d6ce143010d5e7fc5cf191c37d1 (diff)
GNUmakefile: Aesthetic improvements.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index aee6ed4..b3bce46 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -93,14 +93,15 @@ ToiletKit_LDFLAGS = -lgmp -lffi -ldl
#
# Anyway, look at ${GNUSTEP_MAKEFILES}/Instance/Shared/bundle.make for details.
#
-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
+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 \
+ numbers.lisp package.lisp reader.lisp \
+ sharpsign.lisp string.lisp types.lisp \
+ util.lisp \
+ \
+ Sacla
ifeq ($(USE_LLVM),YES)
LLVM_CONFIG = llvm-config