blob: 32a8a71e5310acd2d0746424cf9995eb2fe5eb0c (
plain)
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
|
## Makefile.am fragment sourced by src/Makefile.am.
ink_common_sources += \
widgets/button.cpp \
widgets/button.h \
widgets/calligraphic-profile-rename.cpp \
widgets/calligraphic-profile-rename.h \
widgets/dash-selector.cpp \
widgets/dash-selector.h \
widgets/desktop-widget.cpp \
widgets/desktop-widget.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/layer-selector.cpp \
widgets/layer-selector.h \
widgets/paint-selector.cpp \
widgets/paint-selector.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/sp-color-gtkselector.cpp \
widgets/sp-color-gtkselector.h \
widgets/sp-color-icc-selector.cpp \
widgets/sp-color-icc-selector.h \
widgets/sp-color-notebook.cpp \
widgets/sp-color-notebook.h \
widgets/sp-color-preview.cpp \
widgets/sp-color-preview.h \
widgets/sp-color-scales.cpp \
widgets/sp-color-scales.h \
widgets/sp-color-selector.cpp \
widgets/sp-color-selector.h \
widgets/sp-color-slider.cpp \
widgets/sp-color-slider.h \
widgets/sp-color-wheel.cpp \
widgets/sp-color-wheel.h \
widgets/sp-color-wheel-selector.cpp \
widgets/sp-color-wheel-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/toolbox.cpp \
widgets/toolbox.h \
widgets/widget-sizes.h
widgets/button.$(OBJEXT): helper/sp-marshal.h
widgets/menu.$(OBJEXT): helper/sp-marshal.h
|