~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to libcore/asobj/flash/text/text.am

  • Committer: Bazaar Package Importer
  • Author(s): Sindhudweep Narayan Sarkar
  • Date: 2009-10-07 00:06:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091007000610-mj9rwqe774gizn1j
Tags: 0.8.6-0ubuntu1
new upstream release 0.8.6 (LP: #435897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to generate Makefile.in
 
2
 
3
#   Copyright (C) 2009 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
 
17
 
 
18
TEXTdir = $(includedir)/gnash
 
19
 
 
20
TEXT_SOURCES = asobj/flash/text/text_pkg.cpp
 
21
TEXT_HEADERS = asobj/flash/text/text_pkg.h
 
22
 
 
23
TEXT_SOURCES_AS2 = 
 
24
TEXT_HEADERS_AS2 = 
 
25
 
 
26
if BUILD_ANTIALIASTYPE_AS3
 
27
TEXT_SOURCES += asobj/flash/text/AntiAliasType_as.cpp
 
28
TEXT_HEADERS += asobj/flash/text/AntiAliasType_as.h
 
29
endif
 
30
 
 
31
if BUILD_CSMSETTINGS_AS3
 
32
TEXT_SOURCES += asobj/flash/text/CSMSettings_as.cpp
 
33
TEXT_HEADERS += asobj/flash/text/CSMSettings_as.h
 
34
endif
 
35
 
 
36
if BUILD_FONTSTYLE_AS3
 
37
TEXT_SOURCES += asobj/flash/text/FontStyle_as.cpp
 
38
TEXT_HEADERS += asobj/flash/text/FontStyle_as.h
 
39
endif
 
40
 
 
41
if BUILD_FONTTYPE_AS3
 
42
TEXT_SOURCES += asobj/flash/text/FontType_as.cpp
 
43
TEXT_HEADERS += asobj/flash/text/FontType_as.h
 
44
endif
 
45
 
 
46
if BUILD_FONT_AS3
 
47
TEXT_SOURCES += asobj/flash/text/Font_as.cpp
 
48
TEXT_HEADERS += asobj/flash/text/Font_as.h
 
49
endif
 
50
 
 
51
if BUILD_GRIDFITTYPE_AS3
 
52
TEXT_SOURCES += asobj/flash/text/GridFitType_as.cpp
 
53
TEXT_HEADERS += asobj/flash/text/GridFitType_as.h
 
54
endif
 
55
 
 
56
if BUILD_STATICTEXT_AS3
 
57
TEXT_SOURCES += asobj/flash/text/StaticText_as.cpp
 
58
TEXT_HEADERS += asobj/flash/text/StaticText_as.h
 
59
endif
 
60
 
 
61
if BUILD_STYLESHEET_AS3
 
62
TEXT_SOURCES += asobj/flash/text/StyleSheet_as.cpp
 
63
TEXT_HEADERS += asobj/flash/text/StyleSheet_as.h
 
64
endif
 
65
 
 
66
if BUILD_TEXTCOLORTYPE_AS3
 
67
TEXT_SOURCES += asobj/flash/text/TextColorType_as.cpp
 
68
TEXT_HEADERS += asobj/flash/text/TextColorType_as.h
 
69
endif
 
70
 
 
71
if BUILD_TEXTDISPLAYMODE_AS3
 
72
TEXT_SOURCES += asobj/flash/text/TextDisplayMode_as.cpp
 
73
TEXT_HEADERS += asobj/flash/text/TextDisplayMode_as.h
 
74
endif
 
75
 
 
76
if BUILD_TEXTFIELDAUTOSIZE_AS3
 
77
TEXT_SOURCES += asobj/flash/text/TextFieldAutoSize_as.cpp
 
78
TEXT_HEADERS += asobj/flash/text/TextFieldAutoSize_as.h
 
79
endif
 
80
 
 
81
if BUILD_TEXTFIELDTYPE_AS3
 
82
TEXT_SOURCES += asobj/flash/text/TextFieldType_as.cpp
 
83
TEXT_HEADERS += asobj/flash/text/TextFieldType_as.h
 
84
endif
 
85
 
 
86
# FIXME: already exists
 
87
if BUILD_TEXTFIELD_AS3
 
88
# TEXT_SOURCES += asobj/flash/text/TextField_as.cpp
 
89
TEXT_HEADERS += asobj/flash/text/TextField_as.h
 
90
endif
 
91
 
 
92
if BUILD_TEXTFORMATALIGN_AS3
 
93
TEXT_SOURCES += asobj/flash/text/TextFormatAlign_as.cpp
 
94
TEXT_HEADERS += asobj/flash/text/TextFormatAlign_as.h
 
95
endif
 
96
 
 
97
# FIXME: already exists
 
98
if BUILD_TEXTFORMAT_AS3
 
99
# TEXT_SOURCES += asobj/flash/text/TextFormat_as.cpp
 
100
TEXT_HEADERS += asobj/flash/text/TextFormat_as.h
 
101
endif
 
102
 
 
103
if BUILD_TEXTLINEMETRICS_AS3
 
104
TEXT_SOURCES += asobj/flash/text/TextLineMetrics_as.cpp
 
105
TEXT_HEADERS += asobj/flash/text/TextLineMetrics_as.h
 
106
endif
 
107
 
 
108
if BUILD_TEXTRENDERER_AS3
 
109
TEXT_SOURCES_AS2 += asobj/flash/text/TextRenderer_as.cpp
 
110
TEXT_HEADERS_AS2 += asobj/flash/text/TextRenderer_as.h
 
111
endif
 
112
 
 
113
# FIXME: already exists
 
114
if BUILD_TEXTSNAPSHOT_AS3
 
115
TEXT_SOURCES += asobj/flash/text/TextSnapshot_as.cpp
 
116
TEXT_HEADERS += asobj/flash/text/TextSnapshot_as.h
 
117
endif
 
118
 
 
119
libgnashasobjs_la_SOURCES += $(TEXT_SOURCES) $(TEXT_SOURCES_AS2)
 
120
noinst_HEADERS +=  $(TEXT_HEADERS) $(TEXT_HEADERS_AS2)