diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-12 13:42:21 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-12 13:42:21 +0000 |
| commit | 3209084bb29772e0470c2e6d40d066581e330222 (patch) | |
| tree | bf3313bdb34578afb8234326741ef30a981ccbf8 /src | |
| parent | Add new rearranged /dom directory (diff) | |
| download | inkscape-3209084bb29772e0470c2e6d40d066581e330222.tar.gz inkscape-3209084bb29772e0470c2e6d40d066581e330222.zip | |
Updated to work with automake. Someone please check the file list.
(bzr r480)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/Makefile_insert | 116 |
1 files changed, 65 insertions, 51 deletions
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert index ae7609d5e..9b4626daf 100644 --- a/src/dom/Makefile_insert +++ b/src/dom/Makefile_insert @@ -5,55 +5,69 @@ dom/all: dom/libdom.a dom/clean:
rm -f dom/libdom.a $(dom_libdom_a_OBJECTS)
-dom_libdom_a_SOURCES = \
- dom/charclass.cpp \
- dom/charclass.h \
- dom/css.h \
- dom/cssparser.cpp \
- dom/cssparser.h \
- dom/dom.h \
- dom/domimpl.cpp \
- dom/domimpl.h \
- dom/domstream.cpp \
- dom/domstream.h \
- dom/domstring.cpp \
- dom/domstring.h \
- dom/domstringimpl.h \
- dom/events.h \
- dom/ls.h \
- dom/lsimpl.cpp \
- dom/lsimpl.h \
- dom/phoebedom.h \
- dom/prop-css2.cpp \
- dom/prop-css.cpp \
- dom/prop-svg.cpp \
- dom/smil.h \
- dom/smilimpl.cpp \
- dom/smilimpl.h \
- dom/stringstream.cpp \
- dom/stringstream.h \
- dom/stylesheets.h \
- dom/svg.h \
- dom/svgimpl.cpp \
- dom/svgimpl.h \
- dom/svglsimpl.cpp \
- dom/svglsimpl.h \
- dom/svgparser.cpp \
- dom/svgparser.h \
- dom/svgtypes.h \
- dom/traversal.h \
- dom/uri.cpp \
- dom/uri.h \
- dom/uristream.cpp \
- dom/uristream.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/ziptool.h \
- dom/ziptool.cpp
+dom_libdom_a_SOURCES = \
+ dom/charclass.cpp \
+ dom/charclass.h \
+ dom/css.h \
+ dom/cssparser.cpp \
+ dom/cssparser.h \
+ dom/dom.h \
+ dom/domimpl.cpp \
+ dom/domimpl.h \
+ dom/domstring.cpp \
+ dom/domstring.h \
+ dom/domstringimpl.h \
+ dom/events.h \
+ dom/ls.h \
+ dom/lsimpl.cpp \
+ dom/lsimpl.h \
+ dom/phoebedom.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/traversal.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/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/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/svg/svg.h \
+ dom/svg/svgimpl.cpp \
+ dom/svg/svgimpl.h \
+ dom/svg/svglsimpl.cpp \
+ dom/svg/svglsimpl.h \
+ dom/svg/svgparser.cpp \
+ dom/svg/svgparser.h \
+ dom/svg/svgtypes.h \
+ dom/util/thread.h \
+ dom/util/thread.cpp \
+ dom/util/ziptool.h \
+ dom/util/ziptool.cpp
|
