diff options
Diffstat (limited to 'src/trace/Makefile_insert')
| -rw-r--r-- | src/trace/Makefile_insert | 34 |
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 |
