Code

fixing misspelled name in copyright notice
[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/debugdialog.cpp \
18         dialogs/debugdialog.h   \
19         dialogs/dialog-events.cpp       \
20         dialogs/dialog-events.h \
21         dialogs/eek-preview.h   \
22         dialogs/eek-preview.cpp \
23         dialogs/export.cpp      \
24         dialogs/export.h        \
25         dialogs/extensions.cpp  \
26         dialogs/extensions.h    \
27         dialogs/filedialog.cpp  \
28         dialogs/filedialog.h    \
29         dialogs/fill-style.cpp  \
30         dialogs/fill-style.h    \
31         dialogs/in-dt-coordsys.cpp      \
32         dialogs/in-dt-coordsys.h        \
33         dialogs/input.cpp       \
34         dialogs/input.h         \
35         dialogs/item-properties.cpp     \
36         dialogs/item-properties.h       \
37         dialogs/layer-properties.cpp    \
38         dialogs/layer-properties.h      \
39         dialogs/object-attributes.cpp   \
40         dialogs/object-attributes.h     \
41         dialogs/object-properties.cpp   \
42         dialogs/object-properties.h     \
43         dialogs/sp-attribute-widget.cpp \
44         dialogs/sp-attribute-widget.h   \
45         dialogs/stroke-style.cpp        \
46         dialogs/stroke-style.h  \
47         dialogs/swatches.cpp    \
48         dialogs/swatches.h      \
49         dialogs/text-edit.cpp   \
50         dialogs/text-edit.h     \
51         dialogs/tiledialog.cpp  \
52         dialogs/tiledialog.h    \
53         dialogs/xml-tree.cpp    \
54         dialogs/xml-tree.h      \
55         dialogs/rdf.cpp \
56         dialogs/rdf.h      \
57         dialogs/find.cpp        \
58         dialogs/find.h \
59         dialogs/clonetiler.cpp        \
60         dialogs/clonetiler.h        \
61         dialogs/unclump.cpp \
62         dialogs/unclump.h \
63         dialogs/iconpreview.cpp     \
64         dialogs/iconpreview.h   
67 #       dialogs/sp-widget.c     \
68 #       dialogs/sp-widget.h     \
69 #       dialogs/gradient-vector.c       \
70 #       dialogs/gradient-vector.h       \
71 #       dialogs/gradient-selector.c     \
72 #       dialogs/gradient-selector.h