]> Pileus Git - ~andy/gtk/blob - demos/Makefile.am
Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4
[~andy/gtk] / demos / Makefile.am
1 ## Makefile.am for gtk+/demos
2
3 INCLUDES = @STRIP_BEGIN@ \
4         -I$(top_srcdir)                                 \
5         -I$(top_builddir)/gdk                           \
6         -DGTK_DISABLE_COMPAT_H                          \
7         @GTK_DEBUG_FLAGS@                               \
8         @GTK_XIM_FLAGS@                                 \
9         @GTK_LOCALE_FLAGS@                              \
10         @PANGO_CFLAGS@                                  \
11         @GLIB_CFLAGS@                                   \
12         @more_cflags@                                   \
13 @STRIP_END@
14
15 DEPS = \
16         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la \
17         $(top_builddir)/gdk/@gdktargetlib@              \
18         $(top_builddir)/gtk/@gtktargetlib@
19
20 LDADDS = @STRIP_BEGIN@                                  \
21         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la \
22         $(top_builddir)/gdk/@gdktargetlib@              \
23         $(top_builddir)/gtk/@gtktargetlib@              \
24         @more_ldflags@                                  \
25         @more_libs@                                     \
26         @GDK_WLIBS@                                     \
27         @PANGO_LIBS@                                    \
28         @GLIB_LIBS@                                     \
29         @GTK_LIBS_EXTRA@                                \
30         -lm                                             \
31 @STRIP_END@
32
33 noinst_PROGRAMS =               \
34         testpixbuf              \
35         testpixbuf-drawable     \
36         testanimation           \
37         testpixbuf-scale        \
38         pixbuf-demo
39
40 testpixbuf_DEPENDENCIES = $(DEPS)
41 testpixbuf_drawable_DEPENDENCIES = $(DEPS)
42 testpixbuf_scale_DEPENDENCIES = $(DEPS)
43 testanimation_DEPENDENCIES = $(DEPS)
44 pixbuf_demo_DEPENDENCIES = $(DEPS)
45
46 testpixbuf_LDADD = $(LDADDS) -lgmodule
47 testpixbuf_drawable_LDADD = $(LDADDS)
48 testpixbuf_scale_LDADD = $(LDADDS)
49 testanimation_LDADD = $(LDADDS) -lgmodule
50 pixbuf_demo_LDADD = $(LDADDS) -lgmodule
51
52 testpixbuf_SOURCES = testpixbuf.c pixbuf-init.c
53 testpixbuf_drawable_SOURCES = testpixbuf-drawable.c pixbuf-init.c
54 testpixbuf_scale_SOURCES = testpixbuf-scale.c pixbuf-init.c
55 testanimation_SOURCES = testanimation.c pixbuf-init.c
56 pixbuf_demo_SOURCES = pixbuf-demo.c pixbuf-init.c
57
58 EXTRA_DIST =                    \
59         apple-red.png           \
60         background.jpg          \
61         gnome-applets.png       \
62         gnome-calendar.png      \
63         gnome-foot.png          \
64         gnome-gimp.png          \
65         gnome-gmush.png         \
66         gnome-gsame.png         \
67         gnu-keys.png