update copyright date
[gnash.git] / testsuite / misc-haxe.all / classes.all / text / text.am
blob4e7c29dd84d8c930c80749492f2796bdd982655c
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 TEXTdir = $(srcdir)/text
20 TEXT_TESTS_V9 = 
21 TEXT_TESTS_V8 = 
22 TEXT_TESTS_V6 = 
24 if BUILD_ANTIALIASTYPE_AS3
25 TEXT_TESTS_V9 += text/AntiAliasType_as.swf
26 endif
28 if BUILD_CSMSETTINGS_AS3
29 TEXT_TESTS_V9 += text/CSMSettings_as.swf
30 endif
32 if BUILD_FONTSTYLE_AS3
33 TEXT_TESTS_V9 += text/FontStyle_as.swf
34 endif
36 if BUILD_FONTTYPE_AS3
37 TEXT_TESTS_V9 += text/FontType_as.swf
38 endif
40 if BUILD_FONT_AS3
41 TEXT_TESTS_V9 += text/Font_as.swf
42 endif
44 if BUILD_GRIDFITTYPE_AS3
45 TEXT_TESTS_V9 += text/GridFitType_as.swf
46 endif
48 if BUILD_STATICTEXT_AS3
49 TEXT_TESTS_V6 += text/StaticText_as.swf
50 endif
52 if BUILD_STYLESHEET_AS3
53 TEXT_TESTS_V6 += text/StyleSheet_as.swf
54 endif
56 if BUILD_TEXTCOLORTYPE_AS3
57 TEXT_TESTS_V9 += text/TextColorType_as.swf
58 endif
60 if BUILD_TEXTDISPLAYMODE_AS3
61 TEXT_TESTS_V6 += text/TextDisplayMode_as.swf
62 endif
64 if BUILD_TEXTFIELDAUTOSIZE_AS3
65 TEXT_TESTS_V6 += text/TextFieldAutoSize_as.swf
66 endif
68 if BUILD_TEXTFIELDTYPE_AS3
69 TEXT_TESTS_V6 += text/TextFieldType_as.swf
70 endif
72 if BUILD_TEXTFIELD_AS3
73 TEXT_TESTS_V6 += text/TextField_as.swf
74 endif
76 if BUILD_TEXTFORMATALIGN_AS3
77 TEXT_TESTS_V6 += text/TextFormatAlign_as.swf
78 endif
80 if BUILD_TEXTFORMAT_AS3
81 TEXT_TESTS_V6 += text/TextFormat_as.swf
82 endif
84 if BUILD_TEXTLINEMETRICS_AS3
85 TEXT_TESTS_V6 += text/TextLineMetrics_as.swf
86 endif
88 if BUILD_TEXTRENDERER_AS3
89 TEXT_TESTS_V6 += text/TextRenderer_as.swf
90 endif
92 if BUILD_TEXTSNAPSHOT_AS3
93 TEXT_TESTS_V8 += text/TextSnapshot_as.swf
94 endif
96 check_SCRIPTS += $(TEXT_TESTS_V9) $(TEXT_TESTS_V6) $(TEXT_TESTS_V8)
97 HAXE_FLAGS += -cp $(TEXTdir)
99 EXTRA_DIST += text/AntiAliasType_as.hx \
100         text/CSMSettings_as.hx \
101         text/FontStyle_as.hx \
102         text/FontType_as.hx \
103         text/Font_as.hx \
104         text/GridFitType_as.hx \
105         text/StaticText_as.hx \
106         text/StyleSheet_as.hx \
107         text/TextColorType_as.hx \
108         text/TextDisplayMode_as.hx \
109         text/TextFieldAutoSize_as.hx \
110         text/TextFieldType_as.hx \
111         text/TextField_as.hx \
112         text/TextFormatAlign_as.hx \
113         text/TextFormat_as.hx \
114         text/TextLineMetrics_as.hx \
115         text/TextRenderer_as.hx \
116         text/TextSnapshot_as.hx