Imported Upstream version 2.91.2
[platform/upstream/libxml++.git] / libxml++ / filelist.am
1 ## This file is part of libxml++.
2
3 h_root_sources_public = \
4   attribute.h \
5   attributedeclaration.h \
6   attributenode.h \
7   document.h \
8   dtd.h \
9   keepblanks.h \
10   noncopyable.h \
11   relaxngschema.h \
12   schemabase.h \
13   xsdschema.h
14 h_exceptions_sources_public = \
15   exceptions/exception.h \
16   exceptions/parse_error.h \
17   exceptions/validity_error.h \
18   exceptions/internal_error.h \
19   exceptions/wrapped_exception.h
20 h_io_sources_public = \
21   io/istreamparserinputbuffer.h \
22   io/outputbuffer.h \
23   io/ostreamoutputbuffer.h \
24   io/parserinputbuffer.h
25 h_nodes_sources_public = \
26   nodes/cdatanode.h \
27   nodes/commentnode.h \
28   nodes/contentnode.h \
29   nodes/element.h \
30   nodes/entitydeclaration.h \
31   nodes/entityreference.h \
32   nodes/node.h \
33   nodes/processinginstructionnode.h \
34   nodes/textnode.h \
35   nodes/xincludeend.h \
36   nodes/xincludestart.h
37 h_parsers_sources_public = \
38   parsers/parser.h \
39   parsers/saxparser.h \
40   parsers/domparser.h \
41   parsers/textreader.h
42 h_validators_sources_public = \
43   validators/dtdvalidator.h \
44   validators/relaxngvalidator.h \
45   validators/schemavalidatorbase.h \
46   validators/validator.h \
47   validators/xsdvalidator.h
48
49 h_sources_public = \
50   libxml++.h \
51   $(h_root_sources_public) \
52   $(h_exceptions_sources_public) \
53   $(h_io_sources_public) \
54   $(h_nodes_sources_public) \
55   $(h_parsers_sources_public) \
56   $(h_validators_sources_public)
57
58 cc_sources = \
59   $(h_root_sources_public:.h=.cc) \
60   $(h_exceptions_sources_public:.h=.cc) \
61   $(h_io_sources_public:.h=.cc) \
62   $(h_nodes_sources_public:.h=.cc) \
63   $(h_parsers_sources_public:.h=.cc) \
64   $(h_validators_sources_public:.h=.cc)