## 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/comment-node.h \
	xml/element-node.h \
	xml/node-observer.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-sorting.cpp    \
	xml/repr-sorting.h      \
	xml/repr-util.cpp	\
	xml/repr.cpp	\
	xml/repr.h	\
	xml/session.h \
	xml/simple-document.h \
	xml/simple-document.cpp \
	xml/simple-node.h \
	xml/simple-node.cpp \
	xml/simple-session.cpp \
	xml/simple-session.h \
	xml/sp-repr.h \
	xml/sp-repr-attr.h \
	xml/sp-css-attr.h \
	xml/sp-repr-action.cpp	\
	xml/sp-repr-action.h	\
	xml/sp-repr-action-fns.h	\
	xml/sp-repr-doc.h \
	xml/sp-repr-event-vector.h \
	xml/sp-repr-iterators.h	\
	xml/sp-repr-listener.h \
	xml/sp-css-attr.h \
	xml/text-node.h \
	xml/transaction-logger.h \
	xml/xml-forward.h

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

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