Code

Translations. French translation minor update.
[inkscape.git] / svg / Makefile_insert
1 ## Makefile.am fragment sourced by src/Makefile.am.
3 #
4 # Sodipodi svg wrapper
5 # Author: Lauris Kaplinski <lauris@ariman.ee>
6 # Most code is actually written by Raph Levien
7 #
8 # Implements svg interpretation of xml tree
9 #
11 svg/all: svg/libspsvg.a
13 svg/clean:
14         rm -f svg/libspsvg.a $(svg_libspsvg_a_OBJECTS)
16 svg_libspsvg_a_SOURCES =        \
17         svg/css-ostringstream.h \
18         svg/css-ostringstream.cpp       \
19         svg/itos.cpp    \
20         svg/path-string.h       \
21         svg/path-string.cpp \
22         svg/round.cpp   \
23         svg/stringstream.h      \
24         svg/stringstream.cpp    \
25         svg/strip-trailing-zeros.h      \
26         svg/strip-trailing-zeros.cpp    \
27         svg/svg-affine.cpp      \
28         svg/svg-color.cpp       \
29         svg/svg-color.h         \
30         svg/svg-icc-color.h \
31         svg/svg-length.cpp      \
32         svg/svg-length.h        \
33         svg/svg-path.cpp        \
34         svg/svg.h
36 # ######################
37 # ### CxxTest stuff ####
38 # ######################
39 CXXTEST_TESTSUITES += \
40         $(srcdir)/svg/css-ostringstream-test.h  \
41         $(srcdir)/svg/stringstream-test.h       \
42         $(srcdir)/svg/svg-affine-test.h         \
43         $(srcdir)/svg/svg-color-test.h          \
44         $(srcdir)/svg/svg-length-test.h         \
45         $(srcdir)/svg/svg-path-geom-test.h