summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: ce80f36c61b1c3a2c1d404f5b172e0824fb73915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
include $(top_srcdir)/build/autotools/Makefile.am.silent

NULL =

noinst_PROGRAMS = \
	animated-notebook \
	expose-test \
	gtk-clutter-events \
	gtk-clutter-multistage \
	gtk-clutter-standin-test \
	gtk-clutter-test \
	gtk-clutter-test-actor \
        gtk-clutter-viewport \
	gtk-clutter-window-test \
	gtk-clutter-window-test2 \
	refcounting-test \
	reparenting-test \
	stacked-standins \
	test-scrolling

INCLUDES = -I$(srcdir) -I$(top_srcdir)

AM_CFLAGS = $(MAINTAINER_CFLAGS) $(CLUTTER_CFLAGS) $(GTK_CFLAGS)

common_deps = \
	$(top_builddir)/clutter-gtk/libclutter-gtk-@CLUTTER_GTK_API_VERSION@.la

common_ldadd = \
	$(top_builddir)/clutter-gtk/libclutter-gtk-@CLUTTER_GTK_API_VERSION@.la \
	$(CLUTTER_LIBS)	\
	$(GTK_LIBS)

animated_notebook_SOURCES = animated-notebook.c
animated_notebook_DEPENDENCIES = $(common_deps)
animated_notebook_LDADD = $(common_ldadd)

expose_test_SOURCES = expose-test.c
expose_test_DEPENDENCIES = $(common_deps)
expose_test_LDADD = $(common_ldadd)

gtk_clutter_test_SOURCES = gtk-clutter-test.c
gtk_clutter_test_DEPENDENCIES = $(common_deps)
gtk_clutter_test_LDADD = $(common_ldadd)

gtk_clutter_test_actor_SOURCES = gtk-clutter-test-actor.c
gtk_clutter_test_actor_DEPENDENCIES = $(common_deps)
gtk_clutter_test_actor_LDADD = $(common_ldadd)

gtk_clutter_events_SOURCES = gtk-clutter-events.c
gtk_clutter_events_DEPENDENCIES = $(common_deps)
gtk_clutter_events_LDADD = $(common_ldadd)

gtk_clutter_multistage_SOURCES = gtk-clutter-multistage.c
gtk_clutter_multistage_DEPENDENCIES = $(common_deps)
gtk_clutter_multistage_LDADD = $(common_ldadd)

gtk_clutter_standin_test_SOURCES = gtk-clutter-standin-test.c
gtk_clutter_standin_test_DEPENDENCIES = $(common_deps)
gtk_clutter_standin_test_LDADD = $(common_ldadd)

gtk_clutter_viewport_SOURCES = gtk-clutter-viewport.c
gtk_clutter_viewport_DEPENDENCIES = $(common_deps)
gtk_clutter_viewport_LDADD = $(common_ldadd)

gtk_clutter_window_test_SOURCES = gtk-clutter-window-test.c
gtk_clutter_window_test_DEPENDENCIES = $(common_deps)
gtk_clutter_window_test_LDADD = $(common_ldadd)

gtk_clutter_window_test2_SOURCES = gtk-clutter-window-test2.c
gtk_clutter_window_test2_DEPENDENCIES = $(common_deps)
gtk_clutter_window_test2_LDADD = $(common_ldadd)

refcounting_test_SOURCES = refcounting-test.c
refcounting_test_DEPENDENCIES = $(common_deps)
refcounting_test_LDADD = $(common_ldadd)

reparenting_test_SOURCES = reparenting-test.c
reparenting_test_DEPENDENCIES = $(common_deps)
reparenting_test_LDADD = $(common_ldadd)

stacked_standins_SOURCES = stacked-standins.c
stacked_standins_DEPENDENCIES = $(common_deps)
stacked_standins_LDADD = $(common_ldadd)

test_scrolling_SOURCES = test-scrolling.c
test_scrolling_DEPENDENCIES = $(common_deps)
test_scrolling_LDADD = $(common_ldadd)

EXTRA_DIST = \
	animated-notebook.ui \
	redhand.png