diff options
Diffstat (limited to 'src/dom/Makefile_insert')
| -rw-r--r-- | src/dom/Makefile_insert | 154 |
1 files changed, 77 insertions, 77 deletions
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert index 7777c4250..05f4f254b 100644 --- a/src/dom/Makefile_insert +++ b/src/dom/Makefile_insert @@ -1,77 +1,77 @@ -## 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/charclass.cpp \
- dom/charclass.h \
- dom/css.h \
- dom/cssparser.cpp \
- dom/cssparser.h \
- dom/dom.h \
- dom/domconfig.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/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/svg/svg.h \
- dom/svg/svgimpl.cpp \
- dom/svg/svgimpl.h \
- dom/svg/svgparser.cpp \
- dom/svg/svgparser.h \
- dom/svg/svgtypes.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
-
+## 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/cssparser.cpp \ + dom/cssparser.h \ + dom/dom.h \ + dom/domconfig.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/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/svg/svg.h \ + dom/svg/svgimpl.cpp \ + dom/svg/svgimpl.h \ + dom/svg/svgparser.cpp \ + dom/svg/svgparser.h \ + dom/svg/svgtypes.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 + |
