Code

convert NR to Geom
[inkscape.git] / src / xml / Makefile_insert
1 ## Makefile.am fragment sourced by src/Makefile.am.
3 #
4 # Sodipodi xml wrapper
5 # Author: Lauris Kaplinski <lauris@ariman.ee>
6 #
7 # Implements xml backbone of inkscape document. In future will be
8 # repaced with (wrapper of?) DOM
9 #
11 xml/all: xml/libspxml.a
13 xml/clean:
14         rm -f xml/libspxml.a xml/libtest-xml.a $(xml_libspxml_a_OBJECTS) $(xml_libtest_xml_a_OBJECTS)
16 xml_libspxml_a_SOURCES =        \
17         algorithms/find-if-before.h     \
18         xml/comment-node.h \
19         xml/composite-node-observer.cpp xml/composite-node-observer.h \
20         xml/element-node.h \
21         xml/helper-observer.cpp \
22         xml/helper-observer.h   \
23         xml/node-observer.h \
24         xml/quote.cpp   \
25         xml/quote.h     \
26         xml/repr-css.cpp        \
27         xml/log-builder.cpp     \
28         xml/log-builder.h       \
29         xml/node-fns.cpp        \
30         xml/node-fns.h  \
31         xml/pi-node.h   \
32         xml/repr-io.cpp \
33         xml/repr-sorting.cpp    \
34         xml/repr-sorting.h      \
35         xml/repr-util.cpp       \
36         xml/repr.cpp    \
37         xml/repr.h      \
38         xml/simple-document.h \
39         xml/simple-document.cpp \
40         xml/simple-node.h \
41         xml/simple-node.cpp \
42         xml/node.h \
43         xml/croco-node-iface.cpp        \
44         xml/croco-node-iface.h  \
45         xml/attribute-record.h \
46         xml/sp-css-attr.h \
47         xml/event.cpp xml/event.h xml/event-fns.h       \
48         xml/document.h \
49         xml/node-event-vector.h \
50         xml/node-iterators.h    \
51         xml/sp-css-attr.h \
52         xml/subtree.cpp \
53         xml/subtree.h   \
54         xml/text-node.h \
55         xml/invalid-operation-exception.h \
56         xml/xml-forward.h
58 # ######################
59 # ### CxxTest stuff ####
60 # ######################
61 xml_testsuites = \
62         $(srcdir)/xml/repr-action-test.h        \
63         $(srcdir)/xml/quote-test.h
65 xml_test_xml_SOURCES =  \
66         xml/test-xml.cpp \
67         $(xml_testsuites)
69 xml_test_xml_LDADD =    \
70         xml/libspxml.a          \
71         util/libinkutil.a       \
72         svg/libspsvg.a          \
73         helper/libspchelp.a     \
74         test-stubs.o            \
75         libinkpost.a            \
76         debug/libinkdebug.a     \
77         $(INKSCAPE_LIBS)
79 xml/test-xml.cpp: $(xml_testsuites) xml/Makefile_insert $(CXXTEST_TEMPLATE)
80         $(CXXTESTGEN) -o xml/test-xml.cpp $(xml_testsuites)