]> err.no Git - sope/blob - sope-xml/libxmlSAXDriver/GNUmakefile
use Version file for install locations
[sope] / sope-xml / libxmlSAXDriver / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5 include ../Version
6 include ./Version
7
8 BUNDLE_NAME        = libxmlSAXDriver
9 BUNDLE_EXTENSION   = .sax
10 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/
11
12 libxmlSAXDriver_OBJC_FILES = \
13         libxmlSAXDriver.m       \
14         libxmlHTMLSAXDriver.m   \
15         libxmlDocSAXDriver.m    \
16         libxmlSAXLocator.m      \
17         TableCallbacks.m        \
18
19 libxmlSAXDriver_RESOURCE_FILES = bundle-info.plist Version
20 libxmlSAXDriver_LOCALIZED_RESOURCE_FILES =
21
22 -include GNUmakefile.preamble
23 include $(GNUSTEP_MAKEFILES)/bundle.make
24 -include GNUmakefile.postamble
25 -include fhs.make