summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-03 18:34:39 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-03 18:34:39 +0200
commit7bb62035f03da386db26668b1aff93fac04d3a32 (patch)
tree13ef5533ffffe58d090329805193ed36965c9aad /GNUmakefile
parentd131dfdf8a248d509d676edd09804c597d8d1502 (diff)
Reader: Add support for quoting.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6e7dd64..a080b3b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,17 +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 \
- MLKStringReader.m MLKSymbol.m MLKThrowException.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 \
+ MLKQuoteReader.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