Code

Applying fixes for gcc 4.3 build issues (closes LP: #169115)
[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-color-def.h \
22         dialogs/eek-color-def.cpp       \
23         dialogs/eek-preview.h   \
24         dialogs/eek-preview.cpp \
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/guidelinedialog.cpp     \
32         dialogs/guidelinedialog.h       \
33         dialogs/in-dt-coordsys.cpp      \
34         dialogs/in-dt-coordsys.h        \
35         dialogs/input.cpp       \
36         dialogs/input.h         \
37         dialogs/item-properties.cpp     \
38         dialogs/item-properties.h       \
39         dialogs/layer-properties.cpp    \
40         dialogs/layer-properties.h      \
41         dialogs/layers-panel.cpp        \
42         dialogs/layers-panel.h  \
43         dialogs/object-attributes.cpp   \
44         dialogs/object-attributes.h     \
45         dialogs/sp-attribute-widget.cpp \
46         dialogs/sp-attribute-widget.h   \
47         dialogs/stroke-style.cpp        \
48         dialogs/stroke-style.h  \
49         dialogs/swatches.cpp    \
50         dialogs/swatches.h      \
51         dialogs/text-edit.cpp   \
52         dialogs/text-edit.h     \
53         dialogs/tiledialog.cpp  \
54         dialogs/tiledialog.h    \
55         dialogs/xml-tree.cpp    \
56         dialogs/xml-tree.h      \
57         dialogs/rdf.cpp \
58         dialogs/rdf.h      \
59         dialogs/find.cpp        \
60         dialogs/find.h \
61         dialogs/clonetiler.cpp        \
62         dialogs/clonetiler.h        \
63         dialogs/unclump.cpp \
64         dialogs/unclump.h \
65         dialogs/iconpreview.cpp     \
66         dialogs/iconpreview.h   
69 #       dialogs/sp-widget.c     \
70 #       dialogs/sp-widget.h     \
71 #       dialogs/gradient-vector.c       \
72 #       dialogs/gradient-vector.h       \
73 #       dialogs/gradient-selector.c     \
74 #       dialogs/gradient-selector.h