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

« back to all changes in this revision

Viewing changes to app/widgets/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
AM_CPPFLAGS = \
4
4
        -DG_LOG_DOMAIN=\"Gimp-Widgets\" \
5
 
        @GIMP_THREAD_FLAGS@             \
6
 
        @GIMP_MP_FLAGS@
 
5
        @GTHREAD_CFLAGS@
7
6
 
8
7
INCLUDES = \
9
8
        -I$(top_builddir)       \
12
11
        -I$(top_srcdir)/app     \
13
12
        $(GTK_CFLAGS)           \
14
13
        $(PANGOFT2_CFLAGS)      \
 
14
        $(DBUS_GLIB_CFLAGS)     \
15
15
        -I$(includedir)
16
16
 
17
17
noinst_LIBRARIES = libappwidgets.a
37
37
        gimpbrushselect.h               \
38
38
        gimpbufferview.c                \
39
39
        gimpbufferview.h                \
40
 
        gimpcellrendereraccel.c         \
41
 
        gimpcellrendereraccel.h         \
 
40
        gimpcellrendererdashes.c        \
 
41
        gimpcellrendererdashes.h        \
42
42
        gimpcellrendererviewable.c      \
43
43
        gimpcellrendererviewable.h      \
44
44
        gimpchanneltreeview.c           \
59
59
        gimpcolormapeditor.h            \
60
60
        gimpcolorpanel.c                \
61
61
        gimpcolorpanel.h                \
 
62
        gimpcolorselectorpalette.c      \
 
63
        gimpcolorselectorpalette.h      \
62
64
        gimpcomponenteditor.c           \
63
65
        gimpcomponenteditor.h           \
64
66
        gimpcontainerbox.c              \
85
87
        gimpcontrollereditor.h          \
86
88
        gimpcontrollerinfo.c            \
87
89
        gimpcontrollerinfo.h            \
 
90
        gimpcontrollerlist.c            \
 
91
        gimpcontrollerlist.h            \
88
92
        gimpcontrollers.c               \
89
93
        gimpcontrollers.h               \
90
94
        gimpcontrollerkeyboard.c        \
93
97
        gimpcontrollerwheel.h           \
94
98
        gimpcursor.c                    \
95
99
        gimpcursor.h                    \
 
100
        gimpcursorview.c                \
 
101
        gimpcursorview.h                \
96
102
        gimpdasheditor.c                \
97
103
        gimpdasheditor.h                \
98
104
        gimpdataeditor.c                \
99
105
        gimpdataeditor.h                \
100
106
        gimpdatafactoryview.c           \
101
107
        gimpdatafactoryview.h           \
 
108
        gimpdbusservice.c               \
 
109
        gimpdbusservice.h               \
102
110
        gimpdeviceinfo.c                \
103
111
        gimpdeviceinfo.h                \
104
112
        gimpdevices.c                   \
109
117
        gimpdialogfactory.h             \
110
118
        gimpdnd.c                       \
111
119
        gimpdnd.h                       \
 
120
        gimpdnd-xds.c                   \
 
121
        gimpdnd-xds.h                   \
112
122
        gimpdock.c                      \
113
123
        gimpdock.h                      \
114
124
        gimpdockable.c                  \
117
127
        gimpdockbook.h                  \
118
128
        gimpdocked.c                    \
119
129
        gimpdocked.h                    \
 
130
        gimpdockseparator.c             \
 
131
        gimpdockseparator.h             \
120
132
        gimpdocumentview.c              \
121
133
        gimpdocumentview.h              \
122
134
        gimpdrawabletreeview.c          \
125
137
        gimpeditor.h                    \
126
138
        gimpenumaction.c                \
127
139
        gimpenumaction.h                \
128
 
        gimpenumcombobox.c              \
129
 
        gimpenumcombobox.h              \
130
 
        gimpenumstore.c                 \
131
 
        gimpenumstore.h                 \
132
 
        gimpenumwidgets.c               \
133
 
        gimpenumwidgets.h               \
134
140
        gimperrorconsole.c              \
135
141
        gimperrorconsole.h              \
136
142
        gimperrordialog.c               \
137
143
        gimperrordialog.h               \
138
144
        gimpfgbgeditor.c                \
139
145
        gimpfgbgeditor.h                \
 
146
        gimpfgbgview.c                  \
 
147
        gimpfgbgview.h                  \
140
148
        gimpfiledialog.c                \
141
149
        gimpfiledialog.h                \
142
150
        gimpfileprocview.c              \
164
172
        gimpimagedock.h                 \
165
173
        gimpimageeditor.c               \
166
174
        gimpimageeditor.h               \
 
175
        gimpimageparasiteview.c         \
 
176
        gimpimageparasiteview.h         \
 
177
        gimpimageprofileview.c          \
 
178
        gimpimageprofileview.h          \
 
179
        gimpimagepropview.c             \
 
180
        gimpimagepropview.h             \
167
181
        gimpimageview.c                 \
168
182
        gimpimageview.h                 \
169
183
        gimpitemtreeview.c              \
170
184
        gimpitemtreeview.h              \
171
185
        gimplayertreeview.c             \
172
186
        gimplayertreeview.h             \
 
187
        gimpmenudock.c                  \
 
188
        gimpmenudock.h                  \
173
189
        gimpmenufactory.c               \
174
190
        gimpmenufactory.h               \
175
191
        gimpmessagebox.c                \
182
198
        gimppaletteeditor.h             \
183
199
        gimppaletteselect.c             \
184
200
        gimppaletteselect.h             \
 
201
        gimppaletteview.c               \
 
202
        gimppaletteview.h               \
185
203
        gimppatternfactoryview.c        \
186
204
        gimppatternfactoryview.h        \
187
205
        gimppatternselect.c             \
188
206
        gimppatternselect.h             \
189
207
        gimppdbdialog.c                 \
190
208
        gimppdbdialog.h                 \
 
209
        gimppixbuf.c                    \
 
210
        gimppixbuf.h                    \
191
211
        gimppluginaction.c              \
192
212
        gimppluginaction.h              \
 
213
        gimpprofilechooserdialog.c      \
 
214
        gimpprofilechooserdialog.h      \
193
215
        gimpprogressbox.c               \
194
216
        gimpprogressbox.h               \
195
217
        gimpprogressdialog.c            \
196
218
        gimpprogressdialog.h            \
197
219
        gimppropwidgets.c               \
198
220
        gimppropwidgets.h               \
 
221
        gimprender.c                    \
 
222
        gimprender.h                    \
 
223
        gimpsamplepointeditor.c         \
 
224
        gimpsamplepointeditor.h         \
199
225
        gimpselectiondata.c             \
200
226
        gimpselectiondata.h             \
201
227
        gimpselectioneditor.c           \
272
298
        gimpviewrendererimagefile.h     \
273
299
        gimpviewrendererlayer.c         \
274
300
        gimpviewrendererlayer.h         \
 
301
        gimpviewrendererpalette.c       \
 
302
        gimpviewrendererpalette.h       \
275
303
        gimpviewrenderervectors.c       \
276
304
        gimpviewrenderervectors.h       \
277
305
        gimpwidgets-constructors.c      \
285
313
        gtkvwrapbox.c                   \
286
314
        gtkvwrapbox.h
287
315
 
288
 
libappwidgets_a_built_sources = widgets-enums.c
 
316
libappwidgets_a_built_sources = gimpdbusservice-glue.h widgets-enums.c
289
317
 
290
318
libappwidgets_a_SOURCES = \
291
319
        $(libappwidgets_a_built_sources) $(libappwidgets_a_sources)
292
320
 
293
 
EXTRA_DIST = makefile.msc
 
321
EXTRA_DIST = \
 
322
        dbus-service.xml        \
 
323
        makefile.msc
 
324
 
294
325
 
295
326
#
296
327
# rules to generate built sources
297
328
#
298
329
# setup autogeneration dependencies
299
 
gen_sources = xgen-wec
 
330
gen_sources = xgen-wec gimpdbusservice-glue.h
300
331
CLEANFILES = $(gen_sources)
301
332
 
 
333
 
 
334
$(srcdir)/gimpdbusservice.c: gimpdbusservice-glue.h
 
335
 
 
336
gimpdbusservice-glue.h: $(srcdir)/dbus-service.xml
 
337
        $(DBUS_BINDING_TOOL) --mode=glib-server --prefix=gimp $< > $(@F)
 
338
 
 
339
 
302
340
$(srcdir)/widgets-enums.c: $(srcdir)/widgets-enums.h $(GIMP_MKENUMS)
303
341
        $(GIMP_MKENUMS) \
304
342
                --fhead "#include \"config.h\"\n#include <gtk/gtk.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"widgets-enums.h\"\n#include \"gimp-intl.h\"" \