## 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
#

xml/all: xml/libspxml.a

xml/clean:
	rm -f xml/libspxml.a $(xml_libspxml_a_OBJECTS)

xml_libspxml_a_SOURCES =	\
	xml/sp-repr-action.cpp	\
	xml/sp-repr-action.h	\
	xml/sp-repr-action-fns.h	\
	xml/sp-repr-iterators.h	\
	xml/quote.cpp	\
	xml/quote.h	\
	xml/repr-css.cpp	\
	xml/repr-get-children.cpp	\
	xml/repr-get-children.h	\
	xml/repr-io.cpp	\
	xml/repr-private.h	\
	xml/repr-util.cpp	\
	xml/repr.cpp	\
	xml/repr.h	\
	xml/xml-forward.h \
	xml/sp-repr-listener.h \
	xml/sp-repr-event-vector.h \
	xml/sp-repr-attr.h 

xml_repr_action_test_SOURCES = xml/repr-action-test.cpp
xml_repr_action_test_LDADD = gc.o xml/libspxml.a util/libinkutil.a libinkpost.a $(INKSCAPE_LIBS)

xml_quote_test_SOURCES = xml/quote-test.cpp
xml_quote_test_LDADD = $(INKSCAPE_LIBS)
