Code

moving trunk for module inkscape
[inkscape.git] / src / dom / Makefile_insert
1 ## Makefile.am fragment sourced by src/Makefile.am.
3 dom/all: dom/libdom.a
5 dom/clean:
6         rm -f dom/libdom.a $(dom_libdom_a_OBJECTS)
8 dom_libdom_a_SOURCES =       \
9         dom/charclass.cpp    \
10         dom/charclass.h      \
11         dom/css.h            \
12         dom/cssparser.cpp    \
13         dom/cssparser.h      \
14         dom/dom.h            \
15         dom/domimpl.cpp      \
16         dom/domimpl.h        \
17         dom/domstream.cpp    \
18         dom/domstream.h      \
19         dom/domstring.cpp    \
20         dom/domstring.h      \
21         dom/domstringimpl.h  \
22         dom/events.h         \
23         dom/ls.h             \
24         dom/lsimpl.cpp       \
25         dom/lsimpl.h         \
26         dom/phoebedom.h      \
27         dom/prop-css2.cpp    \
28         dom/prop-css.cpp     \
29         dom/prop-svg.cpp     \
30         dom/smil.h           \
31         dom/smilimpl.cpp     \
32         dom/smilimpl.h       \
33         dom/stringstream.cpp \
34         dom/stringstream.h   \
35         dom/stylesheets.h    \
36         dom/svg.h            \
37         dom/svgimpl.cpp      \
38         dom/svgimpl.h        \
39         dom/svglsimpl.cpp    \
40         dom/svglsimpl.h      \
41         dom/svgparser.cpp    \
42         dom/svgparser.h      \
43         dom/svgtypes.h       \
44         dom/traversal.h      \
45         dom/uri.cpp          \
46         dom/uri.h            \
47         dom/uristream.cpp    \
48         dom/uristream.h      \
49         dom/views.h          \
50         dom/xmlreader.cpp    \
51         dom/xmlreader.h      \
52         dom/xpath.h          \
53         dom/xpathimpl.cpp    \
54         dom/xpathimpl.h      \
55         dom/xpathparser.cpp  \
56         dom/xpathparser.h