summaryrefslogtreecommitdiffstats
path: root/src/dom/Makefile_insert
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-04-12 13:20:54 +0000
committeracspike <acspike@users.sourceforge.net>2006-04-12 13:20:54 +0000
commitddfaffe08d23e4663fe759d67ae33fd67fc9ce5b (patch)
tree234f5425a7ef7058e69dc2ab77f89810e4f3ed91 /src/dom/Makefile_insert
parentfix 1466070 (diff)
downloadinkscape-ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b.tar.gz
inkscape-ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b.zip
Removed file/folder for ishmal
(bzr r478)
Diffstat (limited to 'src/dom/Makefile_insert')
-rw-r--r--src/dom/Makefile_insert59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert
deleted file mode 100644
index 0ccd3b3d0..000000000
--- a/src/dom/Makefile_insert
+++ /dev/null
@@ -1,59 +0,0 @@
-## 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/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
-