big merge from master, fix rpm creation, drop fetching swfdec
[gnash.git] / testsuite / misc-haxe.all / classes.all / geom / geom.am
blob1c34ff154f60fcc635341943f36ff869d322b05e
1 ## Process this file with automake to generate Makefile.in
2
3 #   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010,
4 #   2011 Free Software Foundation, Inc.
5
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19 GEOMdir = $(srcdir)/geom
21 GEOM_TESTS_V8 = 
23 GEOM_TESTS_V8 += geom/ColorTransform_as.swf
25 GEOM_TESTS_V8 += geom/Matrix_as.swf
27 GEOM_TESTS_V8 += geom/Point_as.swf
29 GEOM_TESTS_V8 += geom/Rectangle_as.swf
31 GEOM_TESTS_V8 += geom/Transform_as.swf
33 check_SCRIPTS += $(GEOM_TESTS_V8)
34 HAXE_FLAGS += -cp $(GEOMdir)
36 EXTRA_DIST += geom/ColorTransform_as.hx \
37         geom/Matrix_as.hx \
38         geom/Point_as.hx \
39         geom/Rectangle_as.hx \
40         geom/Transform_as.hx