From 714a595eb34406d75ce250477e7042c85c3ad95e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 2 Aug 2007 21:04:10 +0200 Subject: Beginnings of an Objective C bridge. darcs-hash:907cb9b5f058df6c6697bc71a309edeb976998ff --- GNUmakefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 GNUmakefile (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile new file mode 100644 index 0000000..5aafe7f --- /dev/null +++ b/GNUmakefile @@ -0,0 +1,11 @@ +include $(GNUSTEP_MAKEFILES)/common.make + +LIBRARY_NAME = libobjcl +VERSION = 0.0.1 + +RPM_DISABLE_RELOCATABLE = YES +ADDITIONAL_OBJCFLAGS = -Wall -g -DVERSION=\"$(VERSION)\" +libobjcl_OBJC_FILES = libobjcl.m +LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(GUI_LIBS) $(OBJC_LIBS) $(SYSTEM_LIBS) $(CONFIG_SYSTEM_LIBS) + +include $(GNUSTEP_MAKEFILES)/library.make -- cgit v1.2.3