]> err.no Git - sope/blob - sope-xml/SaxObjC/GNUmakefile
added PCH support
[sope] / sope-xml / SaxObjC / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../config.make
4 include ../common.make
5
6 ifneq ($(frameworks),yes)
7 LIBRARY_NAME   = libSaxObjC
8 else
9 FRAMEWORK_NAME = SaxObjC
10 endif
11
12 libSaxObjC_PCH_FILE = common.h
13
14 libSaxObjC_OBJC_FILES = \
15         SaxAttributeList.m              \
16         SaxAttributes.m                 \
17         SaxDefaultHandler.m             \
18         SaxException.m                  \
19         SaxHandlerBase.m                \
20         SaxLocator.m                    \
21         SaxMethodCallHandler.m          \
22         SaxNamespaceSupport.m           \
23         SaxObjectDecoder.m              \
24         SaxObjectModel.m                \
25         SaxXMLFilter.m                  \
26         SaxXMLReaderFactory.m           \
27
28 libSaxObjC_HEADER_FILES = \
29         SaxObjC.h                       \
30         SaxAttributeList.h              \
31         SaxAttributes.h                 \
32         SaxContentHandler.h             \
33         SaxDTDHandler.h                 \
34         SaxDeclHandler.h                \
35         SaxDefaultHandler.h             \
36         SaxDocumentHandler.h            \
37         SaxEntityResolver.h             \
38         SaxErrorHandler.h               \
39         SaxException.h                  \
40         SaxHandlerBase.h                \
41         SaxLexicalHandler.h             \
42         SaxLocator.h                    \
43         SaxNamespaceSupport.h           \
44         SaxObjectDecoder.h              \
45         SaxObjectModel.h                \
46         SaxXMLFilter.h                  \
47         SaxXMLReader.h                  \
48         SaxXMLReaderFactory.h           \
49         SaxMethodCallHandler.h          \
50         XMLNamespaces.h                 \
51
52
53 # building
54
55 -include GNUmakefile.preamble
56 ifneq ($(frameworks),yes)
57 include $(GNUSTEP_MAKEFILES)/library.make
58 else
59 include $(GNUSTEP_MAKEFILES)/framework.make
60 endif
61 -include GNUmakefile.postamble
62 -include fhs.make