summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 14:36:53 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 14:36:53 +0200
commit6faaa45e37a758ff1e662d1d987df6a5ce2cbd2a (patch)
treea90747f619ab519f2e5c42ee86811cb48690b75e /GNUmakefile
parent382f1be127ada9e777cae9c230254040b508f607 (diff)
Add class MLKParenReader.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 12b622d..a43461b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -18,13 +18,14 @@
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = etoilisp
-etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDoubleFloat.m \
- MLKDynamicContext.m MLKEndOfFileError.m \
- MLKEnvironment.m MLKError.m MLKFloat.m \
- MLKInteger.m MLKLinkedList.m MLKLispValue.m \
- MLKPackage.m MLKRatio.m MLKReader.m MLKReadtable.m \
- MLKReaderError.m MLKSingleFloat.m MLKStream.m \
- MLKSymbol.m MLKThrowException.m \
+etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDoubleFloat.m \
+ MLKDynamicContext.m MLKEndOfFileError.m \
+ MLKEnvironment.m MLKError.m MLKFloat.m \
+ MLKInteger.m MLKLinkedList.m MLKLispValue.m \
+ MLKPackage.m MLKParenReader.m MLKRatio.m \
+ MLKReader.m MLKReadtable.m MLKReaderError.m \
+ MLKSingleFloat.m MLKStream.m MLKSymbol.m \
+ MLKThrowException.m \
MLKUndefinedVariableException.m
BUNDLE_NAME = Test