2007-06-12 06:36:28 -04:00
|
|
|
noinst_PROGRAMS = test-textures test-events test-offscreen test-scale \
|
2007-06-14 11:29:52 -04:00
|
|
|
test-actors test-behave test-text test-entry test-project \
|
2007-08-08 06:20:14 -04:00
|
|
|
test-boxes test-perspective test-rotate test-depth \
|
2007-11-15 12:08:48 -05:00
|
|
|
test-threads test-timeline test-score test-script test-model test-grab
|
2007-05-04 19:53:49 -04:00
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/
|
2007-05-22 05:31:40 -04:00
|
|
|
LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_MAJORMINOR@.la
|
2007-05-04 19:53:49 -04:00
|
|
|
AM_CFLAGS = $(CLUTTER_CFLAGS)
|
2007-05-25 06:56:09 -04:00
|
|
|
AM_LDFLAGS = $(CLUTTER_LIBS)
|
2007-05-04 19:53:49 -04:00
|
|
|
|
2007-05-25 06:56:09 -04:00
|
|
|
test_textures_SOURCES = test-textures.c
|
|
|
|
test_events_SOURCES = test-events.c
|
|
|
|
test_offscreen_SOURCES = test-offscreen.c
|
|
|
|
test_scale_SOURCES = test-scale.c
|
2007-07-25 09:08:12 -04:00
|
|
|
test_actors_SOURCES = test-actors.c
|
2007-11-15 12:08:48 -05:00
|
|
|
test_grab_SOURCES = test-grab.c
|
2007-06-12 06:36:28 -04:00
|
|
|
test_behave_SOURCES = test-behave.c
|
|
|
|
test_text_SOURCES = test-text.c
|
2007-06-13 07:20:10 -04:00
|
|
|
test_entry_SOURCES = test-entry.c
|
2007-06-14 11:29:52 -04:00
|
|
|
test_project_SOURCES = test-project.c
|
|
|
|
test_boxes_SOURCES = test-boxes.c
|
2007-07-06 03:35:32 -04:00
|
|
|
test_perspective_SOURCES = test-perspective.c
|
2007-07-25 09:08:12 -04:00
|
|
|
test_rotate_SOURCES = test-rotate.c
|
2007-08-04 04:59:18 -04:00
|
|
|
test_depth_SOURCES = test-depth.c
|
2007-08-08 06:20:14 -04:00
|
|
|
test_threads_SOURCES = test-threads.c
|
2007-08-19 13:06:22 -04:00
|
|
|
test_timeline_SOURCES = test-timeline.c
|
2007-09-27 17:38:38 -04:00
|
|
|
test_score_SOURCES = test-score.c
|
2007-10-08 11:03:22 -04:00
|
|
|
test_script_SOURCES = test-script.c
|
2007-11-15 05:02:25 -05:00
|
|
|
test_model_SOURCES = test-model.c
|
2007-07-06 03:35:32 -04:00
|
|
|
|
2007-10-09 12:44:44 -04:00
|
|
|
EXTRA_DIST = redhand.png test-script.json
|