~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to cursors/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
CURSOR_IMAGES = \
4
4
        cursor-bad.png                  \
5
5
        cursor-color-picker.png         \
 
6
        cursor-corner-top-left.png      \
 
7
        cursor-corner-top-right.png     \
 
8
        cursor-corner-bottom-left.png   \
 
9
        cursor-corner-bottom-right.png  \
6
10
        cursor-crosshair.png            \
7
11
        cursor-crosshair-small.png      \
8
12
        cursor-mouse.png                \
 
13
        cursor-move.png                 \
9
14
        cursor-none.png                 \
 
15
        cursor-side-top.png             \
 
16
        cursor-side-left.png            \
 
17
        cursor-side-right.png           \
 
18
        cursor-side-bottom.png          \
10
19
        cursor-zoom.png                 \
11
20
        \
12
21
        modifier-anchor.png             \
 
22
        modifier-bad.png                \
13
23
        modifier-background.png         \
14
24
        modifier-control.png            \
15
25
        modifier-foreground.png         \
16
26
        modifier-intersect.png          \
 
27
        modifier-join.png               \
17
28
        modifier-minus.png              \
18
29
        modifier-move.png               \
19
30
        modifier-pattern.png            \
36
47
        tool-free-select.png            \
37
48
        tool-fuzzy-select.png           \
38
49
        tool-hand.png                   \
 
50
        tool-heal.png                   \
39
51
        tool-ink.png                    \
40
52
        tool-iscissors.png              \
41
53
        tool-measure.png                \
42
54
        tool-move.png                   \
43
55
        tool-paintbrush.png             \
44
56
        tool-paths.png                  \
 
57
        tool-paths-anchor.png           \
 
58
        tool-paths-control.png          \
 
59
        tool-paths-segment.png          \
45
60
        tool-pencil.png                 \
46
61
        tool-perspective.png            \
47
62
        tool-rect-select.png            \
56
71
        $(CURSOR_IMAGES)                        \
57
72
        gimp-tool-cursors.xcf                   \
58
73
        \
59
 
        makefile.msc                    \
 
74
        makefile.msc                            \
60
75
        \
61
76
        xbm/cursor-none.xbm                     \
62
77
        xbm/cursor-mouse.xbm                    \
63
78
        xbm/cursor-mouse-mask.xbm               \
 
79
        xbm/cursor-move.xbm                     \
 
80
        xbm/cursor-move-mask.xbm                \
64
81
        xbm/cursor-crosshair.xbm                \
65
82
        xbm/cursor-crosshair-mask.xbm           \
66
83
        xbm/cursor-crosshair-small.xbm          \
71
88
        xbm/cursor-zoom-mask.xbm                \
72
89
        xbm/cursor-color-picker.xbm             \
73
90
        xbm/cursor-color-picker-mask.xbm        \
 
91
        xbm/cursor-corner-top-left.xbm          \
 
92
        xbm/cursor-corner-top-left-mask.xbm     \
 
93
        xbm/cursor-corner-top-right.xbm         \
 
94
        xbm/cursor-corner-top-right-mask.xbm    \
 
95
        xbm/cursor-corner-bottom-left.xbm       \
 
96
        xbm/cursor-corner-bottom-left-mask.xbm  \
 
97
        xbm/cursor-corner-bottom-right.xbm      \
 
98
        xbm/cursor-corner-bottom-right-mask.xbm \
 
99
        xbm/cursor-side-top.xbm                 \
 
100
        xbm/cursor-side-top-mask.xbm            \
 
101
        xbm/cursor-side-left.xbm                \
 
102
        xbm/cursor-side-left-mask.xbm           \
 
103
        xbm/cursor-side-right.xbm               \
 
104
        xbm/cursor-side-right-mask.xbm          \
 
105
        xbm/cursor-side-bottom.xbm              \
 
106
        xbm/cursor-side-bottom-mask.xbm         \
74
107
        \
 
108
        xbm/modifier-bad.xbm                    \
 
109
        xbm/modifier-bad-mask.xbm               \
75
110
        xbm/modifier-plus.xbm                   \
76
111
        xbm/modifier-plus-mask.xbm              \
77
112
        xbm/modifier-minus.xbm                  \
92
127
        xbm/modifier-background-mask.xbm        \
93
128
        xbm/modifier-pattern.xbm                \
94
129
        xbm/modifier-pattern-mask.xbm           \
 
130
        xbm/modifier-join.xbm                   \
 
131
        xbm/modifier-join-mask.xbm              \
95
132
        \
96
133
        xbm/tool-rect-select.xbm                \
97
134
        xbm/tool-rect-select-mask.xbm           \
101
138
        xbm/tool-free-select-mask.xbm           \
102
139
        xbm/tool-fuzzy-select.xbm               \
103
140
        xbm/tool-fuzzy-select-mask.xbm          \
 
141
        xbm/tool-paths-anchor.xbm               \
 
142
        xbm/tool-paths-anchor-mask.xbm          \
 
143
        xbm/tool-paths-control.xbm              \
 
144
        xbm/tool-paths-control-mask.xbm         \
 
145
        xbm/tool-paths-segment.xbm              \
 
146
        xbm/tool-paths-segment-mask.xbm         \
104
147
        xbm/tool-paths.xbm                      \
105
148
        xbm/tool-paths-mask.xbm                 \
106
149
        xbm/tool-iscissors.xbm                  \
154
197
        xbm/tool-measure.xbm                    \
155
198
        xbm/tool-measure-mask.xbm               \
156
199
        xbm/tool-hand.xbm                       \
157
 
        xbm/tool-hand-mask.xbm
 
200
        xbm/tool-hand-mask.xbm                  \
 
201
        xbm/tool-heal.xbm                       \
 
202
        xbm/tool-heal-mask.xbm
158
203
 
159
204
noinst_DATA = gimp-tool-cursors.h
160
205