2009-09-16 16:43:58 +00:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
|
|
|
|
2011-09-21 17:05:03 +00:00
|
|
|
common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la
|
2011-08-10 18:25:43 +00:00
|
|
|
|
2013-08-16 09:57:54 +00:00
|
|
|
check_PROGRAMS = \
|
2009-05-12 15:17:51 +00:00
|
|
|
test-text \
|
2008-11-23 00:26:56 +00:00
|
|
|
test-picking \
|
2010-08-05 16:54:18 +00:00
|
|
|
test-text-perf \
|
2010-11-01 13:53:16 +00:00
|
|
|
test-random-text \
|
|
|
|
test-cogl-perf
|
2008-11-07 19:32:28 +00:00
|
|
|
|
2013-05-15 14:18:13 +00:00
|
|
|
AM_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
|
2011-08-15 22:52:45 +00:00
|
|
|
|
2013-05-15 14:18:13 +00:00
|
|
|
AM_CPPFLAGS = \
|
2009-06-15 09:48:56 +00:00
|
|
|
-DG_DISABLE_SINGLE_INCLUDES \
|
2011-12-06 17:56:45 +00:00
|
|
|
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
|
2013-07-02 21:24:31 +00:00
|
|
|
-DCOGL_DISABLE_DEPRECATION_WARNINGS \
|
2011-12-06 17:56:45 +00:00
|
|
|
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
|
2013-05-15 14:18:13 +00:00
|
|
|
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter
|
2009-07-27 15:51:14 +00:00
|
|
|
|
2011-08-27 22:58:26 +00:00
|
|
|
LDADD = $(common_ldadd) $(CLUTTER_LIBS) -lm
|
2008-11-07 19:32:28 +00:00
|
|
|
|
|
|
|
test_text_SOURCES = test-text.c
|
2009-05-12 15:17:51 +00:00
|
|
|
test_picking_SOURCES = test-picking.c
|
2008-11-23 00:26:56 +00:00
|
|
|
test_text_perf_SOURCES = test-text-perf.c
|
2010-08-05 16:54:18 +00:00
|
|
|
test_random_text_SOURCES = test-random-text.c
|
2010-11-01 13:53:16 +00:00
|
|
|
test_cogl_perf_SOURCES = test-cogl-perf.c
|
2008-11-07 19:32:28 +00:00
|
|
|
|
2010-08-14 07:43:16 +00:00
|
|
|
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|