1
0
Fork 0
mutter-performance-source/tests/micro-bench/Makefile.am
2013-04-05 18:48:03 +01:00

29 lines
795 B
Makefile

include $(top_srcdir)/build/autotools/Makefile.am.silent
common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la
noinst_PROGRAMS =
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/clutter \
-I$(top_builddir)/clutter
AM_CFLAGS = \
$(CLUTTER_CFLAGS) \
$(MAINTAINER_CFLAGS) \
-DG_DISABLE_SINGLE_INCLUDES \
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\"
LDADD = $(common_ldadd) $(CLUTTER_LIBS) -lm
#test_text_SOURCES = test-text.c
#test_picking_SOURCES = test-picking.c
#test_text_perf_SOURCES = test-text-perf.c
#test_random_text_SOURCES = test-random-text.c
#test_cogl_perf_SOURCES = test-cogl-perf.c
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore