summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-01 17:08:10 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-01 17:08:10 +0200
commit2ce5b7ded1c689548e9becb6fb39284ea68a1941 (patch)
treea872ad94aa2e5b4b83dd862959490e0fa3548b8d /GNUmakefile
parent786ddbd4cea2fa9808463a5b2ff23dd40b994846 (diff)
Reader: Add support for string literals.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f781996..b535d24 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,18 +27,18 @@ BUNDLE_NAME = Test
ADDITIONAL_OBJCFLAGS = -Wall
-ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \
- MLKDoubleFloat.m MLKDynamicContext.m \
- MLKEndOfFileError.m MLKEnvironment.m MLKFloat.m \
- MLKInteger.m MLKInterpretedClosure.m \
- MLKInterpreter.m MLKLinkedList.m \
- MLKLexicalContext.m MLKLexicalEnvironment.m \
- MLKLispValue.m MLKPackage.m MLKParenReader.m \
- MLKRatio.m MLKReader.m MLKReadtable.m \
- MLKReaderError.m MLKRoot.m MLKSingleFloat.m \
- MLKStream.m MLKStringInputStream.m MLKSymbol.m \
- MLKThrowException.m NSObject-MLKPrinting.m \
- NSString-MLKPrinting.m
+ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \
+ MLKDoubleFloat.m MLKDynamicContext.m \
+ MLKEndOfFileError.m MLKEnvironment.m MLKFloat.m \
+ MLKInteger.m MLKInterpretedClosure.m \
+ MLKInterpreter.m MLKLinkedList.m \
+ MLKLexicalContext.m MLKLexicalEnvironment.m \
+ MLKLispValue.m MLKPackage.m MLKParenReader.m \
+ MLKRatio.m MLKReader.m MLKReadtable.m \
+ MLKReaderError.m MLKRoot.m MLKSingleFloat.m \
+ MLKStream.m MLKStringInputStream.m \
+ MLKStringReader.m MLKSymbol.m MLKThrowException.m \
+ NSObject-MLKPrinting.m NSString-MLKPrinting.m
ToiletKit_LDFLAGS = -lgmp
#LIBRARIES_DEPEND_UPON