Code

Extensions. Compressed+media export improvements (see Bug #386664, Gather Resources...
[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/css.h                \
10         dom/cssreader.cpp        \
11         dom/cssreader.h          \
12         dom/dom.h                \
13         dom/domimpl.cpp          \
14         dom/domimpl.h            \
15         dom/domptr.cpp           \
16         dom/domptr.h             \
17         dom/domstring.cpp        \
18         dom/domstring.h          \
19         dom/events.h             \
20         dom/ls.h                 \
21         dom/lsimpl.cpp           \
22         dom/lsimpl.h             \
23         dom/prop-css2.cpp        \
24         dom/prop-css.cpp         \
25         dom/prop-svg.cpp         \
26         dom/smil.h               \
27         dom/smilimpl.cpp         \
28         dom/smilimpl.h           \
29         dom/stylesheets.h        \
30         dom/svg2.h               \
31         dom/svg.h                \
32         dom/svgimpl.cpp          \
33         dom/svgimpl.h            \
34         dom/svgreader.cpp        \
35         dom/svgreader.h          \
36         dom/svgtypes.h           \
37         dom/traversal.h          \
38         dom/ucd.cpp              \
39         dom/ucd.h                \
40         dom/uri.cpp              \
41         dom/uri.h                \
42         dom/views.h              \
43         dom/views-level3.h       \
44         dom/xmlreader.cpp        \
45         dom/xmlreader.h          \
46         dom/xpath.h              \
47         dom/xpathimpl.cpp        \
48         dom/xpathimpl.h          \
49         dom/xpathparser.cpp      \
50         dom/xpathparser.h        \
51         dom/xpathtoken.h         \
52         dom/xpathtoken.cpp       \
53         dom/io/base64stream.cpp  \
54         dom/io/base64stream.h    \
55         dom/io/bufferstream.cpp  \
56         dom/io/bufferstream.h    \
57         dom/io/domstream.cpp     \
58         dom/io/domstream.h       \
59         dom/io/httpclient.h      \
60         dom/io/gzipstream.cpp    \
61         dom/io/gzipstream.h      \
62         dom/io/socket.cpp        \
63         dom/io/socket.h          \
64         dom/io/gzipstream.cpp    \
65         dom/io/gzipstream.h      \
66         dom/io/stringstream.cpp  \
67         dom/io/stringstream.h    \
68         dom/io/uristream.cpp     \
69         dom/io/uristream.h       \
70         dom/odf/odfdocument.cpp  \
71         dom/odf/odfdocument.h    \
72         dom/util/digest.h        \
73         dom/util/digest.cpp      \
74         dom/util/thread.h        \
75         dom/util/thread.cpp      \
76         dom/util/ziptool.h       \
77         dom/util/ziptool.cpp