big merge from master, fix rpm creation, drop fetching swfdec
[gnash.git] / testsuite / misc-haxe.all / classes.all / utils / utils.am
blobe5e4c58e6afbefae5a72829d25c64a993bb7f471
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 UTILSdir = $(srcdir)/utils
20 UTILS_TESTS_V9 =
21 UTILS_TESTS_V6 =
23 UTILS_TESTS_V9 += utils/ByteArray_as.swf
25 UTILS_TESTS_V9 += utils/CompressionAlgorithm_as.swf
27 UTILS_TESTS_V9 += utils/Dictionary_as.swf
29 UTILS_TESTS_V9 += utils/Endian_as.swf
31 UTILS_TESTS_V9 += utils/IDataInput_as.swf
33 UTILS_TESTS_V9 += utils/IDataOutput_as.swf
35 UTILS_TESTS_V9 += utils/IExternalizable_as.swf
37 UTILS_TESTS_V9 += utils/Proxy_as.swf
39 UTILS_TESTS_V9 += utils/Timer_as.swf
41 check_SCRIPTS += $(UTILS_TESTS_V9) $(UTILS_TESTS_V6)
42 HAXE_FLAGS += -cp $(UTILSdir)
44 EXTRA_DIST += utils/ByteArray_as.hx \
45         utils/CompressionAlgorithm_as.hx \
46         utils/Dictionary_as.hx \
47         utils/Endian_as.hx \
48         utils/IDataInput_as.hx \
49         utils/IDataOutput_as.hx \
50         utils/IExternalizable_as.hx \
51         utils/Proxy_as.hx \
52         utils/Timer_as.hx