big merge from master, fix rpm creation, drop fetching swfdec
[gnash.git] / testsuite / misc-haxe.all / classes.all / data / data.am
blobe886267c10be74ecca8d2bb632d7635c7b05b732
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 DATAdir = $(srcdir)/data
21 DATA_TESTS_V9 = 
23 # if BUILD_ENCRYPTEDLOCALSTORE_AS3
24 # DATA_TESTS += data/EncryptedLocalStore_as.swf
25 # endif
27 DATA_TESTS_V9 += data/SQLCollationType_as.swf
29 DATA_TESTS_V9 += data/SQLColumnNameStyle_as.swf
31 DATA_TESTS_V9 += data/SQLColumnSchema_as.swf
33 DATA_TESTS_V9 += data/SQLConnection_as.swf
35 DATA_TESTS_V9 += data/SQLIndexSchema_as.swf
37 DATA_TESTS_V9 += data/SQLMode_as.swf
39 DATA_TESTS_V9 += data/SQLResult_as.swf
41 DATA_TESTS_V9 += data/SQLSchemaResult_as.swf
43 DATA_TESTS_V9 += data/SQLSchema_as.swf
45 DATA_TESTS_V9 += data/SQLStatement_as.swf
47 DATA_TESTS_V9 += data/SQLTableSchema_as.swf
49 DATA_TESTS_V9 += data/SQLTransactionLockType_as.swf
51 DATA_TESTS_V9 += data/SQLTriggerSchema_as.swf
53 DATA_TESTS_V9 += data/SQLViewSchema_as.swf
55 check_SCRIPTS += $(DATA_TESTS_V9)
56 HAXE_FLAGS += -cp $(DATAdir)
58 EXTRA_DIST += data/EncryptedLocalStore_as.hx \
59         data/SQLCollationType_as.hx \
60         data/SQLColumnNameStyle_as.hx \
61         data/SQLColumnSchema_as.hx \
62         data/SQLConnection_as.hx \
63         data/SQLIndexSchema_as.hx \
64         data/SQLMode_as.hx \
65         data/SQLResult_as.hx \
66         data/SQLSchemaResult_as.hx \
67         data/SQLSchema_as.hx \
68         data/SQLStatement_as.hx \
69         data/SQLTableSchema_as.hx \
70         data/SQLTransactionLockType_as.hx \
71         data/SQLTriggerSchema_as.hx \
72         data/SQLViewSchema_as.hx