Cross Reference: /inkscape/src/widgets/Makefile_insert
Makefile_insert revision 20aa386e5bb05a446106375b08f630d52ee85a5c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
## Makefile.am fragment sourced by src/Makefile.am.
if WITH_GTKMM_3_0
ink_common_sources += \
widgets/imagemenuitem.c \
widgets/imagemenuitem.h
endif
ink_common_sources += \
widgets/arc-toolbar.cpp \
widgets/arc-toolbar.h \
widgets/box3d-toolbar.cpp \
widgets/box3d-toolbar.h \
widgets/button.cpp \
widgets/button.h \
widgets/calligraphy-toolbar.cpp \
widgets/calligraphy-toolbar.h \
widgets/connector-toolbar.cpp \
widgets/connector-toolbar.h \
widgets/dash-selector.cpp \
widgets/dash-selector.h \
widgets/desktop-widget.cpp \
widgets/desktop-widget.h \
widgets/dropper-toolbar.cpp \
widgets/dropper-toolbar.h \
widgets/eek-preview.cpp \
widgets/eek-preview.h \
widgets/ege-adjustment-action.cpp \
widgets/ege-adjustment-action.h \
widgets/ege-paint-def.cpp \
widgets/ege-paint-def.h \
widgets/ege-output-action.cpp \
widgets/ege-output-action.h \
widgets/ege-select-one-action.cpp \
widgets/ege-select-one-action.h \
widgets/eraser-toolbar.cpp \
widgets/eraser-toolbar.h \
widgets/fill-style.cpp \
widgets/fill-style.h \
widgets/fill-n-stroke-factory.h \
widgets/font-selector.cpp \
widgets/font-selector.h \
widgets/gradient-image.cpp \
widgets/gradient-image.h \
widgets/gradient-selector.cpp \
widgets/gradient-selector.h \
widgets/gradient-toolbar.cpp \
widgets/gradient-toolbar.h \
widgets/gradient-vector.cpp \
widgets/gradient-vector.h \
widgets/icon.cpp \
widgets/icon.h \
widgets/ink-action.cpp \
widgets/ink-action.h \
widgets/ink-comboboxentry-action.cpp \
widgets/ink-comboboxentry-action.h \
widgets/lpe-toolbar.cpp \
widgets/lpe-toolbar.h \
widgets/measure-toolbar.cpp \
widgets/measure-toolbar.h \
widgets/mesh-toolbar.cpp \
widgets/mesh-toolbar.h \
widgets/node-toolbar.cpp \
widgets/node-toolbar.h \
widgets/paint-selector.cpp \
widgets/paint-selector.h \
widgets/pencil-toolbar.cpp \
widgets/pencil-toolbar.h \
widgets/rect-toolbar.cpp \
widgets/rect-toolbar.h \
widgets/ruler.cpp \
widgets/ruler.h \
widgets/select-toolbar.cpp \
widgets/select-toolbar.h \
widgets/shrink-wrap-button.cpp \
widgets/shrink-wrap-button.h \
widgets/spray-toolbar.cpp \
widgets/spray-toolbar.h \
widgets/spiral-toolbar.cpp \
widgets/spiral-toolbar.h \
widgets/sp-attribute-widget.cpp \
widgets/sp-attribute-widget.h \
widgets/sp-color-selector.cpp \
widgets/sp-color-selector.h \
widgets/spinbutton-events.cpp \
widgets/spinbutton-events.h \
widgets/sp-widget.cpp \
widgets/sp-widget.h \
widgets/spw-utilities.cpp \
widgets/spw-utilities.h \
widgets/sp-xmlview-attr-list.cpp \
widgets/sp-xmlview-attr-list.h \
widgets/sp-xmlview-content.cpp \
widgets/sp-xmlview-content.h \
widgets/sp-xmlview-tree.cpp \
widgets/sp-xmlview-tree.h \
widgets/star-toolbar.cpp \
widgets/star-toolbar.h \
widgets/stroke-marker-selector.cpp \
widgets/stroke-marker-selector.h \
widgets/stroke-style.cpp \
widgets/stroke-style.h \
widgets/swatch-selector.cpp \
widgets/swatch-selector.h \
widgets/text-toolbar.cpp \
widgets/text-toolbar.h \
widgets/toolbox.cpp \
widgets/toolbox.h \
widgets/tweak-toolbar.cpp \
widgets/tweak-toolbar.h \
widgets/widget-sizes.h \
widgets/zoom-toolbar.cpp \
widgets/zoom-toolbar.h \
widgets/widget-sizes.h
if HAVE_POTRACE
ink_common_sources += \
widgets/paintbucket-toolbar.cpp \
widgets/paintbucket-toolbar.h
endif
widgets/button.$(OBJEXT): helper/sp-marshal.h
widgets/menu.$(OBJEXT): helper/sp-marshal.h