diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-24 15:32:54 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-24 15:32:54 +0200 |
commit | 62b2dbaa3d0500abb51ddf88b2e84ff9ebc22846 (patch) | |
tree | b7c00cc6350d4dc66060583da8920e8b37876b91 /GNUmakefile | |
parent | 3738502a328aa4719b868862cbb0dba977359c36 (diff) |
Add class MLKBinding.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7d2eda3..31b6576 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -25,14 +25,15 @@ BUNDLE_NAME = Test ADDITIONAL_OBJCFLAGS = -Wall -ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDoubleFloat.m \ - MLKDynamicContext.m MLKEndOfFileError.m \ - MLKEnvironment.m MLKError.m MLKFloat.m \ - MLKInteger.m MLKInterpreter.m MLKLinkedList.m \ - MLKLexicalContext.m MLKLexicalEnvironment.m \ - MLKLispValue.m MLKPackage.m MLKParenReader.m \ - MLKRatio.m MLKReader.m MLKReadtable.m \ - MLKReaderError.m MLKSingleFloat.m MLKStream.m \ +ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \ + MLKDoubleFloat.m MLKDynamicContext.m \ + MLKEndOfFileError.m MLKEnvironment.m MLKError.m \ + MLKFloat.m MLKInteger.m MLKInterpreter.m \ + MLKLinkedList.m MLKLexicalContext.m \ + MLKLexicalEnvironment.m MLKLispValue.m \ + MLKPackage.m MLKParenReader.m MLKRatio.m \ + MLKReader.m MLKReadtable.m MLKReaderError.m \ + MLKSingleFloat.m MLKStream.m \ MLKStringInputStream.m MLKSymbol.m \ MLKThrowException.m \ MLKUndefinedVariableException.m \ |