diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-08-04 15:01:53 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-08-04 15:01:53 +0200 |
commit | 4765624c39dffb085554b1459b3e80bcbf347791 (patch) | |
tree | 55408134eb69247c8020c540bd65060ba951c439 /GNUmakefile | |
parent | 533f953b4dd068e1c76c67e7c27e820606f649bf (diff) |
Refactor directory and source file layout.
darcs-hash:0eb031a60f3b86a678869960867410811ca5325c
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 11 |
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 |