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