big merge from master, fix rpm creation, drop fetching swfdec
[gnash.git] / testsuite / misc-haxe.all / classes.all / errors / errors.am
blob04ab883425969a41737a8cc10998bcd1c060d141
1 ## Process this file with automake to generate Makefile.in
2
3 #   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18 ERRORSdir = $(srcdir)/errors
20 ERRORS_TESTS_V9 = 
22 ERRORS_TESTS_V9 += errors/EOFError_as.swf
24 ERRORS_TESTS_V9 += errors/IOError_as.swf
26 ERRORS_TESTS_V9 += errors/IllegalOperationError_as.swf
28 ERRORS_TESTS_V9 += errors/InvalidSWFError_as.swf
30 ERRORS_TESTS_V9 += errors/MemoryError_as.swf
32 # AIR only
33 # if BUILD_SQLERROROPERATION_AS3
34 # ERRORS_TESTS_V9 += errors/SQLErrorOperation_as.swf
35 # endif
37 # if BUILD_SQLERROR_AS3
38 # ERRORS_TESTS_V9 += errors/SQLError_as.swf
39 # endif
41 ERRORS_TESTS_V9 += errors/ScriptTimeoutError_as.swf
43 ERRORS_TESTS_V9 += errors/StackOverflowError_as.swf
45 check_SCRIPTS += $(ERRORS_TESTS_V9)
46 HAXE_FLAGS += -cp $(ERRORSdir)
48 EXTRA_DIST += errors/EOFError_as.hx \
49         errors/IOError_as.hx \
50         errors/IllegalOperationError_as.hx \
51         errors/InvalidSWFError_as.hx \
52         errors/MemoryError_as.hx \
53         errors/SQLErrorOperation_as.hx \
54         errors/SQLError_as.hx \
55         errors/ScriptTimeoutError_as.hx \
56         errors/StackOverflowError_as.hx