diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-05 00:46:41 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-05 00:46:41 +0200 |
commit | f2fc98f3e76ef92297aedb38de3644fc98fb8532 (patch) | |
tree | 491cc82ae4df99387311aeac5655f7195f574fd1 /GNUmakefile | |
parent | f235a94a00e8ff229d33e0f39c29ece5c2c50470 (diff) |
GNUmakefile: Do not try to compile the previously removed file MLKLinkedList.m.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/GNUmakefile b/GNUmakefile index c412b34..ba29aab 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,23 +31,22 @@ else ADDITIONAL_OBJCFLAGS = -Wall -ggdb3 endif -ToiletKit_OBJC_FILES = functions.m MLKBackquoteReader.m MLKBinding.m \ - MLKCharacter.m MLKCommaReader.m MLKCons.m \ - MLKDoubleFloat.m \ - MLKDispatchingMacroCharacterReader.m \ - MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \ - MLKInteger.m MLKInterpretedClosure.m \ - MLKInterpreter.m MLKLinkedList.m \ - MLKLexicalContext.m MLKLexicalEnvironment.m \ - MLKLispValue.m MLKNumber.m MLKPackage.m \ - MLKParenReader.m MLKQuoteReader.m MLKRatio.m \ - MLKReader.m MLKReadtable.m MLKReaderError.m \ - MLKRoot.m MLKSemicolonReader.m \ - MLKSharpsignColonReader.m MLKSingleFloat.m \ - MLKStream.m MLKStringInputStream.m \ - MLKStringOutputStream.m MLKStringReader.m \ - MLKSymbol.m MLKThrowException.m \ - MLKValuesFunction.m NSObject-MLKPrinting.m \ +ToiletKit_OBJC_FILES = functions.m MLKBackquoteReader.m MLKBinding.m \ + MLKCharacter.m MLKCommaReader.m MLKCons.m \ + MLKDoubleFloat.m \ + MLKDispatchingMacroCharacterReader.m \ + MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \ + MLKInteger.m MLKInterpretedClosure.m \ + MLKInterpreter.m MLKLexicalContext.m \ + MLKLexicalEnvironment.m MLKLispValue.m \ + MLKNumber.m MLKPackage.m MLKParenReader.m \ + MLKQuoteReader.m MLKRatio.m MLKReader.m \ + MLKReadtable.m MLKReaderError.m MLKRoot.m \ + MLKSemicolonReader.m MLKSharpsignColonReader.m \ + MLKSingleFloat.m MLKStream.m \ + MLKStringInputStream.m MLKStringOutputStream.m \ + MLKStringReader.m MLKSymbol.m MLKThrowException.m \ + MLKValuesFunction.m NSObject-MLKPrinting.m \ NSString-MLKPrinting.m ToiletKit_LDFLAGS = -lgmp #LIBRARIES_DEPEND_UPON |