2010-07-18 09:53:06 +00:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
|
|
|
|
|
|
|
NULL =
|
|
|
|
|
|
|
|
noinst_PROGRAMS = \
|
2010-08-05 09:58:42 +00:00
|
|
|
animations-rotating \
|
2010-07-18 09:56:35 +00:00
|
|
|
text-shadow \
|
2010-08-05 09:58:42 +00:00
|
|
|
textures-reflection \
|
|
|
|
textures-split-go \
|
|
|
|
textures-sub-texture \
|
2010-08-05 15:46:36 +00:00
|
|
|
layouts-stacking \
|
|
|
|
layouts-stacking-diff-sized-actors \
|
2010-08-11 10:09:04 +00:00
|
|
|
events-mouse-scroll \
|
2010-08-19 16:17:58 +00:00
|
|
|
events-pointer-motion \
|
|
|
|
events-pointer-motion-crossing \
|
2010-08-20 11:38:35 +00:00
|
|
|
events-pointer-motion-stacked \
|
2010-08-19 16:17:58 +00:00
|
|
|
events-pointer-motion-scribbler \
|
2010-08-12 16:39:59 +00:00
|
|
|
textures-crossfade \
|
|
|
|
textures-crossfade-cogl \
|
2010-08-16 15:39:13 +00:00
|
|
|
textures-crossfade-slideshow \
|
2010-08-25 16:53:46 +00:00
|
|
|
script-ui \
|
2010-07-18 09:53:06 +00: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 16:53:46 +00:00
|
|
|
AM_LDFLAGS = $(CLUTTER_LIBS) -export-dynamic
|
2010-07-18 09:53:06 +00:00
|
|
|
|
2010-08-05 15:46:36 +00: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 10:09:04 +00:00
|
|
|
events_mouse_scroll_SOURCES = events-mouse-scroll.c
|
2010-08-19 16:17:58 +00:00
|
|
|
events_pointer_motion_SOURCES = events-pointer-motion.c
|
2010-08-19 15:48:59 +00:00
|
|
|
events_pointer_motion_crossing_SOURCES = events-pointer-motion-crossing.c
|
2010-08-20 11:38:35 +00:00
|
|
|
events_pointer_motion_stacked_SOURCES = events-pointer-motion-stacked.c
|
2010-08-19 15:53:27 +00:00
|
|
|
events_pointer_motion_scribbler_SOURCES = events-pointer-motion-scribbler.c
|
2010-08-12 16:39:59 +00:00
|
|
|
textures_crossfade_SOURCES = textures-crossfade.c
|
|
|
|
textures_crossfade_cogl_SOURCES = textures-crossfade-cogl.c
|
2010-08-16 15:39:13 +00:00
|
|
|
textures_crossfade_slideshow_SOURCES = textures-crossfade-slideshow.c
|
2010-08-25 16:53:46 +00:00
|
|
|
script_ui_SOURCES = script-ui.c
|
2010-08-14 07:43:16 +00:00
|
|
|
|
|
|
|
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|