2010-07-18 05:53:06 -04:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
|
|
|
|
|
|
|
NULL =
|
|
|
|
|
|
|
|
noinst_PROGRAMS = \
|
2010-08-05 05:58:42 -04:00
|
|
|
animations-rotating \
|
2010-07-18 05:56:35 -04:00
|
|
|
text-shadow \
|
2010-08-05 05:58:42 -04:00
|
|
|
textures-reflection \
|
|
|
|
textures-split-go \
|
|
|
|
textures-sub-texture \
|
2010-08-05 11:46:36 -04:00
|
|
|
layouts-stacking \
|
|
|
|
layouts-stacking-diff-sized-actors \
|
2010-08-11 06:09:04 -04:00
|
|
|
events-mouse-scroll \
|
2010-08-19 12:17:58 -04:00
|
|
|
events-pointer-motion \
|
|
|
|
events-pointer-motion-crossing \
|
2010-08-20 07:38:35 -04:00
|
|
|
events-pointer-motion-stacked \
|
2010-08-19 12:17:58 -04:00
|
|
|
events-pointer-motion-scribbler \
|
2010-08-12 12:39:59 -04:00
|
|
|
textures-crossfade \
|
|
|
|
textures-crossfade-cogl \
|
2010-08-16 11:39:13 -04:00
|
|
|
textures-crossfade-slideshow \
|
2010-08-25 12:53:46 -04:00
|
|
|
script-ui \
|
2010-07-18 05:53:06 -04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir)/ \
|
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
-I$(top_srcdir)/clutter/cogl \
|
|
|
|
-I$(top_srcdir)/clutter/cogl/pango \
|
|
|
|
-I$(top_builddir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter/cogl \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
|
|
|
|
|
|
|
|
AM_CFLAGS = \
|
|
|
|
$(CLUTTER_CFLAGS) \
|
|
|
|
$(MAINTAINER_CFLAGS) \
|
|
|
|
-DG_DISABLE_SINGLE_INCLUDES \
|
|
|
|
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\"
|
|
|
|
|
2010-08-25 12:53:46 -04:00
|
|
|
AM_LDFLAGS = $(CLUTTER_LIBS) -export-dynamic
|
2010-07-18 05:53:06 -04:00
|
|
|
|
2010-08-05 11:46:36 -04:00
|
|
|
animations_rotating_SOURCES = animations-rotating.c
|
|
|
|
text_shadow_SOURCES = text-shadow.c
|
|
|
|
textures_reflection_SOURCES = textures-reflection.c
|
|
|
|
textures_split_go_SOURCES = textures-split-go.c
|
|
|
|
textures_sub_texture_SOURCES = textures-sub-texture.c
|
|
|
|
layouts_stacking_SOURCES = layouts-stacking.c
|
|
|
|
layouts_stacking_diff_sized_actors_SOURCES = layouts-stacking-diff-sized-actors.c
|
2010-08-11 06:09:04 -04:00
|
|
|
events_mouse_scroll_SOURCES = events-mouse-scroll.c
|
2010-08-19 12:17:58 -04:00
|
|
|
events_pointer_motion_SOURCES = events-pointer-motion.c
|
2010-08-19 11:48:59 -04:00
|
|
|
events_pointer_motion_crossing_SOURCES = events-pointer-motion-crossing.c
|
2010-08-20 07:38:35 -04:00
|
|
|
events_pointer_motion_stacked_SOURCES = events-pointer-motion-stacked.c
|
2010-08-19 11:53:27 -04:00
|
|
|
events_pointer_motion_scribbler_SOURCES = events-pointer-motion-scribbler.c
|
2010-08-12 12:39:59 -04:00
|
|
|
textures_crossfade_SOURCES = textures-crossfade.c
|
|
|
|
textures_crossfade_cogl_SOURCES = textures-crossfade-cogl.c
|
2010-08-16 11:39:13 -04:00
|
|
|
textures_crossfade_slideshow_SOURCES = textures-crossfade-slideshow.c
|
2010-08-25 12:53:46 -04:00
|
|
|
script_ui_SOURCES = script-ui.c
|
2010-08-14 03:43:16 -04:00
|
|
|
|
|
|
|
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|