summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 11:32:38 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 11:32:38 +0200
commite60a004c48a14d0b5bb109fe7be5552643289925 (patch)
tree714922c11b5c65832054a01f6fc53158f57104e8 /GNUmakefile
parentcddf492efdf7e44b26a0093fced5673a78c2fd28 (diff)
Add classes MLKDoubleFloat and MLKSingleFloat.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 41b42c1..12b622d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -18,11 +18,12 @@
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = etoilisp
-etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.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 MLKStream.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 MLKRatio.m MLKReader.m MLKReadtable.m \
+ MLKReaderError.m MLKSingleFloat.m MLKStream.m \
MLKSymbol.m MLKThrowException.m \
MLKUndefinedVariableException.m