# $Id$ include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME = libxmlSAXDriver BUNDLE_EXTENSION = .sax BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers libxmlSAXDriver_OBJC_FILES = \ libxmlSAXDriver.m \ libxmlHTMLSAXDriver.m \ libxmlDocSAXDriver.m \ libxmlSAXLocator.m \ TableCallbacks.m \ libxmlSAXDriver_RESOURCE_FILES = bundle-info.plist Version libxmlSAXDriver_LOCALIZED_RESOURCE_FILES = -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble ifneq ($(GNUSTEP_BUILD_DIR),) after-all :: @(cp bundle-info.plist \ $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION)) else after-all :: @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\ cp ../bundle-info.plist .) endif