From 30c1591ec870d8ebb7f2d0562c54aa88cd149693 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 6 Aug 2008 20:01:55 +0200 Subject: Add class MLKArray. --- GNUmakefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 7cc4350..0cb2e7f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -25,6 +25,9 @@ TOOL_NAME = etshell toilet FRAMEWORK_NAME = ToiletKit BUNDLE_NAME = Test +ADDITIONAL_OBJCFLAGS += $(CUSTOM_OBJCFLAGS) +ADDITIONAL_LDFLAGS += $(CUSTOM_LDFLAGS) + ifeq ($(DEBUG),YES) ADDITIONAL_OBJCFLAGS += -ggdb3 endif @@ -40,13 +43,14 @@ else ifeq ($(HAVE_FFI_FFI_H),YES) ADDITIONAL_OBJCFLAGS += -DHAVE_FFI_FFI_H else - $(error "Could not find ffi.h. Please install libffi and pass appropriate ADDITIONAL_OBJCFLAGS and ADDITIONAL_LDFLAGS to make.") + $(error "Could not find ffi.h. Please install libffi and pass appropriate CUSTOM_OBJCFLAGS and CUSTOM_LDFLAGS to make.") endif endif -ToiletKit_OBJC_FILES = functions.m globals.m MLKBackquoteReader.m \ - MLKBinding.m MLKCharacter.m MLKCommaReader.m \ - MLKCompiledProcedure.m MLKCons.m MLKDoubleFloat.m \ +ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \ + MLKBackquoteReader.m MLKBinding.m MLKCharacter.m \ + MLKCommaReader.m MLKCompiledProcedure.m MLKCons.m \ + MLKDoubleFloat.m \ MLKDispatchingMacroCharacterReader.m \ MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \ MLKForeignProcedure.m MLKInteger.m \ -- cgit v1.2.3