diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-28 20:14:44 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-28 20:14:44 +0100 |
commit | cc96561d0c9a2a8e8e00c0c6dec63ea41da54770 (patch) | |
tree | 96cfacc02cb6bbfe484e2090004bfe55359acdcd /Objective-C/GNUmakefile | |
parent | 7cea2578637b823e93798e308ab0811c7fd7b7a4 (diff) |
Import GNU runtime support files from JIGS.
darcs-hash:71a2a7b9fb464ed3f41eef15f5db3c965e28c18a
Diffstat (limited to 'Objective-C/GNUmakefile')
-rw-r--r-- | Objective-C/GNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Objective-C/GNUmakefile b/Objective-C/GNUmakefile index 7401667..d97998b 100644 --- a/Objective-C/GNUmakefile +++ b/Objective-C/GNUmakefile @@ -33,7 +33,8 @@ LIBRARY_NAME = libobjcl RPM_DISABLE_RELOCATABLE = YES ADDITIONAL_OBJCFLAGS = -Wall -g -DVERSION=\"$(VERSION)\" -I/usr/local/include -libobjcl_OBJC_FILES = libobjcl.m PyObjC/objc_support.m PyObjC/objc-runtime-apple.m PyObjC/objc-runtime-gnu.m +libobjcl_OBJC_FILES = JIGS/ObjcRuntimeUtilities2.m libobjcl.m PyObjC/objc_support.m PyObjC/objc-runtime-apple.m PyObjC/objc-runtime-gnu.m +libobjcl_C_FILES = JIGS/ObjcRuntimeUtilities.c LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(GUI_LIBS) $(OBJC_LIBS) $(SYSTEM_LIBS) $(CONFIG_SYSTEM_LIBS) ADDITIONAL_LDFLAGS = $(LIBS) @@ -57,6 +58,7 @@ ifneq ($(COMMON_MAKE_LOADED),) before-all:: $(FFI_DEPS) mkdir -p $(GNUSTEP_OBJ_DIR)/PyObjC + mkdir -p $(GNUSTEP_OBJ_DIR)/JIGS after-clean:: $(FFI_CLEAN) |