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

« back to all changes in this revision

Viewing changes to tools/pdbgen/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:
5
5
        pdb/brush.pdb                   \
6
6
        pdb/brush_select.pdb            \
7
7
        pdb/brushes.pdb                 \
 
8
        pdb/buffer.pdb                  \
8
9
        pdb/channel.pdb                 \
9
10
        pdb/color.pdb                   \
10
11
        pdb/context.pdb                 \
21
22
        pdb/gradient.pdb                \
22
23
        pdb/gradient_select.pdb         \
23
24
        pdb/gradients.pdb               \
 
25
        pdb/grid.pdb                    \
24
26
        pdb/guides.pdb                  \
25
27
        pdb/help.pdb                    \
26
28
        pdb/image.pdb                   \
44
46
        pdb/text_tool.pdb               \
45
47
        pdb/transform_tools.pdb         \
46
48
        pdb/undo.pdb                    \
47
 
        pdb/unit.pdb
 
49
        pdb/unit.pdb                    \
 
50
        pdb/vectors.pdb
48
51
 
49
52
EXTRA_DIST = \
50
53
        README          \
51
54
        app.pl          \
52
55
        enumcode.pl     \
53
 
        enumcode-py.pl  \
54
56
        enumgen.pl      \
55
57
        groups.pl       \
56
58
        lib.pl          \
66
68
        ../../app/core/core-enums.h             \
67
69
        ../../app/text/text-enums.h             \
68
70
        ../../app/paint/paint-enums.h           \
69
 
        ../../app/plug-in/plug-in-types.h
 
71
        ../../app/plug-in/plug-in-enums.h       \
 
72
        ../../app/vectors/vectors-enums.h
70
73
 
71
74
pdb_scripts = \
72
75
        pdbgen.pl       \
136
139
          $(PERL) enumcode.pl \
137
140
         && echo timestamp > $$rootme/stamp-enum-code
138
141
 
139
 
stamp-enum-code-py: $(srcdir)/enumcode-py.pl $(enum_deps)
140
 
        rootme=`pwd`; \
141
 
        destdir=`cd $(top_srcdir) && pwd`; export destdir; \
142
 
        cd $(srcdir) && \
143
 
          PDBGEN_BACKUP=$(PDBGEN_BACKUP) \
144
 
          $(PERL) enumcode-py.pl \
145
 
         && echo timestamp > $$rootme/stamp-enum-code-py
146
 
 
147
 
all-local: stamp-pdbgen stamp-enum-code stamp-enum-code-py
 
142
all-local: stamp-pdbgen stamp-enum-code