Makefile_insert revision fd119acbea67db412896f0b3c3c270c8785102b7
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Sodipodi svg wrapper
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Author: Lauris Kaplinski <lauris@ariman.ee>
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Most code is actually written by Raph Levien
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Implements svg interpretation of xml tree
2431f6aca1be7f7a136c5df34022e3f902490075Tripp rm -f svg/libspsvg.a $(svg_libspsvg_a_OBJECTS)
2431f6aca1be7f7a136c5df34022e3f902490075Trippsvg_libspsvg_a_SOURCES = \
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# This CxxTest stuff is adapted blindly from libnr/Makefile_insert.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# It would be nice to reduce the amount of boilerplate / copy&paste here.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp $(top_srcdir)/cxxtest/cxxtestgen.pl --template=$(srcdir)/selfname.tpl -root -o svg/test-svg-main.cpp $(svg_test_svg_includes)
2431f6aca1be7f7a136c5df34022e3f902490075Trippsvg/test-svg.cpp: $(svg_test_svg_includes) svg/Makefile_insert
2431f6aca1be7f7a136c5df34022e3f902490075Tripp $(top_srcdir)/cxxtest/cxxtestgen.pl --have-eh -part -o svg/test-svg.cpp $(svg_test_svg_includes)
2431f6aca1be7f7a136c5df34022e3f902490075Trippsvg_test_svg_includes = \
$(srcdir)/svg/svg-length-test.h \
$(srcdir)/svg/svg-path-geom-test.h
2geom/lib2geom.a \