2012-05-01 13:30:10 -04:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
|
|
|
|
|
|
|
all_examples = \
|
|
|
|
basic-actor \
|
2012-06-02 09:01:11 -04:00
|
|
|
box-layout \
|
2012-05-01 13:30:10 -04:00
|
|
|
canvas \
|
|
|
|
constraints \
|
|
|
|
drag-action \
|
|
|
|
drop-action \
|
2012-05-02 13:37:36 -04:00
|
|
|
easing-modes \
|
2012-05-02 07:14:45 -04:00
|
|
|
flow-layout \
|
2012-06-03 06:18:37 -04:00
|
|
|
grid-layout \
|
2012-05-04 12:43:30 -04:00
|
|
|
layout-manager \
|
2012-08-25 10:23:23 -04:00
|
|
|
pan-action \
|
2012-05-03 08:53:29 -04:00
|
|
|
rounded-rectangle \
|
2012-05-16 11:12:20 -04:00
|
|
|
scroll-actor \
|
2012-05-01 13:30:10 -04:00
|
|
|
threads
|
|
|
|
|
|
|
|
if PIXBUF_TESTS
|
|
|
|
all_examples += \
|
|
|
|
bin-layout \
|
|
|
|
image-content
|
|
|
|
endif
|
|
|
|
|
|
|
|
LDADD = \
|
|
|
|
$(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la \
|
|
|
|
$(CLUTTER_LIBS) \
|
|
|
|
$(GDK_PIXBUF_LIBS) \
|
|
|
|
-lm
|
|
|
|
|
2012-06-06 08:39:50 -04:00
|
|
|
AM_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS) $(MAINTAINER_CFLAGS)
|
2012-05-01 13:30:10 -04:00
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
|
|
|
|
-DG_DISABLE_SINGLE_INCLUDES \
|
2013-05-15 10:18:13 -04:00
|
|
|
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter
|
2012-05-01 13:30:10 -04:00
|
|
|
|
|
|
|
noinst_PROGRAMS = $(all_examples)
|
|
|
|
|
|
|
|
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|