File: Makefile.am

package info (click to toggle)
clutter-gtk 0.8.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,820 kB
  • ctags: 146
  • sloc: sh: 8,767; ansic: 1,023; xml: 434; makefile: 77
file content (34 lines) | stat: -rw-r--r-- 821 bytes parent folder | download
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
NULL =

noinst_PROGRAMS = \
	gtk-clutter-test \
	gtk-clutter-events \
	gtk-clutter-multistage

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

AM_CPPFLAGS = $(CLUTTER_CFLAGS) $(GTK_CFLAGS)

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

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

gtk_clutter_test_SOURCES = gtk-clutter-test.c
gtk_clutter_test_DEPENDENCIES = $(common_deps)
gtk_clutter_test_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)

EXTRA_DIST = redhand.png