]> Pileus Git - ~andy/gtk/blob - demos/Makefile.am
gtk_dialog_get_content_area(): Fix the docs.
[~andy/gtk] / demos / Makefile.am
1 ## Makefile.am for gtk+/demos
2 include $(top_srcdir)/Makefile.decl
3
4 SUBDIRS = gtk-demo
5
6 INCLUDES =                              \
7         -I$(top_srcdir)                 \
8         -I$(top_builddir)/gdk           \
9         -DGDK_DISABLE_DEPRECATED        \
10         -DGTK_DISABLE_DEPRECATED        \
11         $(GTK_DEBUG_FLAGS)              \
12         $(GTK_DEP_CFLAGS)
13
14 DEPS =                                                                  \
15         $(top_builddir)/gdk/$(gdktargetlib)                             \
16         $(top_builddir)/gtk/$(gtktargetlib)
17
18 LDADDS =                                                                \
19         $(top_builddir)/gdk/$(gdktargetlib)                             \
20         $(top_builddir)/gtk/$(gtktargetlib)                             \
21         $(GTK_DEP_LIBS)                                                 \
22         $(MATH_LIB)
23
24 noinst_PROGRAMS =               \
25         testanimation           \
26         testpixbuf-color        \
27         testpixbuf-save         \
28         testpixbuf-scale        \
29         pixbuf-demo
30
31 testpixbuf_save_DEPENDENCIES = $(DEPS)
32 testpixbuf_color_DEPENDENCIES = $(DEPS)
33 testpixbuf_scale_DEPENDENCIES = $(DEPS)
34 testanimation_DEPENDENCIES = $(DEPS)
35 pixbuf_demo_DEPENDENCIES = $(DEPS)
36
37 testpixbuf_save_LDADD = $(LDADDS)
38 testpixbuf_color_LDADD = $(LDADDS)
39 testpixbuf_scale_LDADD = $(LDADDS)
40 testanimation_LDADD = $(LDADDS)
41 pixbuf_demo_LDADD = $(LDADDS)
42
43 testpixbuf_save_SOURCES = testpixbuf-save.c
44 testpixbuf_color_SOURCES = testpixbuf-color.c
45 testpixbuf_scale_SOURCES = testpixbuf-scale.c pixbuf-init.c
46 testanimation_SOURCES = testanimation.c pixbuf-init.c
47 pixbuf_demo_SOURCES = pixbuf-demo.c pixbuf-init.c
48
49 EXTRA_DIST +=                   \
50         apple-red.png           \
51         background.jpg          \
52         gnome-applets.png       \
53         gnome-calendar.png      \
54         gnome-foot.png          \
55         gnome-gimp.png          \
56         gnome-gmush.png         \
57         gnome-gsame.png         \
58         gnu-keys.png
59
60 -include $(top_srcdir)/git.mk