summaryrefslogtreecommitdiffstats
path: root/src/io/Makefile_insert
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /src/io/Makefile_insert
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'src/io/Makefile_insert')
-rw-r--r--src/io/Makefile_insert29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/io/Makefile_insert b/src/io/Makefile_insert
new file mode 100644
index 000000000..57978d678
--- /dev/null
+++ b/src/io/Makefile_insert
@@ -0,0 +1,29 @@
+## Makefile.am fragment sourced by src/Makefile.am.
+
+io/all: io/libio.a
+
+io/clean:
+ rm -f io/libio.a $(io_libio_a_OBJECTS)
+
+io_libio_a_SOURCES = \
+ io/base64stream.h \
+ io/base64stream.cpp \
+ io/ftos.cpp \
+ io/ftos.h \
+ io/gzipstream.cpp \
+ io/gzipstream.h \
+ io/inkscapestream.cpp \
+ io/inkscapestream.h \
+ io/simple-sax.cpp \
+ io/simple-sax.h \
+ io/stringstream.cpp \
+ io/stringstream.h \
+ io/sys.h \
+ io/sys.cpp \
+ io/uristream.cpp \
+ io/uristream.h \
+ io/xsltstream.cpp \
+ io/xsltstream.h
+
+#io_streamtest_SOURCES = io/streamtest.cpp
+#io_streamtest_LDADD = $(all_libs)