blob: 265210a4500da289046d59c65e70d9aefcab081a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
## Makefile.am fragment sourced by src/Makefile.am.
ink_common_sources += \
svg/css-ostringstream.h \
svg/css-ostringstream.cpp \
svg/itos.cpp \
svg/path-string.h \
svg/path-string.cpp \
svg/round.cpp \
svg/stringstream.h \
svg/stringstream.cpp \
svg/strip-trailing-zeros.h \
svg/strip-trailing-zeros.cpp \
svg/svg-affine.cpp \
svg/svg-color.cpp \
svg/svg-color.h \
svg/svg-icc-color.h \
svg/svg-length.cpp \
svg/svg-length.h \
svg/svg-path.cpp \
svg/svg.h
# ######################
# ### CxxTest stuff ####
# ######################
CXXTEST_TESTSUITES += \
$(srcdir)/svg/css-ostringstream-test.h \
$(srcdir)/svg/stringstream-test.h \
$(srcdir)/svg/svg-affine-test.h \
$(srcdir)/svg/svg-color-test.h \
$(srcdir)/svg/svg-length-test.h \
$(srcdir)/svg/svg-path-geom-test.h
|