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

« back to all changes in this revision

Viewing changes to libgimp/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:
2
2
 
3
3
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
4
4
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
 
5
libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la
5
6
libgimpmodule = $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la
6
7
libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la
7
8
libgimp = ./libgimp-$(GIMP_API_VERSION).la
58
59
 
59
60
AM_CPPFLAGS = \
60
61
        -DG_LOG_DOMAIN=\"LibGimp\"      \
61
 
        @GIMP_THREAD_FLAGS@
 
62
        @GTHREAD_CFLAGS@
62
63
 
63
64
INCLUDES = \
64
65
        -I$(top_srcdir) \
71
72
        gimpbrush_pdb.c                 \
72
73
        gimpbrushes_pdb.c               \
73
74
        gimpbrushselect_pdb.c           \
 
75
        gimpbuffer_pdb.c                \
74
76
        gimpchannel_pdb.c               \
75
77
        gimpcolor_pdb.c                 \
76
78
        gimpcontext_pdb.c               \
88
90
        gimpgradients_pdb.c             \
89
91
        gimpgradientselect_pdb.c        \
90
92
        gimpguides_pdb.c                \
 
93
        gimpgrid_pdb.c                  \
91
94
        gimphelp_pdb.c                  \
92
95
        gimpimage_pdb.c                 \
93
96
        gimplayer_pdb.c                 \
110
113
        gimptexttool_pdb.c              \
111
114
        gimptransformtools_pdb.c        \
112
115
        gimpundo_pdb.c                  \
113
 
        gimpunit_pdb.c
 
116
        gimpunit_pdb.c                  \
 
117
        gimpvectors_pdb.c
114
118
 
115
119
PDB_WRAPPERS_H = \
116
120
        gimp_pdb.h                      \
117
121
        gimpbrush_pdb.h                 \
118
122
        gimpbrushes_pdb.h               \
119
123
        gimpbrushselect_pdb.h           \
 
124
        gimpbuffer_pdb.h                \
120
125
        gimpchannel_pdb.h               \
121
126
        gimpcolor_pdb.h                 \
122
127
        gimpcontext_pdb.h               \
133
138
        gimpgradient_pdb.h              \
134
139
        gimpgradients_pdb.h             \
135
140
        gimpgradientselect_pdb.h        \
 
141
        gimpgrid_pdb.h                  \
136
142
        gimpguides_pdb.h                \
137
143
        gimphelp_pdb.h                  \
138
144
        gimpimage_pdb.h                 \
156
162
        gimptexttool_pdb.h              \
157
163
        gimptransformtools_pdb.h        \
158
164
        gimpundo_pdb.h                  \
159
 
        gimpunit_pdb.h
 
165
        gimpunit_pdb.h                  \
 
166
        gimpvectors_pdb.h
160
167
 
161
168
libgimp_2_0_la_sources = \
162
169
        gimp.c                  \
176
183
        gimpdrawable.h          \
177
184
        gimpfontselect.c        \
178
185
        gimpfontselect.h        \
 
186
        gimpgimprc.c            \
 
187
        gimpgimprc.h            \
179
188
        gimpgradients.c         \
180
189
        gimpgradients.h         \
181
190
        gimpgradientselect.c    \
220
229
 
221
230
libgimp_2_0_la_extra_sources = gimpenums.c.tail
222
231
 
223
 
EXTRA_DIST = \
224
 
        COPYING                         \
225
 
        makefile.msc                    \
226
 
        gimp.def                        \
227
 
        gimpui.def                      \
228
 
        $(libgimp_2_0_la_extra_sources)
229
 
 
230
232
libgimp_2_0_la_SOURCES = \
231
 
        $(libgimp_2_0_la_sources)       \
232
 
        $(libgimp_2_0_la_built_sources)
 
233
        $(libgimp_2_0_la_built_sources) \
 
234
        $(libgimp_2_0_la_sources)
 
235
 
 
236
libgimpui_2_0_la_sources = \
 
237
        gimpui.c                        \
 
238
        gimpui.h                        \
 
239
        gimpuitypes.h                   \
 
240
        gimpaspectpreview.c             \
 
241
        gimpaspectpreview.h             \
 
242
        gimpbrushmenu.c                 \
 
243
        gimpbrushmenu.h                 \
 
244
        gimpbrushselectbutton.c         \
 
245
        gimpbrushselectbutton.h         \
 
246
        gimpdrawablepreview.c           \
 
247
        gimpdrawablepreview.h           \
 
248
        gimpexport.c                    \
 
249
        gimpexport.h                    \
 
250
        gimpfontmenu.c                  \
 
251
        gimpfontmenu.h                  \
 
252
        gimpfontselectbutton.c          \
 
253
        gimpfontselectbutton.h          \
 
254
        gimpgradientmenu.c              \
 
255
        gimpgradientmenu.h              \
 
256
        gimpgradientselectbutton.c      \
 
257
        gimpgradientselectbutton.h      \
 
258
        gimpimagecombobox.c             \
 
259
        gimpimagecombobox.h             \
 
260
        gimpitemcombobox.c              \
 
261
        gimpitemcombobox.h              \
 
262
        gimpmenu.c                      \
 
263
        gimpmenu.h                      \
 
264
        gimppalettemenu.c               \
 
265
        gimppalettemenu.h               \
 
266
        gimppaletteselectbutton.c       \
 
267
        gimppaletteselectbutton.h       \
 
268
        gimppatternmenu.c               \
 
269
        gimppatternmenu.h               \
 
270
        gimppatternselectbutton.c       \
 
271
        gimppatternselectbutton.h       \
 
272
        gimppixbuf.c                    \
 
273
        gimppixbuf.h                    \
 
274
        gimpprocbrowserdialog.c         \
 
275
        gimpprocbrowserdialog.h         \
 
276
        gimpprocview.c                  \
 
277
        gimpprocview.h                  \
 
278
        gimpprogressbar.c               \
 
279
        gimpprogressbar.h               \
 
280
        gimpselectbutton.c              \
 
281
        gimpselectbutton.h              \
 
282
        gimpzoompreview.c               \
 
283
        gimpzoompreview.h
 
284
 
 
285
libgimpui_2_0_la_built_sources = \
 
286
        gimpuimarshal.c                 \
 
287
        gimpuimarshal.h
 
288
 
 
289
libgimpui_2_0_la_extra_sources = gimpuimarshal.list
233
290
 
234
291
libgimpui_2_0_la_SOURCES = \
235
 
        gimpui.c                \
236
 
        gimpui.h                \
237
 
        gimpuitypes.h           \
238
 
        gimpmenu.c              \
239
 
        gimpmenu.h              \
240
 
        gimpaspectpreview.c     \
241
 
        gimpaspectpreview.h     \
242
 
        gimpbrushmenu.c         \
243
 
        gimpbrushmenu.h         \
244
 
        gimpdrawablepreview.c   \
245
 
        gimpdrawablepreview.h   \
246
 
        gimpfontmenu.c          \
247
 
        gimpfontmenu.h          \
248
 
        gimpgradientmenu.c      \
249
 
        gimpgradientmenu.h      \
250
 
        gimppalettemenu.c       \
251
 
        gimppalettemenu.h       \
252
 
        gimppatternmenu.c       \
253
 
        gimppatternmenu.h       \
254
 
        gimpdrawablecombobox.c  \
255
 
        gimpdrawablecombobox.h  \
256
 
        gimpimagecombobox.c     \
257
 
        gimpimagecombobox.h     \
258
 
        gimppixbuf.c            \
259
 
        gimppixbuf.h            \
260
 
        gimpprogressbar.c       \
261
 
        gimpprogressbar.h       \
262
 
        gimpexport.c            \
263
 
        gimpexport.h
 
292
        $(libgimpui_2_0_la_built_sources)       \
 
293
        $(libgimpui_2_0_la_sources)
264
294
 
265
295
gimpinclude_HEADERS = \
266
 
        gimp.h                  \
267
 
        gimpcompat.h            \
268
 
        gimptypes.h             \
269
 
        gimpenums.h             \
270
 
        ${PDB_WRAPPERS_H}       \
271
 
        gimpbrushes.h           \
272
 
        gimpbrushselect.h       \
273
 
        gimpchannel.h           \
274
 
        gimpdrawable.h          \
275
 
        gimpfontselect.h        \
276
 
        gimpgradients.h         \
277
 
        gimpgradientselect.h    \
278
 
        gimpimage.h             \
279
 
        gimplayer.h             \
280
 
        gimppalette.h           \
281
 
        gimppalettes.h          \
282
 
        gimppaletteselect.h     \
283
 
        gimppatterns.h          \
284
 
        gimppatternselect.h     \
285
 
        gimppixelfetcher.h      \
286
 
        gimppixelrgn.h          \
287
 
        gimpplugin.h            \
288
 
        gimpproceduraldb.h      \
289
 
        gimpprogress.h          \
290
 
        gimpregioniterator.h    \
291
 
        gimpselection.h         \
292
 
        gimptile.h              \
 
296
        gimp.h                          \
 
297
        gimpcompat.h                    \
 
298
        gimptypes.h                     \
 
299
        gimpenums.h                     \
 
300
        ${PDB_WRAPPERS_H}               \
 
301
        gimpbrushes.h                   \
 
302
        gimpbrushselect.h               \
 
303
        gimpchannel.h                   \
 
304
        gimpdrawable.h                  \
 
305
        gimpfontselect.h                \
 
306
        gimpgimprc.h                    \
 
307
        gimpgradients.h                 \
 
308
        gimpgradientselect.h            \
 
309
        gimpimage.h                     \
 
310
        gimplayer.h                     \
 
311
        gimppalette.h                   \
 
312
        gimppalettes.h                  \
 
313
        gimppaletteselect.h             \
 
314
        gimppatterns.h                  \
 
315
        gimppatternselect.h             \
 
316
        gimppixelfetcher.h              \
 
317
        gimppixelrgn.h                  \
 
318
        gimpplugin.h                    \
 
319
        gimpproceduraldb.h              \
 
320
        gimpprogress.h                  \
 
321
        gimpregioniterator.h            \
 
322
        gimpselection.h                 \
 
323
        gimptile.h                      \
293
324
        \
294
 
        gimpui.h                \
295
 
        gimpuitypes.h           \
296
 
        gimpmenu.h              \
297
 
        gimpaspectpreview.h     \
298
 
        gimpbrushmenu.h         \
299
 
        gimpdrawablepreview.h   \
300
 
        gimpfontmenu.h          \
301
 
        gimpgradientmenu.h      \
302
 
        gimppalettemenu.h       \
303
 
        gimppatternmenu.h       \
304
 
        gimppixbuf.h            \
305
 
        gimpprogressbar.h       \
306
 
        gimpdrawablecombobox.h  \
307
 
        gimpimagecombobox.h     \
308
 
        gimpexport.h
 
325
        gimpui.h                        \
 
326
        gimpuitypes.h                   \
 
327
        gimpaspectpreview.h             \
 
328
        gimpbrushmenu.h                 \
 
329
        gimpbrushselectbutton.h         \
 
330
        gimpdrawablepreview.h           \
 
331
        gimpexport.h                    \
 
332
        gimpfontmenu.h                  \
 
333
        gimpfontselectbutton.h          \
 
334
        gimpgradientmenu.h              \
 
335
        gimpgradientselectbutton.h      \
 
336
        gimpimagecombobox.h             \
 
337
        gimpitemcombobox.h              \
 
338
        gimpmenu.h                      \
 
339
        gimppalettemenu.h               \
 
340
        gimppaletteselectbutton.h       \
 
341
        gimppatternmenu.h               \
 
342
        gimppatternselectbutton.h       \
 
343
        gimppixbuf.h                    \
 
344
        gimpprocbrowserdialog.h         \
 
345
        gimpprocview.h                  \
 
346
        gimpprogressbar.h               \
 
347
        gimpselectbutton.h              \
 
348
        gimpzoompreview.h
309
349
 
310
350
libgimp_2_0_la_LDFLAGS = \
311
351
        -version-info $(LT_VERSION_INFO)        \
312
352
        $(no_undefined)                         \
313
353
        $(libgimp_export_symbols)
314
354
 
315
 
libgimp_2_0_la_LIBADD = $(libgimpcolor) $(libgimpbase) $(GLIB_LIBS) $(RT_LIBS)
 
355
libgimp_2_0_la_LIBADD = $(libgimpconfig) $(libgimpcolor) $(libgimpbase) $(GLIB_LIBS) $(RT_LIBS)
316
356
 
317
 
libgimp_2_0_la_DEPENDENCIES = $(gimp_def) $(libgimpcolor) $(libgimpbase)
 
357
libgimp_2_0_la_DEPENDENCIES = $(gimp_def) $(libgimpconfig) $(libgimpcolor) $(libgimpbase)
318
358
 
319
359
libgimpui_2_0_la_LDFLAGS = \
320
360
        -version-info $(LT_VERSION_INFO)        \
326
366
 
327
367
libgimpui_2_0_la_DEPENDENCIES = $(gimpui_def) $(libgimp) $(libgimpwidgets) $(libgimpbase)
328
368
 
 
369
EXTRA_DIST = \
 
370
        COPYING                                 \
 
371
        makefile.msc                            \
 
372
        gimp.def                                \
 
373
        gimpui.def                              \
 
374
        $(libgimp_2_0_la_extra_sources)         \
 
375
        $(libgimpui_2_0_la_extra_sources)
 
376
 
329
377
install-data-local: install-ms-lib install-libtool-import-lib
330
378
 
331
379
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
334
382
# rules to generate built sources
335
383
#
336
384
# setup autogeneration dependencies
337
 
gen_sources = xgen-cec
 
385
gen_sources = xgen-cec xgen-umh xgen-umc
338
386
CLEANFILES = $(gen_sources)
339
387
 
340
388
$(srcdir)/gimpenums.c: $(srcdir)/gimpenums.h $(srcdir)/gimpenums.c.tail $(GIMP_MKENUMS)
351
399
        && cat $(srcdir)/gimpenums.c.tail >> xgen-cec \
352
400
        && cp xgen-cec $(@F) \
353
401
        && rm -f xgen-cec
 
402
 
 
403
$(srcdir)/gimpuimarshal.h: $(srcdir)/gimpuimarshal.list
 
404
        $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --header >> xgen-umh \
 
405
        && (cmp -s xgen-umh $(@F) || cp xgen-umh $(@F)) \
 
406
        && rm -f xgen-umh xgen-umh~
 
407
 
 
408
$(srcdir)/gimpuimarshal.c: $(srcdir)/gimpuimarshal.h
 
409
        echo "#include \"gimpuimarshal.h\"" >> xgen-umc \
 
410
        && $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --body >> xgen-umc \
 
411
        && cp xgen-umc $(@F) \
 
412
        && rm -f xgen-umc xgen-umc~