1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
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.
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
24 if BUILD_ANTIALIASTYPE_AS3
25 TEXT_TESTS_V9 += text/AntiAliasType_as.swf
28 if BUILD_CSMSETTINGS_AS3
29 TEXT_TESTS_V9 += text/CSMSettings_as.swf
32 if BUILD_FONTSTYLE_AS3
33 TEXT_TESTS_V9 += text/FontStyle_as.swf
37 TEXT_TESTS_V9 += text/FontType_as.swf
41 TEXT_TESTS_V9 += text/Font_as.swf
44 if BUILD_GRIDFITTYPE_AS3
45 TEXT_TESTS_V9 += text/GridFitType_as.swf
48 if BUILD_STATICTEXT_AS3
49 TEXT_TESTS_V6 += text/StaticText_as.swf
52 if BUILD_STYLESHEET_AS3
53 TEXT_TESTS_V6 += text/StyleSheet_as.swf
56 if BUILD_TEXTCOLORTYPE_AS3
57 TEXT_TESTS_V9 += text/TextColorType_as.swf
60 if BUILD_TEXTDISPLAYMODE_AS3
61 TEXT_TESTS_V6 += text/TextDisplayMode_as.swf
64 if BUILD_TEXTFIELDAUTOSIZE_AS3
65 TEXT_TESTS_V6 += text/TextFieldAutoSize_as.swf
68 if BUILD_TEXTFIELDTYPE_AS3
69 TEXT_TESTS_V6 += text/TextFieldType_as.swf
72 if BUILD_TEXTFIELD_AS3
73 TEXT_TESTS_V6 += text/TextField_as.swf
76 if BUILD_TEXTFORMATALIGN_AS3
77 TEXT_TESTS_V6 += text/TextFormatAlign_as.swf
80 if BUILD_TEXTFORMAT_AS3
81 TEXT_TESTS_V6 += text/TextFormat_as.swf
84 if BUILD_TEXTLINEMETRICS_AS3
85 TEXT_TESTS_V6 += text/TextLineMetrics_as.swf
88 if BUILD_TEXTRENDERER_AS3
89 TEXT_TESTS_V6 += text/TextRenderer_as.swf
92 if BUILD_TEXTSNAPSHOT_AS3
93 TEXT_TESTS_V8 += text/TextSnapshot_as.swf
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 \
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