]> err.no Git - sope/blob - sope-xml/SaxObjC/GNUmakefile
added Version files to framework builds
[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 SaxObjC_RESOURCE_FILES += Version
11 endif
12
13 libSaxObjC_PCH_FILE = common.h
14 SaxObjC_PCH_FILE = common.h
15
16 libSaxObjC_OBJC_FILES = \
17         SaxAttributeList.m              \
18         SaxAttributes.m                 \
19         SaxDefaultHandler.m             \
20         SaxException.m                  \
21         SaxHandlerBase.m                \
22         SaxLocator.m                    \
23         SaxMethodCallHandler.m          \
24         SaxNamespaceSupport.m           \
25         SaxObjectDecoder.m              \
26         SaxObjectModel.m                \
27         SaxXMLFilter.m                  \
28         SaxXMLReaderFactory.m           \
29
30 libSaxObjC_HEADER_FILES = \
31         SaxObjC.h                       \
32         SaxAttributeList.h              \
33         SaxAttributes.h                 \
34         SaxContentHandler.h             \
35         SaxDTDHandler.h                 \
36         SaxDeclHandler.h                \
37         SaxDefaultHandler.h             \
38         SaxDocumentHandler.h            \
39         SaxEntityResolver.h             \
40         SaxErrorHandler.h               \
41         SaxException.h                  \
42         SaxHandlerBase.h                \
43         SaxLexicalHandler.h             \
44         SaxLocator.h                    \
45         SaxNamespaceSupport.h           \
46         SaxObjectDecoder.h              \
47         SaxObjectModel.h                \
48         SaxXMLFilter.h                  \
49         SaxXMLReader.h                  \
50         SaxXMLReaderFactory.h           \
51         SaxMethodCallHandler.h          \
52         XMLNamespaces.h                 \
53
54 libSaxObjC_PCH_FILE = common.h
55
56 # building
57
58 -include GNUmakefile.preamble
59 ifneq ($(frameworks),yes)
60 include $(GNUSTEP_MAKEFILES)/library.make
61 else
62 include $(GNUSTEP_MAKEFILES)/framework.make
63 endif
64 -include GNUmakefile.postamble
65 -include fhs.make