2009-11-04 11:50:45 +00:00
|
|
|
NULL =
|
2008-11-07 19:32:28 +00:00
|
|
|
|
2009-11-30 18:22:26 +00:00
|
|
|
json_files = \
|
|
|
|
test-script-animation.json \
|
|
|
|
test-script-child.json \
|
|
|
|
test-script-implicit-alpha.json \
|
|
|
|
test-script.json \
|
|
|
|
test-script-named-object.json \
|
|
|
|
test-script-object-property.json \
|
|
|
|
test-script-single.json \
|
2010-03-02 19:17:28 +00:00
|
|
|
test-script-model.json \
|
2010-02-08 15:52:18 +00:00
|
|
|
test-animator-1.json \
|
|
|
|
test-animator-2.json \
|
2010-03-02 19:29:22 +00:00
|
|
|
test-animator-3.json \
|
2010-05-21 13:13:14 +00:00
|
|
|
test-state-1.json \
|
2010-06-07 21:45:34 +00:00
|
|
|
test-script-layout-property.json \
|
2009-11-30 18:22:26 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
png_files = \
|
2009-11-04 11:50:45 +00:00
|
|
|
redhand.png \
|
2009-11-30 18:22:26 +00:00
|
|
|
redhand_alpha.png \
|
2009-11-04 11:50:45 +00:00
|
|
|
light0.png \
|
|
|
|
$(NULL)
|
2009-11-30 18:22:26 +00:00
|
|
|
|
2010-02-05 14:47:39 +00:00
|
|
|
EXTRA_DIST = $(json_files) $(png_files) clutter-1.0.suppressions
|