Code

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