Code

Modify for *Parser->*Reader conversion
[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/domconfig.h          \
14         dom/domimpl.cpp          \
15         dom/domimpl.h            \
16     dom/domptr.cpp           \
17     dom/domstring.cpp        \
18     dom/domstring.h          \
19     dom/domstringimpl.h      \
20     dom/events.h             \
21     dom/ls.h                 \
22     dom/lsimpl.cpp           \
23     dom/lsimpl.h             \
24     dom/prop-css2.cpp        \
25     dom/prop-css.cpp         \
26     dom/prop-svg.cpp         \
27     dom/smil.h               \
28     dom/smilimpl.cpp         \
29     dom/smilimpl.h           \
30         dom/stylesheets.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/xmlreader.cpp        \
44         dom/xmlreader.h          \
45         dom/xpath.h              \
46         dom/xpathimpl.cpp        \
47         dom/xpathimpl.h          \
48         dom/xpathparser.cpp      \
49         dom/xpathparser.h        \
50     dom/xpathtoken.h         \
51     dom/xpathtoken.cpp       \
52         dom/io/base64stream.cpp  \
53         dom/io/base64stream.h    \
54         dom/io/bufferstream.cpp  \
55         dom/io/bufferstream.h    \
56     dom/io/domstream.cpp     \
57     dom/io/domstream.h       \
58     dom/io/httpclient.h      \
59     dom/io/gzipstream.cpp    \
60     dom/io/gzipstream.h      \
61     dom/io/socket.cpp        \
62     dom/io/socket.h          \
63     dom/io/gzipstream.cpp    \
64     dom/io/gzipstream.h      \
65     dom/io/stringstream.cpp  \
66         dom/io/stringstream.h    \
67         dom/io/uristream.cpp     \
68         dom/io/uristream.h       \
69     dom/odf/odfdocument.cpp  \
70     dom/odf/odfdocument.h    \
71     dom/util/digest.h        \
72     dom/util/digest.cpp      \
73     dom/util/thread.h        \
74     dom/util/thread.cpp      \
75     dom/util/ziptool.h       \
76     dom/util/ziptool.cpp