~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/trace/Makefile_insert

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Makefile.am fragment sourced by src/Makefile.am.
 
2
 
 
3
trace/all: trace/libtrace.a
 
4
 
 
5
trace/clean:
 
6
        rm -f trace/libtrace.a $(trace_libtrace_a_OBJECTS)
 
7
 
 
8
trace_libtrace_a_SOURCES =                  \
 
9
        trace/trace.h                       \
 
10
        trace/trace.cpp                     \
 
11
        trace/imagemap-gdk.cpp              \
 
12
        trace/imagemap-gdk.h                \
 
13
        trace/imagemap.cpp                  \
 
14
        trace/imagemap.h                    \
 
15
        trace/filterset.cpp                 \
 
16
        trace/filterset.h                   \
 
17
        trace/potrace/auxiliary.h           \
 
18
        trace/potrace/bitmap.h              \
 
19
        trace/potrace/curve.cpp             \
 
20
        trace/potrace/curve.h               \
 
21
        trace/potrace/decompose.cpp         \
 
22
        trace/potrace/decompose.h           \
 
23
        trace/potrace/greymap.cpp           \
 
24
        trace/potrace/greymap.h             \
 
25
        trace/potrace/lists.h               \
 
26
        trace/potrace/potracelib.cpp        \
 
27
        trace/potrace/potracelib.h          \
 
28
        trace/potrace/progress.h            \
 
29
        trace/potrace/render.cpp            \
 
30
        trace/potrace/render.h              \
 
31
        trace/potrace/trace.cpp             \
 
32
        trace/potrace/trace.h               \
 
33
        trace/potrace/inkscape-potrace.cpp  \
 
34
        trace/potrace/inkscape-potrace.h