X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-xml%2FSaxObjC%2FGNUmakefile;h=49a5300717ac265d26328ad4be930f1a08eae487;hb=4815baecade081095a0a37c958aefa8e8d050fc2;hp=da1fe79454c5dd6c2ad4709b2c016cda110103f7;hpb=ff57a93a904dce9d6470cb01b1bd00496a0d5046;p=sope diff --git a/sope-xml/SaxObjC/GNUmakefile b/sope-xml/SaxObjC/GNUmakefile index da1fe794..49a53007 100644 --- a/sope-xml/SaxObjC/GNUmakefile +++ b/sope-xml/SaxObjC/GNUmakefile @@ -1,9 +1,13 @@ -# $Id: GNUmakefile 4 2004-08-20 17:04:31Z helge $ +# GNUstep makefile +-include ../../config.make include ../common.make +ifneq ($(frameworks),yes) LIBRARY_NAME = libSaxObjC +else FRAMEWORK_NAME = SaxObjC +endif libSaxObjC_DLL_DEF = libSaxObjC.def libSaxObjC_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) @@ -50,16 +54,17 @@ libSaxObjC_HEADER_FILES = \ SaxMethodCallHandler.h \ XMLNamespaces.h \ +# framework support SaxObjC_HEADER_FILES = $(libSaxObjC_HEADER_FILES) SaxObjC_OBJC_FILES = $(libSaxObjC_OBJC_FILES) -# flags --include GNUmakefile.preamble +# building +-include GNUmakefile.preamble +ifneq ($(frameworks),yes) include $(GNUSTEP_MAKEFILES)/library.make - -ifeq ($(FOUNDATION_LIB),apple) +else include $(GNUSTEP_MAKEFILES)/framework.make endif -include GNUmakefile.postamble