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

« back to all changes in this revision

Viewing changes to app/tools/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:
14
14
        \
15
15
        gimpairbrushtool.c              \
16
16
        gimpairbrushtool.h              \
 
17
        gimpalignoptions.c              \
 
18
        gimpalignoptions.h              \
 
19
        gimpaligntool.c                 \
 
20
        gimpaligntool.h                 \
17
21
        gimpblendoptions.c              \
18
22
        gimpblendoptions.h              \
19
23
        gimpblendtool.c                 \
20
24
        gimpblendtool.h                 \
21
25
        gimpbrightnesscontrasttool.c    \
22
26
        gimpbrightnesscontrasttool.h    \
 
27
        gimpbrushtool.c                 \
 
28
        gimpbrushtool.h                 \
23
29
        gimpbucketfilloptions.c         \
24
30
        gimpbucketfilloptions.h         \
25
31
        gimpbucketfilltool.c            \
64
70
        gimpfliptool.h                  \
65
71
        gimpfreeselecttool.c            \
66
72
        gimpfreeselecttool.h            \
 
73
        gimpforegroundselectoptions.c   \
 
74
        gimpforegroundselectoptions.h   \
 
75
        gimpforegroundselecttool.c      \
 
76
        gimpforegroundselecttool.h      \
 
77
        gimpforegroundselecttoolundo.c  \
 
78
        gimpforegroundselecttoolundo.h  \
67
79
        gimpfuzzyselecttool.c           \
68
80
        gimpfuzzyselecttool.h           \
 
81
        gimphealtool.c                  \
 
82
        gimphealtool.h                  \
69
83
        gimphistogramoptions.c          \
70
84
        gimphistogramoptions.h          \
71
85
        gimphuesaturationtool.c         \
102
116
        gimppainttool.h                 \
103
117
        gimppenciltool.c                \
104
118
        gimppenciltool.h                \
 
119
        gimpperspectiveclonetool.c      \
 
120
        gimpperspectiveclonetool.h      \
105
121
        gimpperspectivetool.c           \
106
122
        gimpperspectivetool.h           \
107
123
        gimpposterizetool.c             \
108
124
        gimpposterizetool.h             \
109
 
        gimprectselecttool.c            \
110
 
        gimprectselecttool.h            \
 
125
        gimprectangleselecttool.c       \
 
126
        gimprectangleselecttool.h       \
 
127
        gimprectangleselectoptions.c    \
 
128
        gimprectangleselectoptions.h    \
 
129
        gimprectangletool.c             \
 
130
        gimprectangletool.h             \
 
131
        gimprectangleoptions.c          \
 
132
        gimprectangleoptions.h          \
 
133
        gimpregionselecttool.c          \
 
134
        gimpregionselecttool.h          \
111
135
        gimprotatetool.c                \
112
136
        gimprotatetool.h                \
113
137
        gimpscaletool.c                 \
120
144
        gimpsheartool.h                 \
121
145
        gimpsmudgetool.c                \
122
146
        gimpsmudgetool.h                \
 
147
        gimpsourcetool.c                \
 
148
        gimpsourcetool.h                \
123
149
        gimptextoptions.c               \
124
150
        gimptextoptions.h               \
125
151
        gimptexttool.c                  \
136
162
        gimptransformoptions.h          \
137
163
        gimptransformtool.c             \
138
164
        gimptransformtool.h             \
139
 
        gimptransformtool-undo.c        \
140
 
        gimptransformtool-undo.h        \
 
165
        gimptransformtoolundo.c         \
 
166
        gimptransformtoolundo.h         \
141
167
        gimpvectoroptions.c             \
142
168
        gimpvectoroptions.h             \
143
169
        gimpvectortool.c                \
150
176
 
151
177
AM_CPPFLAGS = \
152
178
        -DG_LOG_DOMAIN=\"Gimp-Tools\"   \
153
 
        @GIMP_THREAD_FLAGS@             \
154
 
        @GIMP_MP_FLAGS@
 
179
        @GTHREAD_CFLAGS@
155
180
 
156
181
INCLUDES = \
 
182
        -I$(top_builddir)       \
157
183
        -I$(top_srcdir)         \
 
184
        -I$(top_builddir)/app   \
158
185
        -I$(top_srcdir)/app     \
159
186
        $(GTK_CFLAGS)           \
160
187
        -I$(includedir)