summaryrefslogtreecommitdiff
path: root/Objective-C/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-15 15:33:46 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-15 15:33:46 +0200
commit585f55e70e44cccb0807c2bc2d1f0904c8fbc5e1 (patch)
treea94bec4ba2b3a0e298c5619d656cdd013aa2f93d /Objective-C/GNUmakefile
parentd0dd29fcf87b51280dd5c2685063ea42cf4fc115 (diff)
Add libffi support code from PyObjC.
darcs-hash:0cb8e75aa1ea694562f5087aa400840349adcac8
Diffstat (limited to 'Objective-C/GNUmakefile')
-rw-r--r--Objective-C/GNUmakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Objective-C/GNUmakefile b/Objective-C/GNUmakefile
index 33b91ac..92934ed 100644
--- a/Objective-C/GNUmakefile
+++ b/Objective-C/GNUmakefile
@@ -7,12 +7,8 @@ LIBRARY_NAME = libobjcl
RPM_DISABLE_RELOCATABLE = YES
ADDITIONAL_OBJCFLAGS = -Wall -g -DVERSION=\"$(VERSION)\" -I/usr/local/include
-ifdef USE_LIBFFI
ADDITIONAL_LDFLAGS = -lffi
ADDITIONAL_OBJCFLAGS += -DUSE_LIBFFI
-else
-ADDITIONAL_LDFLAGS = -lavcall
-endif
libobjcl_OBJC_FILES = libobjcl.m objc_support.m objc-runtime-apple.m objc-runtime-gnu.m
LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(GUI_LIBS) $(OBJC_LIBS) $(SYSTEM_LIBS) $(CONFIG_SYSTEM_LIBS)