~mc.../inkscape/inkscape

« back to all changes in this revision

Viewing changes to src/dialogs/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
# 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
#
 
10
 
 
11
dialogs/all: dialogs/libspdialogs.a
 
12
 
 
13
dialogs/clean:
 
14
        rm -f dialogs/libspdialogs.a $(dialogs_libspdialogs_a_OBJECTS)
 
15
 
 
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/display-settings.cpp    \
 
22
        dialogs/display-settings.h      \
 
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/filedialog.cpp  \
 
30
        dialogs/filedialog.h    \
 
31
        dialogs/fill-style.cpp  \
 
32
        dialogs/fill-style.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/object-attributes.cpp   \
 
42
        dialogs/object-attributes.h     \
 
43
        dialogs/object-properties.cpp   \
 
44
        dialogs/object-properties.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   
 
67
 
 
68
 
 
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
 
75