]> Pileus Git - ~andy/gtk/blob - demos/Makefile.am
Merge libgdk and libgtk
[~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)/gtk/libgtk-3.0.la
16
17 LDADDS = \
18         $(top_builddir)/gtk/libgtk-3.0.la       \
19         $(GTK_DEP_LIBS)                         \
20         $(MATH_LIB)
21
22 noinst_PROGRAMS =               \
23         testanimation           \
24         testpixbuf-color        \
25         testpixbuf-save         \
26         testpixbuf-scale        \
27         pixbuf-demo
28
29 testpixbuf_save_DEPENDENCIES = $(DEPS)
30 testpixbuf_color_DEPENDENCIES = $(DEPS)
31 testpixbuf_scale_DEPENDENCIES = $(DEPS)
32 testanimation_DEPENDENCIES = $(DEPS)
33 pixbuf_demo_DEPENDENCIES = $(DEPS)
34
35 testpixbuf_save_LDADD = $(LDADDS)
36 testpixbuf_color_LDADD = $(LDADDS)
37 testpixbuf_scale_LDADD = $(LDADDS)
38 testanimation_LDADD = $(LDADDS)
39 pixbuf_demo_LDADD = $(LDADDS)
40
41 testpixbuf_save_SOURCES = testpixbuf-save.c
42 testpixbuf_color_SOURCES = testpixbuf-color.c
43 testpixbuf_scale_SOURCES = testpixbuf-scale.c pixbuf-init.c
44 testanimation_SOURCES = testanimation.c pixbuf-init.c
45 pixbuf_demo_SOURCES = pixbuf-demo.c pixbuf-init.c
46
47 EXTRA_DIST +=                   \
48         apple-red.png           \
49         background.jpg          \
50         gnome-applets.png       \
51         gnome-calendar.png      \
52         gnome-foot.png          \
53         gnome-gimp.png          \
54         gnome-gmush.png         \
55         gnome-gsame.png         \
56         gnu-keys.png
57
58 -include $(top_srcdir)/git.mk