diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-16 11:32:38 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-16 11:32:38 +0200 |
commit | e60a004c48a14d0b5bb109fe7be5552643289925 (patch) | |
tree | 714922c11b5c65832054a01f6fc53158f57104e8 /GNUmakefile | |
parent | cddf492efdf7e44b26a0093fced5673a78c2fd28 (diff) |
Add classes MLKDoubleFloat and MLKSingleFloat.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 11 |
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 |