]> err.no Git - sope/blob - sope-appserver/WOXML/GNUmakefile
include config.make in makefiles
[sope] / sope-appserver / WOXML / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../config.make
4 include ../common.make
5 include ../Version
6 include ./Version
7
8 LIBRARY_NAME = libWOXML
9
10 libWOXML_HEADER_FILES += \
11         WOXML.h                 \
12         WOXMLDecoder.h          \
13         WOXMLMappingModel.h     \
14
15 libWOXML_OBJC_FILES += \
16         WOXMLDecoder.m          \
17         \
18         WOXMLMapDecoder.m       \
19         WOXMLMappingEntity.m    \
20         WOXMLMappingModel.m     \
21         WOXMLMappingProperty.m  \
22         WOXMLSaxModelHandler.m  \
23
24 libWOXML_HEADER_FILES_DIR         = .
25 libWOXML_HEADER_FILES_INSTALL_DIR = /WOXML
26
27 -include GNUmakefile.preamble
28 include $(GNUSTEP_MAKEFILES)/library.make
29 -include GNUmakefile.postamble
30 -include fhs.make