Makefile_insert revision 17680991ff44a340869f04d7ce00a6889337ed7f
## Makefile.am fragment sourced by src/Makefile.am.
#
# Sodipodi xml wrapper
# Author: Lauris Kaplinski <lauris@ariman.ee>
#
# Implements xml backbone of inkscape document. In future will be
# repaced with (wrapper of?) DOM
#
rm -f xml/libspxml.a xml/libtest-xml.a $(xml_libspxml_a_OBJECTS) $(xml_libtest_xml_a_OBJECTS)
xml_libspxml_a_SOURCES = \
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_includes)
xml_test_xml_SOURCES = \
$(xml_test_xml_includes)
xml_test_xml_LDADD = \
$(INKSCAPE_LIBS)
xml_repr_action_test_SOURCES = \
xml_repr_action_test_LDADD = \
$(INKSCAPE_LIBS)
xml_quote_test_SOURCES = xml/quote-test.cpp
xml_quote_test_LDADD = $(INKSCAPE_LIBS)