Code

Merge from fe-moved
[inkscape.git] / src / dialogs / Makefile_insert
1 ## Makefile.am fragment sourced by src/Makefile.am.
2 #
3 # Several object property dialogs
4 # Author: Lauris Kaplinski <lauris@ximian.com>
5 #
6 # Here should be things, that use only xml interface, not objects themselves
7 # Currently we still have selection_changed functions, but these will be
8 # replaced by selection 'changed' signal handlers
9 #
11 dialogs/all: dialogs/libspdialogs.a
13 dialogs/clean:
14         rm -f dialogs/libspdialogs.a $(dialogs_libspdialogs_a_OBJECTS)
16 dialogs_libspdialogs_a_SOURCES =        \
17         dialogs/clonetiler.cpp          \
18         dialogs/clonetiler.h            \
19         dialogs/dialog-events.cpp       \
20         dialogs/dialog-events.h         \
21         dialogs/eek-color-def.cpp       \
22         dialogs/eek-color-def.h         \
23         dialogs/eek-preview.cpp         \
24         dialogs/eek-preview.h           \
25         dialogs/export.cpp              \
26         dialogs/export.h                \
27         dialogs/extensions.cpp          \
28         dialogs/extensions.h            \
29         dialogs/fill-style.cpp          \
30         dialogs/fill-style.h            \
31         dialogs/find.cpp                \
32         dialogs/find.h                  \
33         dialogs/guidelinedialog.cpp     \
34         dialogs/guidelinedialog.h       \
35         dialogs/iconpreview.cpp         \
36         dialogs/iconpreview.h           \
37         dialogs/in-dt-coordsys.cpp      \
38         dialogs/in-dt-coordsys.h        \
39         dialogs/input.cpp               \
40         dialogs/input.h                 \
41         dialogs/item-properties.cpp     \
42         dialogs/item-properties.h       \
43         dialogs/layer-properties.cpp    \
44         dialogs/layer-properties.h      \
45         dialogs/layers-panel.cpp        \
46         dialogs/layers-panel.h          \
47         dialogs/object-attributes.cpp   \
48         dialogs/object-attributes.h     \
49         dialogs/rdf.cpp                 \
50         dialogs/rdf.h                   \
51         dialogs/sp-attribute-widget.cpp \
52         dialogs/sp-attribute-widget.h   \
53         dialogs/stroke-style.cpp        \
54         dialogs/stroke-style.h          \
55         dialogs/swatches.cpp            \
56         dialogs/swatches.h              \
57         dialogs/text-edit.cpp           \
58         dialogs/text-edit.h             \
59         dialogs/unclump.cpp             \
60         dialogs/unclump.h               \
61         dialogs/xml-tree.cpp            \
62         dialogs/xml-tree.h
64 #       dialogs/sp-widget.c     \
65 #       dialogs/sp-widget.h     \
66 #       dialogs/gradient-vector.c       \
67 #       dialogs/gradient-vector.h       \
68 #       dialogs/gradient-selector.c     \
69 #       dialogs/gradient-selector.h