summaryrefslogtreecommitdiffstats
path: root/src/trace/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/trace/Makefile_insert
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'src/trace/Makefile_insert')
-rw-r--r--src/trace/Makefile_insert34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/trace/Makefile_insert b/src/trace/Makefile_insert
new file mode 100644
index 000000000..92686be0b
--- /dev/null
+++ b/src/trace/Makefile_insert
@@ -0,0 +1,34 @@
+## Makefile.am fragment sourced by src/Makefile.am.
+
+trace/all: trace/libtrace.a
+
+trace/clean:
+ rm -f trace/libtrace.a $(trace_libtrace_a_OBJECTS)
+
+trace_libtrace_a_SOURCES = \
+ trace/trace.h \
+ trace/trace.cpp \
+ trace/imagemap-gdk.cpp \
+ trace/imagemap-gdk.h \
+ trace/imagemap.cpp \
+ trace/imagemap.h \
+ trace/filterset.cpp \
+ trace/filterset.h \
+ trace/potrace/auxiliary.h \
+ trace/potrace/bitmap.h \
+ trace/potrace/curve.cpp \
+ trace/potrace/curve.h \
+ trace/potrace/decompose.cpp \
+ trace/potrace/decompose.h \
+ trace/potrace/greymap.cpp \
+ trace/potrace/greymap.h \
+ trace/potrace/lists.h \
+ trace/potrace/potracelib.cpp \
+ trace/potrace/potracelib.h \
+ trace/potrace/progress.h \
+ trace/potrace/render.cpp \
+ trace/potrace/render.h \
+ trace/potrace/trace.cpp \
+ trace/potrace/trace.h \
+ trace/potrace/inkscape-potrace.cpp \
+ trace/potrace/inkscape-potrace.h