~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to app/tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        tools-types.h                   \
20
20
        gimp-tools.c                    \
21
21
        gimp-tools.h                    \
22
 
        tools-utils.c                   \
23
 
        tools-utils.h                   \
24
22
        tool_manager.c                  \
25
23
        tool_manager.h                  \
26
24
        \
44
42
        gimpbucketfilltool.h            \
45
43
        gimpbycolorselecttool.c         \
46
44
        gimpbycolorselecttool.h         \
 
45
        gimpcageoptions.c               \
 
46
        gimpcageoptions.h               \
 
47
        gimpcagetool.c                  \
 
48
        gimpcagetool.h                  \
47
49
        gimpclonetool.c                 \
48
50
        gimpclonetool.h                 \
49
51
        gimpcoloroptions.c              \
172
174
        gimptextoptions.h               \
173
175
        gimptexttool.c                  \
174
176
        gimptexttool.h                  \
 
177
        gimptexttool-editor.c           \
 
178
        gimptexttool-editor.h           \
175
179
        gimpthresholdtool.c             \
176
180
        gimpthresholdtool.h             \
177
181
        gimptool.c                      \
178
182
        gimptool.h                      \
 
183
        gimptool-progress.c             \
 
184
        gimptool-progress.h             \
179
185
        gimptoolcontrol.c               \
180
186
        gimptoolcontrol.h               \
181
187
        gimptooloptions-gui.c           \
195
201
 
196
202
libapptools_a_SOURCES = $(libapptools_a_built_sources) $(libapptools_a_sources)
197
203
 
198
 
EXTRA_DIST = makefile.msc
199
 
 
200
204
#
201
205
# rules to generate built sources
202
206
#
213
217
                --vtail "    { 0, NULL, NULL }\n  };\n" \
214
218
                --dhead "  static const Gimp@Type@Desc descs[] =\n  {" \
215
219
                --dprod "    { @VALUENAME@, @valuedesc@, @valuehelp@ }," \
216
 
                --dtail "    { 0, NULL, NULL }\n  };\n\n  static GType type = 0;\n\n  if (! type)\n    {\n      type = g_@type@_register_static (\"@EnumName@\", values);\n      gimp_@type@_set_value_descriptions (type, descs);\n    }\n\n  return type;\n}\n" \
 
220
                --dtail "    { 0, NULL, NULL }\n  };\n\n  static GType type = 0;\n\n  if (G_UNLIKELY (! type))\n    {\n      type = g_@type@_register_static (\"@EnumName@\", values);\n      gimp_type_set_translation_context (type, \"@enumnick@\");\n      gimp_@type@_set_value_descriptions (type, descs);\n    }\n\n  return type;\n}\n" \
217
221
                $(srcdir)/tools-enums.h > xgen-tec \
218
222
        && cp xgen-tec $(@F) \
219
223
        && rm -f xgen-tec