Code

Corrected initialization order.
[inkscape.git] / src / dom / Makefile_insert
index ae7609d5eda9b587f244c24e1f2dffd86e1ace15..730ad798a3de0dee218d617d787969b87a80e034 100644 (file)
@@ -1,59 +1,77 @@
-## Makefile.am fragment sourced by src/Makefile.am.\r
-\r
-dom/all: dom/libdom.a\r
-\r
-dom/clean:\r
-       rm -f dom/libdom.a $(dom_libdom_a_OBJECTS)\r
-\r
-dom_libdom_a_SOURCES =      \\r
-       dom/charclass.cpp    \\r
-       dom/charclass.h      \\r
-       dom/css.h            \\r
-       dom/cssparser.cpp    \\r
-       dom/cssparser.h      \\r
-       dom/dom.h            \\r
-       dom/domimpl.cpp      \\r
-       dom/domimpl.h        \\r
-        dom/domstream.cpp    \\r
-        dom/domstream.h      \\r
-        dom/domstring.cpp    \\r
-        dom/domstring.h      \\r
-        dom/domstringimpl.h  \\r
-        dom/events.h         \\r
-        dom/ls.h             \\r
-        dom/lsimpl.cpp       \\r
-        dom/lsimpl.h         \\r
-        dom/phoebedom.h      \\r
-        dom/prop-css2.cpp    \\r
-        dom/prop-css.cpp     \\r
-        dom/prop-svg.cpp     \\r
-        dom/smil.h           \\r
-        dom/smilimpl.cpp     \\r
-        dom/smilimpl.h       \\r
-       dom/stringstream.cpp \\r
-       dom/stringstream.h   \\r
-       dom/stylesheets.h    \\r
-       dom/svg.h            \\r
-       dom/svgimpl.cpp      \\r
-       dom/svgimpl.h        \\r
-       dom/svglsimpl.cpp    \\r
-       dom/svglsimpl.h      \\r
-       dom/svgparser.cpp    \\r
-       dom/svgparser.h      \\r
-       dom/svgtypes.h       \\r
-       dom/traversal.h      \\r
-       dom/uri.cpp          \\r
-       dom/uri.h            \\r
-       dom/uristream.cpp    \\r
-       dom/uristream.h      \\r
-       dom/views.h          \\r
-       dom/xmlreader.cpp    \\r
-       dom/xmlreader.h      \\r
-       dom/xpath.h          \\r
-       dom/xpathimpl.cpp    \\r
-       dom/xpathimpl.h      \\r
-       dom/xpathparser.cpp  \\r
-       dom/xpathparser.h    \\r
-        dom/ziptool.h        \\r
-        dom/ziptool.cpp\r
-\r
+## Makefile.am fragment sourced by src/Makefile.am.
+
+dom/all: dom/libdom.a
+
+dom/clean:
+       rm -f dom/libdom.a $(dom_libdom_a_OBJECTS)
+
+dom_libdom_a_SOURCES =       \
+       dom/css.h                \
+       dom/cssreader.cpp        \
+       dom/cssreader.h          \
+       dom/dom.h                \
+    dom/domconfig.h          \
+       dom/domimpl.cpp          \
+       dom/domimpl.h            \
+    dom/domptr.cpp           \
+    dom/domstring.cpp        \
+    dom/domstring.h          \
+    dom/domstringimpl.h      \
+    dom/events.h             \
+    dom/ls.h                 \
+    dom/lsimpl.cpp           \
+    dom/lsimpl.h             \
+    dom/prop-css2.cpp        \
+    dom/prop-css.cpp         \
+    dom/prop-svg.cpp         \
+    dom/smil.h               \
+    dom/smilimpl.cpp         \
+    dom/smilimpl.h           \
+       dom/stylesheets.h        \
+       dom/svg.h                \
+       dom/svgimpl.cpp          \
+       dom/svgimpl.h            \
+       dom/svgreader.cpp        \
+       dom/svgreader.h          \
+       dom/svgtypes.h           \
+       dom/traversal.h          \
+       dom/ucd.cpp              \
+       dom/ucd.h                \
+       dom/uri.cpp              \
+       dom/uri.h                \
+       dom/views.h              \
+       dom/xmlreader.cpp        \
+       dom/xmlreader.h          \
+       dom/xpath.h              \
+       dom/xpathimpl.cpp        \
+       dom/xpathimpl.h          \
+       dom/xpathparser.cpp      \
+       dom/xpathparser.h        \
+    dom/xpathtoken.h         \
+    dom/xpathtoken.cpp       \
+       dom/io/base64stream.cpp  \
+       dom/io/base64stream.h    \
+       dom/io/bufferstream.cpp  \
+       dom/io/bufferstream.h    \
+    dom/io/domstream.cpp     \
+    dom/io/domstream.h       \
+    dom/io/httpclient.h      \
+    dom/io/gzipstream.cpp    \
+    dom/io/gzipstream.h      \
+    dom/io/socket.cpp        \
+    dom/io/socket.h          \
+    dom/io/gzipstream.cpp    \
+    dom/io/gzipstream.h      \
+    dom/io/stringstream.cpp  \
+       dom/io/stringstream.h    \
+       dom/io/uristream.cpp     \
+       dom/io/uristream.h       \
+    dom/odf/odfdocument.cpp  \
+    dom/odf/odfdocument.h    \
+    dom/util/digest.h        \
+    dom/util/digest.cpp      \
+    dom/util/thread.h        \
+    dom/util/thread.cpp      \
+    dom/util/ziptool.h       \
+    dom/util/ziptool.cpp
+