]> Pileus Git - ~andy/gtk/blob - demos/Makefile.am
Welcome aboard, gdk-pixbuf.
[~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-pixbuf                    \
6         -I$(top_builddir)/gdk                           \
7         -I$(top_builddir)/gtk                           \
8         -DGTK_DISABLE_COMPAT_H                          \
9         @GTK_DEBUG_FLAGS@                               \
10         @GTK_XIM_FLAGS@                                 \
11         @GTK_LOCALE_FLAGS@                              \
12         @PANGO_CFLAGS@                                  \
13         @GLIB_CFLAGS@                                   \
14         @more_cflags@                                   \
15 @STRIP_END@
16
17 DEPS = \
18         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf.la     \
19         $(top_builddir)/gdk/@gdktargetlib@              \
20         $(top_builddir)/gtk/@gtktargetlib@
21
22 LDADDS = @STRIP_BEGIN@                                  \
23         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf.la     \
24         $(top_builddir)/gdk/@gdktargetlib@              \
25         $(top_builddir)/gtk/@gtktargetlib@              \
26         @more_ldflags@                                  \
27         @more_libs@                                     \
28         @GDK_WLIBS@                                     \
29         @PANGO_LIBS@                                    \
30         @GLIB_LIBS@                                     \
31         @GTK_LIBS_EXTRA@                                \
32         -lm                                             \
33 @STRIP_END@
34
35 noinst_PROGRAMS =               \
36         testpixbuf              \
37         testpixbuf-drawable     \
38         testanimation           \
39         testpixbuf-scale        \
40         pixbuf-demo
41
42 testpixbuf_DEPENDENCIES = $(DEPS)
43 testpixbuf_drawable_DEPENDENCIES = $(DEPS)
44 testpixbuf_scale_DEPENDENCIES = $(DEPS)
45 testanimation_DEPENDENCIES = $(DEPS)
46 pixbuf_demo_DEPENDENCIES = $(DEPS)
47
48 testpixbuf_LDADD = $(LDADDS) -lgmodule
49 testpixbuf_drawable_LDADD = $(LDADDS)
50 testpixbuf_scale_LDADD = $(LDADDS)
51 testanimation_LDADD = $(LDADDS) -lgmodule
52 pixbuf_demo_LDADD = $(LDADDS) -lgmodule
53
54 testpixbuf_SOURCES = testpixbuf.c pixbuf-init.c
55 testpixbuf_drawable_SOURCES = testpixbuf-drawable.c pixbuf-init.c
56 testpixbuf_scale_SOURCES = testpixbuf-scale.c pixbuf-init.c
57 testanimation_SOURCES = testanimation.c pixbuf-init.c
58 pixbuf_demo_SOURCES = pixbuf-demo.c pixbuf-init.c