diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-09-02 11:01:25 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-09-02 11:01:25 +0200 |
commit | 5117dba9fcf4b23f94fc9b5896ffdb4876c422b3 (patch) | |
tree | 46d7d80b390cad9b295229e60ab96b9d8179c8a4 | |
parent | 3fc69fc8eb920d6ce143010d5e7fc5cf191c37d1 (diff) |
GNUmakefile: Aesthetic improvements.
-rw-r--r-- | GNUmakefile | 17 |
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 |