summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-08-04 15:01:53 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-08-04 15:01:53 +0200
commit4765624c39dffb085554b1459b3e80bcbf347791 (patch)
tree55408134eb69247c8020c540bd65060ba951c439 /GNUmakefile
parent533f953b4dd068e1c76c67e7c27e820606f649bf (diff)
Refactor directory and source file layout.
darcs-hash:0eb031a60f3b86a678869960867410811ca5325c
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5aafe7f..c00c927 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,11 +1,10 @@
include $(GNUSTEP_MAKEFILES)/common.make
-LIBRARY_NAME = libobjcl
-VERSION = 0.0.1
+include version.make
+PACKAGE_NAME = Objective-CL
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
+SUBPROJECTS = Objective-C
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make