Makefile_insert revision 17680991ff44a340869f04d7ce00a6889337ed7f
1153N/A## Makefile.am fragment sourced by src/Makefile.am.
1153N/A
1153N/A#
1153N/A# Sodipodi xml wrapper
1153N/A# Author: Lauris Kaplinski <lauris@ariman.ee>
1153N/A#
1153N/A# Implements xml backbone of inkscape document. In future will be
1153N/A# repaced with (wrapper of?) DOM
1153N/A#
1153N/A
1153N/Axml/all: xml/libspxml.a
1153N/A
1153N/Axml/clean:
1153N/A rm -f xml/libspxml.a xml/libtest-xml.a $(xml_libspxml_a_OBJECTS) $(xml_libtest_xml_a_OBJECTS)
1153N/A
1153N/Axml_libspxml_a_SOURCES = \
1153N/A algorithms/find-if-before.h \
1153N/A xml/comment-node.h \
1153N/A xml/composite-node-observer.cpp xml/composite-node-observer.h \
1153N/A xml/element-node.h \
1153N/A xml/node-observer.h \
1153N/A xml/quote.cpp \
1153N/A xml/quote.h \
1153N/A xml/repr-css.cpp \
3215N/A xml/log-builder.cpp \
1153N/A xml/log-builder.h \
1153N/A xml/node-fns.cpp \
1153N/A xml/node-fns.h \
1153N/A xml/repr-io.cpp \
2086N/A xml/repr-sorting.cpp \
2086N/A xml/repr-sorting.h \
1153N/A xml/repr-util.cpp \
1153N/A xml/repr.cpp \
1153N/A xml/repr.h \
1153N/A xml/simple-document.h \
1153N/A xml/simple-document.cpp \
1153N/A xml/simple-node.h \
1153N/A xml/simple-node.cpp \
1153N/A xml/node.h \
1153N/A xml/croco-node-iface.cpp \
1153N/A xml/croco-node-iface.h \
1153N/A xml/attribute-record.h \
1509N/A xml/sp-css-attr.h \
1153N/A xml/event.cpp xml/event.h xml/event-fns.h \
2086N/A xml/document.h \
1153N/A xml/node-event-vector.h \
2086N/A xml/node-iterators.h \
1153N/A xml/sp-css-attr.h \
2086N/A xml/subtree.cpp \
1153N/A xml/subtree.h \
1153N/A xml/text-node.h \
1153N/A xml/invalid-operation-exception.h
xml/test-xml-main.cpp: xml/test-xml.cpp $(xml_test_xml_includes)
$(top_srcdir)/cxxtest/cxxtestgen.pl --template=$(srcdir)/selfname.tpl -root -o xml/test-xml-main.cpp $(xml_test_xml_includes)
xml/test-xml.cpp: $(xml_test_xml_includes)
$(top_srcdir)/cxxtest/cxxtestgen.pl -part -o xml/test-xml.cpp $(xml_test_xml_includes)
xml_test_xml_includes = \
$(srcdir)/xml/repr-action-test.h \
$(srcdir)/xml/quote-test.h
xml_libtest_xml_a_SOURCES = \
xml/test-xml.cpp \
$(xml_test_xml_includes)
xml_test_xml_SOURCES = \
xml/test-xml-main.cpp \
$(xml_test_xml_includes)
xml_test_xml_LDADD = \
xml/libtest-xml.a \
xml/libspxml.a \
util/libinkutil.a \
svg/libtest-stubs.a \
$(INKSCAPE_LIBS)
xml_repr_action_test_SOURCES = \
xml/repr-action-test.cpp
xml_repr_action_test_LDADD = \
xml/libspxml.a \
svg/libspsvg.a \
svg/libtest-stubs.a \
util/libinkutil.a \
libinkpost.a \
debug/libinkdebug.a \
$(INKSCAPE_LIBS)
xml_quote_test_SOURCES = xml/quote-test.cpp
xml_quote_test_LDADD = $(INKSCAPE_LIBS)