# EDStyleSheet.framework # $Id: GNUmakefile,v 1.2 2003-02-07 18:24:26 znek Exp $ ifeq "$(GNUSTEP_SYSTEM_ROOT)" "" include Makefile else # Install into the local root by default GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT) include $(GNUSTEP_MAKEFILES)/common.make ifeq "$(OBJC_RUNTIME_LIB)" "gnu" ADDITIONAL_OBJCFLAGS += -DGNU_RUNTIME endif FRAMEWORK_NAME = EDStyleSheet EDStyleSheet_HEADER_FILES = \ EDSLConditionalElement.h EDSLStyleElement.h \ EDSLContainerElement.h EDSLText.h \ EDSLDynamicStringElement.h EDStyleSheet.h \ EDSLElement.h EDStyleSheetContext.h \ EDSLLetElement.h EDStyleSheetDocument.h \ EDSLLoopElement.h EDStyleSheetProcessor.h \ EDSLSpace.h EDStyleSheet_OBJC_FILES = \ EDSLConditionalElement.m EDSLSpace.m \ EDSLContainerElement.m EDSLStyleElement.m \ EDSLDynamicStringElement.m EDSLText.m \ EDSLElement.m EDStyleSheetContext.m \ EDSLLetElement.m EDStyleSheetDocument.m \ EDSLLoopElement.m EDStyleSheetProcessor.m EDStyleSheet_RESOURCE_FILES = EDSLTags.plist -include Makefile.preamble MAJOR_VERSION = 2 MINOR_VERSION = $(CURRENT_PROJECT_VERSION) -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/framework.make -include GNUmakefile.postamble -include Makefile.postamble endif