~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/svg/Makefile_insert

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-06 22:03:02 UTC
  • mto: (2.4.1 sid) (1.4.1 upstream) (45.1.3 maverick)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060706220302-itgso3qgxdaxjmcy
Tags: upstream-0.44
ImportĀ upstreamĀ versionĀ 0.44

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        svg/strip-trailing-zeros.cpp    \
27
27
        svg/svg-affine.cpp      \
28
28
        svg/svg-color.cpp       \
 
29
        svg/svg-color.h         \
 
30
        svg/svg-icc-color.h \
29
31
        svg/svg-length.cpp      \
 
32
        svg/svg-length.h        \
30
33
        svg/svg-path.cpp        \
31
 
        svg/svg-types.h \
32
34
        svg/svg.h
33
35
 
34
36
 
35
37
# This CxxTest stuff is adapted blindly from libnr/Makefile_insert.
36
38
# It would be nice to reduce the amount of boilerplate / copy&paste here.
37
39
svg/test-svg-main.cpp: svg/test-svg.cpp
38
 
        $(top_srcdir)/cxxtest/cxxtestgen.pl --error-printer -root -o svg/test-svg-main.cpp $(svg_test_svg_includes)
 
40
        $(top_srcdir)/cxxtest/cxxtestgen.pl --template=selfname.tpl -root -o svg/test-svg-main.cpp $(svg_test_svg_includes)
39
41
 
40
42
svg/test-svg.cpp: $(svg_test_svg_includes) svg/Makefile_insert
41
43
        $(top_srcdir)/cxxtest/cxxtestgen.pl -part -o svg/test-svg.cpp $(svg_test_svg_includes)
42
44
 
43
45
svg_test_svg_includes = \
44
46
        $(srcdir)/svg/css-ostringstream-test.h  \
45
 
        $(srcdir)/svg/stringstream-test.h
 
47
        $(srcdir)/svg/stringstream-test.h       \
 
48
        $(srcdir)/svg/svg-color-test.h
46
49
 
47
50
svg_libtest_svg_a_SOURCES = \
48
51
        svg/test-svg.cpp        \
55
58
svg_test_svg_LDADD = \
56
59
        svg/libspsvg.a  \
57
60
        svg/libtest-svg.a       \
 
61
        libinkpost.a    \
58
62
        -lglib-2.0