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

« back to all changes in this revision

Viewing changes to app/paint/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-Paint\"   \
5
 
        @GIMP_THREAD_FLAGS@             \
6
 
        @GIMP_MP_FLAGS@
 
5
        @GTHREAD_CFLAGS@
7
6
 
8
7
INCLUDES = \
9
8
        -I$(top_builddir)       \
16
15
noinst_LIBRARIES = libapppaint.a
17
16
 
18
17
libapppaint_a_sources = \
19
 
        paint-enums.h           \
20
 
        paint-types.h           \
21
 
        gimp-paint.c            \
22
 
        gimp-paint.h            \
23
 
        gimpairbrush.c          \
24
 
        gimpairbrush.h          \
25
 
        gimpairbrushoptions.c   \
26
 
        gimpairbrushoptions.h   \
27
 
        gimpbrushcore.c         \
28
 
        gimpbrushcore.h         \
29
 
        gimpbrushcore-kernels.h \
30
 
        gimpclone.c             \
31
 
        gimpclone.h             \
32
 
        gimpcloneoptions.c      \
33
 
        gimpcloneoptions.h      \
34
 
        gimpconvolve.c          \
35
 
        gimpconvolve.h          \
36
 
        gimpconvolveoptions.c   \
37
 
        gimpconvolveoptions.h   \
38
 
        gimpdodgeburn.c         \
39
 
        gimpdodgeburn.h         \
40
 
        gimpdodgeburnoptions.c  \
41
 
        gimpdodgeburnoptions.h  \
42
 
        gimperaser.c            \
43
 
        gimperaser.h            \
44
 
        gimperaseroptions.c     \
45
 
        gimperaseroptions.h     \
46
 
        gimpink.c               \
47
 
        gimpink.h               \
48
 
        gimpink-blob.c          \
49
 
        gimpink-blob.h          \
50
 
        gimpink-undo.c          \
51
 
        gimpink-undo.h          \
52
 
        gimpinkoptions.c        \
53
 
        gimpinkoptions.h        \
54
 
        gimppaintcore.c         \
55
 
        gimppaintcore.h         \
56
 
        gimppaintcore-stroke.c  \
57
 
        gimppaintcore-stroke.h  \
58
 
        gimppaintcore-undo.c    \
59
 
        gimppaintcore-undo.h    \
60
 
        gimppaintoptions.c      \
61
 
        gimppaintoptions.h      \
62
 
        gimppencil.c            \
63
 
        gimppencil.h            \
64
 
        gimppenciloptions.c     \
65
 
        gimppenciloptions.h     \
66
 
        gimppaintbrush.c        \
67
 
        gimppaintbrush.h        \
68
 
        gimpsmudge.c            \
69
 
        gimpsmudge.h            \
70
 
        gimpsmudgeoptions.c     \
71
 
        gimpsmudgeoptions.h
 
18
        paint-enums.h                   \
 
19
        paint-types.h                   \
 
20
        gimp-paint.c                    \
 
21
        gimp-paint.h                    \
 
22
        gimpairbrush.c                  \
 
23
        gimpairbrush.h                  \
 
24
        gimpairbrushoptions.c           \
 
25
        gimpairbrushoptions.h           \
 
26
        gimpbrushcore.c                 \
 
27
        gimpbrushcore.h                 \
 
28
        gimpbrushcore-kernels.h         \
 
29
        gimpclone.c                     \
 
30
        gimpclone.h                     \
 
31
        gimpcloneoptions.c              \
 
32
        gimpcloneoptions.h              \
 
33
        gimpconvolve.c                  \
 
34
        gimpconvolve.h                  \
 
35
        gimpconvolveoptions.c           \
 
36
        gimpconvolveoptions.h           \
 
37
        gimpdodgeburn.c                 \
 
38
        gimpdodgeburn.h                 \
 
39
        gimpdodgeburnoptions.c          \
 
40
        gimpdodgeburnoptions.h          \
 
41
        gimperaser.c                    \
 
42
        gimperaser.h                    \
 
43
        gimperaseroptions.c             \
 
44
        gimperaseroptions.h             \
 
45
        gimpheal.c                      \
 
46
        gimpheal.h                      \
 
47
        gimpink.c                       \
 
48
        gimpink.h                       \
 
49
        gimpink-blob.c                  \
 
50
        gimpink-blob.h                  \
 
51
        gimpinkoptions.c                \
 
52
        gimpinkoptions.h                \
 
53
        gimpinkundo.c                   \
 
54
        gimpinkundo.h                   \
 
55
        gimppaintcore.c                 \
 
56
        gimppaintcore.h                 \
 
57
        gimppaintcore-stroke.c          \
 
58
        gimppaintcore-stroke.h          \
 
59
        gimppaintcoreundo.c             \
 
60
        gimppaintcoreundo.h             \
 
61
        gimppaintoptions.c              \
 
62
        gimppaintoptions.h              \
 
63
        gimppencil.c                    \
 
64
        gimppencil.h                    \
 
65
        gimppenciloptions.c             \
 
66
        gimppenciloptions.h             \
 
67
        gimppaintbrush.c                \
 
68
        gimppaintbrush.h                \
 
69
        gimpperspectiveclone.c          \
 
70
        gimpperspectiveclone.h          \
 
71
        gimpperspectivecloneoptions.c   \
 
72
        gimpperspectivecloneoptions.h   \
 
73
        gimpsmudge.c                    \
 
74
        gimpsmudge.h                    \
 
75
        gimpsmudgeoptions.c             \
 
76
        gimpsmudgeoptions.h             \
 
77
        gimpsourcecore.c                \
 
78
        gimpsourcecore.h                \
 
79
        gimpsourceoptions.c             \
 
80
        gimpsourceoptions.h
72
81
 
73
82
libapppaint_a_built_sources = paint-enums.c
74
83