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

« back to all changes in this revision

Viewing changes to app/core/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:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
3
AM_CPPFLAGS = \
4
 
        -DG_LOG_DOMAIN=\"Gimp-Core\"    \
5
 
        -DGIMP_COMPILATION              \
6
 
        @GIMP_THREAD_FLAGS@             \
7
 
        @GIMP_MP_FLAGS@
 
4
        -DGIMP_APP_VERSION=\"$(GIMP_APP_VERSION)\"      \
 
5
        -DG_LOG_DOMAIN=\"Gimp-Core\"                    \
 
6
        @GTHREAD_CFLAGS@
8
7
 
9
8
INCLUDES = \
 
9
        -I$(top_builddir)       \
10
10
        -I$(top_srcdir)         \
 
11
        -I$(top_builddir)/app   \
11
12
        -I$(top_srcdir)/app     \
12
13
        $(GDK_PIXBUF_CFLAGS)    \
13
14
        $(LIBART_CFLAGS)        \
18
19
libappcore_a_sources = \
19
20
        core-enums.h                    \
20
21
        core-types.h                    \
21
 
        cpercep.c                       \
22
 
        cpercep.h                       \
23
22
        gimp.c                          \
24
23
        gimp.h                          \
 
24
        gimp-contexts.c                 \
 
25
        gimp-contexts.h                 \
25
26
        gimp-documents.c                \
26
27
        gimp-documents.h                \
27
28
        gimp-edit.c                     \
36
37
        gimp-parasites.h                \
37
38
        gimp-templates.c                \
38
39
        gimp-templates.h                \
 
40
        gimp-transform-region.c         \
 
41
        gimp-transform-region.h         \
 
42
        gimp-transform-resize.c         \
 
43
        gimp-transform-resize.h         \
39
44
        gimp-transform-utils.c          \
40
45
        gimp-transform-utils.h          \
41
46
        gimp-units.c                    \
42
47
        gimp-units.h                    \
 
48
        gimp-user-install.c             \
 
49
        gimp-user-install.h             \
43
50
        gimp-utils.c                    \
44
51
        gimp-utils.h                    \
45
52
        gimparea.c                      \
47
54
        gimpbrush.c                     \
48
55
        gimpbrush.h                     \
49
56
        gimpbrush-header.h              \
 
57
        gimpbrush-load.c                \
 
58
        gimpbrush-load.h                \
 
59
        gimpbrush-scale.c               \
 
60
        gimpbrush-scale.h               \
 
61
        gimpbrushclipboard.c            \
 
62
        gimpbrushclipboard.h            \
50
63
        gimpbrushgenerated.c            \
51
64
        gimpbrushgenerated.h            \
 
65
        gimpbrushgenerated-load.c       \
 
66
        gimpbrushgenerated-load.h       \
 
67
        gimpbrushgenerated-save.c       \
 
68
        gimpbrushgenerated-save.h       \
52
69
        gimpbrushpipe.c                 \
53
70
        gimpbrushpipe.h                 \
 
71
        gimpbrushpipe-load.c            \
 
72
        gimpbrushpipe-load.h            \
54
73
        gimpbuffer.c                    \
55
74
        gimpbuffer.h                    \
56
75
        gimpchannel.c                   \
59
78
        gimpchannel-combine.h           \
60
79
        gimpchannel-select.c            \
61
80
        gimpchannel-select.h            \
 
81
        gimpchannelpropundo.c           \
 
82
        gimpchannelpropundo.h           \
 
83
        gimpchannelundo.c               \
 
84
        gimpchannelundo.h               \
62
85
        gimpcontainer.c                 \
63
86
        gimpcontainer.h                 \
64
87
        gimpcontainer-filter.c          \
67
90
        gimpcontext.h                   \
68
91
        gimpcoords.c                    \
69
92
        gimpcoords.h                    \
 
93
        gimpdashpattern.c               \
 
94
        gimpdashpattern.h               \
70
95
        gimpdata.c                      \
71
96
        gimpdata.h                      \
72
97
        gimpdatafactory.c               \
81
106
        gimpdrawable-bucket-fill.h      \
82
107
        gimpdrawable-combine.c          \
83
108
        gimpdrawable-combine.h          \
 
109
        gimpdrawable-convert.c          \
 
110
        gimpdrawable-convert.h          \
84
111
        gimpdrawable-desaturate.c       \
85
112
        gimpdrawable-desaturate.h       \
86
113
        gimpdrawable-equalize.c         \
87
114
        gimpdrawable-equalize.h         \
 
115
        gimpdrawable-foreground-extract.c\
 
116
        gimpdrawable-foreground-extract.h\
88
117
        gimpdrawable-histogram.c        \
89
118
        gimpdrawable-histogram.h        \
90
119
        gimpdrawable-invert.c           \
99
128
        gimpdrawable-stroke.h           \
100
129
        gimpdrawable-transform.c        \
101
130
        gimpdrawable-transform.h        \
102
 
        gimpenvirontable.h              \
103
 
        gimpenvirontable.c              \
 
131
        gimpdrawablemodundo.c           \
 
132
        gimpdrawablemodundo.h           \
 
133
        gimpdrawableundo.c              \
 
134
        gimpdrawableundo.h              \
 
135
        gimpfloatingselundo.c           \
 
136
        gimpfloatingselundo.h           \
104
137
        gimpgradient.c                  \
105
138
        gimpgradient.h                  \
106
139
        gimpgradient-load.c             \
107
140
        gimpgradient-load.h             \
108
141
        gimpgradient-save.c             \
109
142
        gimpgradient-save.h             \
110
 
        gimpgrid.c                      \
111
 
        gimpgrid.h                      \
 
143
        gimpgrid.c                      \
 
144
        gimpgrid.h                      \
 
145
        gimpguide.c                     \
 
146
        gimpguide.h                     \
 
147
        gimpguideundo.c                 \
 
148
        gimpguideundo.h                 \
112
149
        gimpimage.c                     \
113
150
        gimpimage.h                     \
 
151
        gimpimage-arrange.c             \
 
152
        gimpimage-arrange.h             \
114
153
        gimpimage-colorhash.c           \
115
154
        gimpimage-colorhash.h           \
116
155
        gimpimage-colormap.c            \
131
170
        gimpimage-grid.c                \
132
171
        gimpimage-guides.c              \
133
172
        gimpimage-guides.h              \
 
173
        gimpimage-item-list.c           \
 
174
        gimpimage-item-list.h           \
134
175
        gimpimage-merge.c               \
135
176
        gimpimage-merge.h               \
136
177
        gimpimage-new.c                 \
139
180
        gimpimage-pick-color.h          \
140
181
        gimpimage-preview.c             \
141
182
        gimpimage-preview.h             \
142
 
        gimpimage-qmask.c               \
143
 
        gimpimage-qmask.h               \
 
183
        gimpimage-quick-mask.c          \
 
184
        gimpimage-quick-mask.h          \
144
185
        gimpimage-resize.c              \
145
186
        gimpimage-resize.h              \
146
187
        gimpimage-rotate.c              \
147
188
        gimpimage-rotate.h              \
 
189
        gimpimage-sample-points.c       \
 
190
        gimpimage-sample-points.h       \
148
191
        gimpimage-scale.c               \
149
192
        gimpimage-scale.h               \
150
193
        gimpimage-snap.c                \
153
196
        gimpimage-undo.h                \
154
197
        gimpimage-undo-push.c           \
155
198
        gimpimage-undo-push.h           \
 
199
        gimpimageundo.c                 \
 
200
        gimpimageundo.h                 \
156
201
        gimpimagefile.c                 \
157
202
        gimpimagefile.h                 \
158
203
        gimpimagemap.c                  \
163
208
        gimpitem-linked.h               \
164
209
        gimpitem-preview.c              \
165
210
        gimpitem-preview.h              \
 
211
        gimpitempropundo.c              \
 
212
        gimpitempropundo.h              \
166
213
        gimpitemundo.c                  \
167
214
        gimpitemundo.h                  \
168
215
        gimplayer.c                     \
171
218
        gimplayer-floating-sel.h        \
172
219
        gimplayermask.c                 \
173
220
        gimplayermask.h                 \
 
221
        gimplayermaskpropundo.c         \
 
222
        gimplayermaskpropundo.h         \
 
223
        gimplayermaskundo.c             \
 
224
        gimplayermaskundo.h             \
 
225
        gimplayerpropundo.c             \
 
226
        gimplayerpropundo.h             \
 
227
        gimplayerundo.c                 \
 
228
        gimplayerundo.h                 \
174
229
        gimplist.c                      \
175
230
        gimplist.h                      \
 
231
        gimpmaskundo.c                  \
 
232
        gimpmaskundo.h                  \
176
233
        gimpobject.c                    \
177
234
        gimpobject.h                    \
178
235
        gimppaintinfo.c                 \
180
237
        gimppattern.c                   \
181
238
        gimppattern.h                   \
182
239
        gimppattern-header.h            \
 
240
        gimppattern-load.c              \
 
241
        gimppattern-load.h              \
 
242
        gimppatternclipboard.c          \
 
243
        gimppatternclipboard.h          \
183
244
        gimppalette.c                   \
184
245
        gimppalette.h                   \
185
246
        gimppalette-import.c            \
186
247
        gimppalette-import.h            \
 
248
        gimppalette-load.c              \
 
249
        gimppalette-load.h              \
 
250
        gimppalette-save.c              \
 
251
        gimppalette-save.h              \
 
252
        gimpparamspecs.c                \
 
253
        gimpparamspecs.h                \
 
254
        gimpparamspecs-desc.c           \
 
255
        gimpparamspecs-desc.h           \
187
256
        gimpparasitelist.c              \
188
257
        gimpparasitelist.h              \
189
258
        gimppdbprogress.c               \
198
267
        gimpprojection.h                \
199
268
        gimpprojection-construct.c      \
200
269
        gimpprojection-construct.h      \
 
270
        gimpsamplepoint.c               \
 
271
        gimpsamplepoint.h               \
 
272
        gimpsamplepointundo.c           \
 
273
        gimpsamplepointundo.h           \
201
274
        gimpscanconvert.c               \
202
275
        gimpscanconvert.h               \
203
276
        gimpselection.c                 \
206
279
        gimpstrokedesc.h                \
207
280
        gimpstrokeoptions.c             \
208
281
        gimpstrokeoptions.h             \
 
282
        gimpsubprogress.c               \
 
283
        gimpsubprogress.h               \
209
284
        gimptemplate.c                  \
210
285
        gimptemplate.h                  \
211
286
        gimptoolinfo.c                  \
212
287
        gimptoolinfo.h                  \
213
288
        gimptooloptions.c               \
214
289
        gimptooloptions.h               \
 
290
        gimptoolpresets.c               \
 
291
        gimptoolpresets.h               \
215
292
        gimpunit.c                      \
216
293
        gimpunit.h                      \
217
294
        gimpundo.c                      \