2009-11-04 06:50:45 -05:00
|
|
|
NULL =
|
2008-11-07 14:32:28 -05:00
|
|
|
|
2009-11-30 13:22:26 -05: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 14:17:28 -05:00
|
|
|
test-script-model.json \
|
2010-02-08 10:52:18 -05:00
|
|
|
test-animator-1.json \
|
|
|
|
test-animator-2.json \
|
2010-03-02 14:29:22 -05:00
|
|
|
test-animator-3.json \
|
2010-05-21 09:13:14 -04:00
|
|
|
test-state-1.json \
|
2010-06-07 17:45:34 -04:00
|
|
|
test-script-layout-property.json \
|
2009-11-30 13:22:26 -05:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
png_files = \
|
2009-11-04 06:50:45 -05:00
|
|
|
redhand.png \
|
2009-11-30 13:22:26 -05:00
|
|
|
redhand_alpha.png \
|
2009-11-04 06:50:45 -05:00
|
|
|
light0.png \
|
|
|
|
$(NULL)
|
2009-11-30 13:22:26 -05:00
|
|
|
|
2010-02-05 09:47:39 -05:00
|
|
|
EXTRA_DIST = $(json_files) $(png_files) clutter-1.0.suppressions
|