Code

f575b6e8ded84880b1c3a295f7e4b8de7456339f
[inkscape.git] / src / io / Makefile_insert
1 ## Makefile.am fragment sourced by src/Makefile.am.
3 io/all: io/libio.a
5 io/clean:
6         rm -f io/libio.a $(io_libio_a_OBJECTS)
8 io_libio_a_SOURCES = \
9         io/base64stream.h \
10         io/base64stream.cpp \
11         io/ftos.cpp \
12         io/ftos.h \
13         io/gzipstream.cpp \
14         io/gzipstream.h \
15         io/inkscapestream.cpp \
16         io/inkscapestream.h \
17         io/resource.cpp \
18         io/resource.h \
19         io/simple-sax.cpp \
20         io/simple-sax.h \
21         io/stringstream.cpp \
22         io/stringstream.h \
23         io/sys.h \
24         io/sys.cpp \
25         io/uristream.cpp \
26         io/uristream.h \
27         io/xsltstream.cpp \
28         io/xsltstream.h
30 #io_streamtest_SOURCES = io/streamtest.cpp
31 #io_streamtest_LDADD =   $(all_libs)