~ubuntu-branches/ubuntu/karmic/gnash/karmic

« back to all changes in this revision

Viewing changes to server/parser/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-13 14:29:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081013142949-f6qdvnu4mn05ltdc
Tags: 0.8.4~~bzr9980-0ubuntu1
* new upstream release 0.8.4 (LP: #240325)
* ship new lib usr/lib/gnash/libmozsdk.so.* in mozilla-plugin-gnash
  - update debian/mozilla-plugin-gnash.install
* ship new lib usr/lib/gnash/libgnashnet.so.* in gnash-common
  - update debian/gnash-common.install
* add basic debian/build_head script to build latest CVS head packages.
  - add debian/build_head
* new sound architecture requires build depend on libsdl1.2-dev
  - update debian/control
* head build script now has been completely migrated to bzr (upstream +
  ubuntu)
  - update debian/build_head
* disable kde gui until klash/qt4 has been fixed; keep kde packages as empty
  packages for now.
  - update debian/rules
  - debian/klash.install
  - debian/klash.links
  - debian/klash.manpages
  - debian/konqueror-plugin-gnash.install
* drop libkonq5-dev build dependency accordingly
  - update debian/control
* don't install headers manually anymore. gnash doesnt provide a -dev
  package after all
  - update debian/rules
* update libs installed in gnash-common; libgnashserver-*.so is not available
  anymore (removed); in turn we add the new libgnashcore-*.so
  - update debian/gnash-common.install
* use -Os for optimization and properly pass CXXFLAGS=$(CFLAGS) to configure
  - update debian/rules
* touch firefox .autoreg in postinst of mozilla plugin
  - update debian/mozilla-plugin-gnash.postinst
* link gnash in ubufox plugins directory for the plugin alternative switcher
  - add debian/mozilla-plugin-gnash.links
* suggest ubufox accordingly
  - update debian/control
* add new required build-depends on libgif-dev
  - update debian/control
* add Xb-Npp-Description and Xb-Npp-File as new plugin database meta data
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
18
 
#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
19
 
20
 
# This program is free software; you can redistribute it and/or modify
21
 
# it under the terms of the GNU General Public License as published by
22
 
# the Free Software Foundation; either version 3 of the License, or
23
 
# (at your option) any later version.
24
 
25
 
# This program is distributed in the hope that it will be useful,
26
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
27
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28
 
# GNU General Public License for more details.
29
 
# You should have received a copy of the GNU General Public License
30
 
# along with this program; if not, write to the Free Software
31
 
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
32
 
 
33
 
# $Id: Makefile.am,v 1.42.2.1 2008/02/22 14:16:41 strk Exp $
34
 
 
35
 
 
36
 
VPATH = @srcdir@
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
40
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
 
install_sh_DATA = $(install_sh) -c -m 644
42
 
install_sh_PROGRAM = $(install_sh) -c
43
 
install_sh_SCRIPT = $(install_sh) -c
44
 
INSTALL_HEADER = $(INSTALL_DATA)
45
 
transform = $(program_transform_name)
46
 
NORMAL_INSTALL = :
47
 
PRE_INSTALL = :
48
 
POST_INSTALL = :
49
 
NORMAL_UNINSTALL = :
50
 
PRE_UNINSTALL = :
51
 
POST_UNINSTALL = :
52
 
build_triplet = @build@
53
 
host_triplet = @host@
54
 
@USE_SOUND_GST_TRUE@am__append_1 = $(GSTREAMER_CFLAGS) \
55
 
@USE_SOUND_GST_TRUE@            -I$(top_srcdir)/libmedia/gst
56
 
 
57
 
@USE_FFMPEG_ENGINE_TRUE@am__append_2 = $(FFMPEG_CFLAGS) \
58
 
@USE_FFMPEG_ENGINE_TRUE@                -I$(top_srcdir)/libmedia/ffmpeg
59
 
 
60
 
subdir = server/parser
61
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
62
 
        $(srcdir)/Makefile.in
63
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
 
am__aclocal_m4_deps = $(top_srcdir)/macros/agg.m4 \
65
 
        $(top_srcdir)/macros/alp.m4 $(top_srcdir)/macros/boost.m4 \
66
 
        $(top_srcdir)/macros/curl.m4 $(top_srcdir)/macros/dbus.m4 \
67
 
        $(top_srcdir)/macros/docbook.m4 $(top_srcdir)/macros/ffmpeg.m4 \
68
 
        $(top_srcdir)/macros/firefox.m4 \
69
 
        $(top_srcdir)/macros/freetype.m4 \
70
 
        $(top_srcdir)/macros/gettext.m4 $(top_srcdir)/macros/glib.m4 \
71
 
        $(top_srcdir)/macros/gnashpkgtool.m4 \
72
 
        $(top_srcdir)/macros/gtk2.m4 $(top_srcdir)/macros/gtkglext.m4 \
73
 
        $(top_srcdir)/macros/hildon.m4 $(top_srcdir)/macros/iconv.m4 \
74
 
        $(top_srcdir)/macros/kde.m4 $(top_srcdir)/macros/lib-link.m4 \
75
 
        $(top_srcdir)/macros/lib-prefix.m4 \
76
 
        $(top_srcdir)/macros/libXML.m4 $(top_srcdir)/macros/libexe.m4 \
77
 
        $(top_srcdir)/macros/libltdl.m4 $(top_srcdir)/macros/ming.m4 \
78
 
        $(top_srcdir)/macros/mtasc.m4 $(top_srcdir)/macros/mysql.m4 \
79
 
        $(top_srcdir)/macros/nls.m4 $(top_srcdir)/macros/opengl.m4 \
80
 
        $(top_srcdir)/macros/pango.m4 $(top_srcdir)/macros/pkg.m4 \
81
 
        $(top_srcdir)/macros/po.m4 $(top_srcdir)/macros/progtest.m4 \
82
 
        $(top_srcdir)/macros/pthreads.m4 $(top_srcdir)/macros/qt.m4 \
83
 
        $(top_srcdir)/macros/qtopia.m4 $(top_srcdir)/macros/sdl.m4 \
84
 
        $(top_srcdir)/macros/x11.m4 $(top_srcdir)/configure.ac
85
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86
 
        $(ACLOCAL_M4)
87
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
88
 
CONFIG_HEADER = $(top_builddir)/gnashconfig.h
89
 
CONFIG_CLEAN_FILES =
90
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
91
 
libgnashparser_la_DEPENDENCIES =  \
92
 
        $(top_builddir)/libamf/libgnashamf.la \
93
 
        $(top_builddir)/libbase/libgnashbase.la \
94
 
        $(top_builddir)/libmedia/libgnashmedia.la
95
 
am_libgnashparser_la_OBJECTS = abc_block.lo action_buffer.lo \
96
 
        bitmap_character_def.lo BitmapMovieDefinition.lo \
97
 
        button_character_def.lo character_def.lo \
98
 
        edit_text_character_def.lo text_character_def.lo \
99
 
        movie_def_impl.lo morph2_character_def.lo \
100
 
        shape_character_def.lo sound_definition.lo \
101
 
        sprite_definition.lo video_stream_def.lo
102
 
libgnashparser_la_OBJECTS = $(am_libgnashparser_la_OBJECTS)
103
 
libgnashparser_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
104
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
105
 
        $(CXXFLAGS) $(libgnashparser_la_LDFLAGS) $(LDFLAGS) -o $@
106
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
107
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
108
 
am__depfiles_maybe = depfiles
109
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
114
 
CXXLD = $(CXX)
115
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
117
 
        $(LDFLAGS) -o $@
118
 
SOURCES = $(libgnashparser_la_SOURCES)
119
 
DIST_SOURCES = $(libgnashparser_la_SOURCES)
120
 
HEADERS = $(noinst_HEADERS)
121
 
ETAGS = etags
122
 
CTAGS = ctags
123
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124
 
ACLOCAL = @ACLOCAL@
125
 
AGG_CFLAGS = @AGG_CFLAGS@
126
 
AGG_LIBS = @AGG_LIBS@
127
 
ALP_CFLAGS = @ALP_CFLAGS@
128
 
ALP_LIBS = @ALP_LIBS@
129
 
AMTAR = @AMTAR@
130
 
AR = @AR@
131
 
AS = @AS@
132
 
ATK_CFLAGS = @ATK_CFLAGS@
133
 
ATK_LIBS = @ATK_LIBS@
134
 
AUTOCONF = @AUTOCONF@
135
 
AUTOHEADER = @AUTOHEADER@
136
 
AUTOMAKE = @AUTOMAKE@
137
 
AUTOTRACE = @AUTOTRACE@
138
 
AWK = @AWK@
139
 
BARTENDER = @BARTENDER@
140
 
BOOST_CFLAGS = @BOOST_CFLAGS@
141
 
BOOST_EXTRA_LIBS = @BOOST_EXTRA_LIBS@
142
 
BOOST_LIBS = @BOOST_LIBS@
143
 
CAIRO_CFLAGS = @CAIRO_CFLAGS@
144
 
CAIRO_LIBS = @CAIRO_LIBS@
145
 
CC = @CC@
146
 
CCDEPMODE = @CCDEPMODE@
147
 
CFLAGS = @CFLAGS@
148
 
CONFIG_RPATH = @CONFIG_RPATH@
149
 
CPP = @CPP@
150
 
CPPFLAGS = @CPPFLAGS@
151
 
CURL_CFLAGS = @CURL_CFLAGS@
152
 
CURL_LIBS = @CURL_LIBS@
153
 
CXX = @CXX@
154
 
CXXCPP = @CXXCPP@
155
 
CXXDEPMODE = @CXXDEPMODE@
156
 
CXXFLAGS = @CXXFLAGS@
157
 
CYGPATH_W = @CYGPATH_W@
158
 
DB2X_MAN = @DB2X_MAN@
159
 
DB2X_MANXML = @DB2X_MANXML@
160
 
DB2X_PDF = @DB2X_PDF@
161
 
DB2X_TEXI = @DB2X_TEXI@
162
 
DB2X_TEXIXML = @DB2X_TEXIXML@
163
 
DB2X_VERSION = @DB2X_VERSION@
164
 
DB2X_XSLTPROC = @DB2X_XSLTPROC@
165
 
DBUS_CFLAGS = @DBUS_CFLAGS@
166
 
DBUS_LIBS = @DBUS_LIBS@
167
 
DEFS = @DEFS@
168
 
DEJAGNU_CFLAGS = @DEJAGNU_CFLAGS@
169
 
DEPDIR = @DEPDIR@
170
 
DLLTOOL = @DLLTOOL@
171
 
DLOPEN = @DLOPEN@
172
 
DLPREOPEN = @DLPREOPEN@
173
 
DOXYGEN = @DOXYGEN@
174
 
ECHO = @ECHO@
175
 
ECHO_C = @ECHO_C@
176
 
ECHO_N = @ECHO_N@
177
 
ECHO_T = @ECHO_T@
178
 
EGREP = @EGREP@
179
 
EXEEXT = @EXEEXT@
180
 
EXPAT_CFLAGS = @EXPAT_CFLAGS@
181
 
EXPAT_LIBS = @EXPAT_LIBS@
182
 
EXTENSIONS_LIST = @EXTENSIONS_LIST@
183
 
F77 = @F77@
184
 
FC_MATCH = @FC_MATCH@
185
 
FFLAGS = @FFLAGS@
186
 
FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
187
 
FFMPEG_LIBS = @FFMPEG_LIBS@
188
 
FIREFOX_PLUGINS = @FIREFOX_PLUGINS@
189
 
FLTK2_CFLAGS = @FLTK2_CFLAGS@
190
 
FLTK2_LIBS = @FLTK2_LIBS@
191
 
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
192
 
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
193
 
FOP = @FOP@
194
 
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
195
 
FREETYPE2_LIBS = @FREETYPE2_LIBS@
196
 
GLEXT_CFLAGS = @GLEXT_CFLAGS@
197
 
GLEXT_LIBS = @GLEXT_LIBS@
198
 
GLIB_CFLAGS = @GLIB_CFLAGS@
199
 
GLIB_LIBS = @GLIB_LIBS@
200
 
GMSGFMT = @GMSGFMT@
201
 
GREP = @GREP@
202
 
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
203
 
GSTREAMER_LIBS = @GSTREAMER_LIBS@
204
 
GST_INSPECT = @GST_INSPECT@
205
 
GTK2_CFLAGS = @GTK2_CFLAGS@
206
 
GTK2_LIBS = @GTK2_LIBS@
207
 
HILDON_CFLAGS = @HILDON_CFLAGS@
208
 
HILDON_LIBS = @HILDON_LIBS@
209
 
INCLTDL = @INCLTDL@
210
 
INSTALL = @INSTALL@
211
 
INSTALL_DATA = @INSTALL_DATA@
212
 
INSTALL_INFO = @INSTALL_INFO@
213
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
214
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
215
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
216
 
INTLLIBS = @INTLLIBS@
217
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
218
 
JAVA = @JAVA@
219
 
JPEG_CFLAGS = @JPEG_CFLAGS@
220
 
JPEG_LIBS = @JPEG_LIBS@
221
 
KDE_APPSDATADIR = @KDE_APPSDATADIR@
222
 
KDE_CFLAGS = @KDE_CFLAGS@
223
 
KDE_CONFIG = @KDE_CONFIG@
224
 
KDE_CONFIGDIR = @KDE_CONFIGDIR@
225
 
KDE_LIBS = @KDE_LIBS@
226
 
KDE_PLUGINDIR = @KDE_PLUGINDIR@
227
 
KDE_SERVICESDIR = @KDE_SERVICESDIR@
228
 
KLASH_PLUGIN = @KLASH_PLUGIN@
229
 
LC_KEY = @LC_KEY@
230
 
LDFLAGS = @LDFLAGS@
231
 
LIBADD_DL = @LIBADD_DL@
232
 
LIBEXT = @LIBEXT@
233
 
LIBICONV = @LIBICONV@
234
 
LIBINTL = @LIBINTL@
235
 
LIBLTDL = @LIBLTDL@
236
 
LIBOBJS = @LIBOBJS@
237
 
LIBPRE = @LIBPRE@
238
 
LIBS = @LIBS@
239
 
LIBTOOL = @LIBTOOL@
240
 
LIBTOOL_DEPS = @LIBTOOL_DEPS@
241
 
LIBXML_CFLAGS = @LIBXML_CFLAGS@
242
 
LIBXML_LIBS = @LIBXML_LIBS@
243
 
LN_S = @LN_S@
244
 
LTLIBICONV = @LTLIBICONV@
245
 
LTLIBINTL = @LTLIBINTL@
246
 
LTLIBOBJS = @LTLIBOBJS@
247
 
MAINT = @MAINT@
248
 
MAKEINFO = @MAKEINFO@
249
 
MAKESWF = @MAKESWF@
250
 
MEDIA_CONFIG = @MEDIA_CONFIG@
251
 
MING_CFLAGS = @MING_CFLAGS@
252
 
MING_CONFIG = @MING_CONFIG@
253
 
MING_LIBS = @MING_LIBS@
254
 
MING_VERSION = @MING_VERSION@
255
 
MING_VERSION_CODE = @MING_VERSION_CODE@
256
 
MKDIR_P = @MKDIR_P@
257
 
MKINSTALLDIRS = @MKINSTALLDIRS@
258
 
MOC = @MOC@
259
 
MSGFMT = @MSGFMT@
260
 
MSGMERGE = @MSGMERGE@
261
 
MTASC = @MTASC@
262
 
MTASC_CLASSPATH = @MTASC_CLASSPATH@
263
 
MYSQL_CFLAGS = @MYSQL_CFLAGS@
264
 
MYSQL_LIBS = @MYSQL_LIBS@
265
 
NETCAT = @NETCAT@
266
 
OBJDUMP = @OBJDUMP@
267
 
OBJEXT = @OBJEXT@
268
 
OPENGL_CFLAGS = @OPENGL_CFLAGS@
269
 
OPENGL_LIBS = @OPENGL_LIBS@
270
 
PACKAGE = @PACKAGE@
271
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
272
 
PACKAGE_NAME = @PACKAGE_NAME@
273
 
PACKAGE_STRING = @PACKAGE_STRING@
274
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
275
 
PACKAGE_VERSION = @PACKAGE_VERSION@
276
 
PANGO_CFLAGS = @PANGO_CFLAGS@
277
 
PANGO_LIBS = @PANGO_LIBS@
278
 
PATH_SEPARATOR = @PATH_SEPARATOR@
279
 
PDFXMLTEX = @PDFXMLTEX@
280
 
PKG_CONFIG = @PKG_CONFIG@
281
 
PNG_CFLAGS = @PNG_CFLAGS@
282
 
PNG_LIBS = @PNG_LIBS@
283
 
POSUB = @POSUB@
284
 
PTHREAD_CC = @PTHREAD_CC@
285
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
286
 
PTHREAD_CXX = @PTHREAD_CXX@
287
 
PTHREAD_LIBS = @PTHREAD_LIBS@
288
 
PYTHON = @PYTHON@
289
 
QTOPIA_CFLAGS = @QTOPIA_CFLAGS@
290
 
QTOPIA_LIBS = @QTOPIA_LIBS@
291
 
QT_CFLAGS = @QT_CFLAGS@
292
 
QT_LIBS = @QT_LIBS@
293
 
RANLIB = @RANLIB@
294
 
RENDERER_CONFIG = @RENDERER_CONFIG@
295
 
RENDERER_LIBS = @RENDERER_LIBS@
296
 
SCROLLINSTALL = @SCROLLINSTALL@
297
 
SCROLLKEEPER = @SCROLLKEEPER@
298
 
SCROLLUPDATE = @SCROLLUPDATE@
299
 
SDL_CFLAGS = @SDL_CFLAGS@
300
 
SDL_CONFIG = @SDL_CONFIG@
301
 
SDL_LIBS = @SDL_LIBS@
302
 
SECURITY_LIST = @SECURITY_LIST@
303
 
SET_MAKE = @SET_MAKE@
304
 
SHELL = @SHELL@
305
 
SOLDIR = @SOLDIR@
306
 
STRIP = @STRIP@
307
 
SUPPORTED_GUIS = @SUPPORTED_GUIS@
308
 
SWFC = @SWFC@
309
 
SWFDEC_TESTSUITE = @SWFDEC_TESTSUITE@
310
 
SWFMILL = @SWFMILL@
311
 
USE_NLS = @USE_NLS@
312
 
VERSION = @VERSION@
313
 
X11_CFLAGS = @X11_CFLAGS@
314
 
X11_LIBS = @X11_LIBS@
315
 
XFT_CFLAGS = @XFT_CFLAGS@
316
 
XFT_LIBS = @XFT_LIBS@
317
 
XGETTEXT = @XGETTEXT@
318
 
XML2_CONFIG = @XML2_CONFIG@
319
 
XSLTPROC = @XSLTPROC@
320
 
Z_CFLAGS = @Z_CFLAGS@
321
 
Z_LIBS = @Z_LIBS@
322
 
abs_builddir = @abs_builddir@
323
 
abs_srcdir = @abs_srcdir@
324
 
abs_top_builddir = @abs_top_builddir@
325
 
abs_top_srcdir = @abs_top_srcdir@
326
 
ac_ct_CC = @ac_ct_CC@
327
 
ac_ct_CXX = @ac_ct_CXX@
328
 
ac_ct_F77 = @ac_ct_F77@
329
 
am__include = @am__include@
330
 
am__leading_dot = @am__leading_dot@
331
 
am__quote = @am__quote@
332
 
am__tar = @am__tar@
333
 
am__untar = @am__untar@
334
 
bindir = @bindir@
335
 
build = @build@
336
 
build_alias = @build_alias@
337
 
build_cpu = @build_cpu@
338
 
build_os = @build_os@
339
 
build_vendor = @build_vendor@
340
 
builddir = @builddir@
341
 
curlconfig = @curlconfig@
342
 
datadir = @datadir@
343
 
datarootdir = @datarootdir@
344
 
docbook_styles = @docbook_styles@
345
 
docdir = @docdir@
346
 
dvidir = @dvidir@
347
 
exec_prefix = @exec_prefix@
348
 
host = @host@
349
 
host_alias = @host_alias@
350
 
host_cpu = @host_cpu@
351
 
host_os = @host_os@
352
 
host_vendor = @host_vendor@
353
 
htmldir = @htmldir@
354
 
includedir = @includedir@
355
 
infodir = @infodir@
356
 
install_sh = @install_sh@
357
 
libdir = @libdir@
358
 
libexecdir = @libexecdir@
359
 
localedir = @localedir@
360
 
localstatedir = @localstatedir@
361
 
mandir = @mandir@
362
 
mconfig = @mconfig@
363
 
mkdir_p = @mkdir_p@
364
 
oldincludedir = @oldincludedir@
365
 
pdfdir = @pdfdir@
366
 
prefix = @prefix@
367
 
program_transform_name = @program_transform_name@
368
 
psdir = @psdir@
369
 
pth_config = @pth_config@
370
 
pthread_config = @pthread_config@
371
 
sbindir = @sbindir@
372
 
sharedstatedir = @sharedstatedir@
373
 
srcdir = @srcdir@
374
 
sysconfdir = @sysconfdir@
375
 
target_alias = @target_alias@
376
 
top_builddir = @top_builddir@
377
 
top_srcdir = @top_srcdir@
378
 
AUTOMAKE_OPTIONS = 
379
 
noinst_LTLIBRARIES = libgnashparser.la 
380
 
 
381
 
# Only enable if we're configured with --enable-mp3
382
 
#
383
 
# The 'backend' dir should not be required if we finally drop
384
 
# rendering calls from the parser (see https://savannah.gnu.org/task/?5837)
385
 
#
386
 
AM_CPPFLAGS = -I$(top_srcdir)/backend -I$(top_srcdir)/server \
387
 
        -I$(top_srcdir)/server/swf -I$(top_srcdir)/server/parser \
388
 
        -I$(top_srcdir)/server/vm -I$(top_srcdir)/server/asobj \
389
 
        -I$(top_srcdir)/libbase -I$(top_srcdir)/libgeometry \
390
 
        -I$(top_srcdir)/libmedia -I$(top_srcdir)/libamf \
391
 
        -I$(top_srcdir) $(LIBXML_CFLAGS) $(GLIB_CFLAGS) \
392
 
        $(PTHREAD_CFLAGS) $(DMALLOC_CFLAGS) $(BOOST_CFLAGS) \
393
 
        $(FREETYPE2_CFLAGS) $(NULL) $(am__append_1) $(am__append_2)
394
 
libgnashparser_la_SOURCES = \
395
 
        abc_block.cpp \
396
 
        action_buffer.cpp \
397
 
        bitmap_character_def.cpp \
398
 
        BitmapMovieDefinition.cpp \
399
 
        button_character_def.cpp \
400
 
        character_def.cpp \
401
 
        edit_text_character_def.cpp \
402
 
        text_character_def.cpp \
403
 
        movie_def_impl.cpp \
404
 
        morph2_character_def.cpp \
405
 
        shape_character_def.cpp \
406
 
        sound_definition.cpp \
407
 
        sprite_definition.cpp \
408
 
        video_stream_def.cpp
409
 
 
410
 
noinst_HEADERS = \
411
 
        Timeline.h      \
412
 
        abc_block.h \
413
 
        action_buffer.h \
414
 
        button_character_def.h \
415
 
        character_def.h \
416
 
        bitmap_character_def.h \
417
 
        BitmapMovieDefinition.h \
418
 
        edit_text_character_def.h \
419
 
        text_character_def.h \
420
 
        morph2_character_def.h \
421
 
        movie_definition.h \
422
 
        movie_def_impl.h \
423
 
        Namespace.h \
424
 
        shape_character_def.h \
425
 
        sound_definition.h \
426
 
        sprite_definition.h \
427
 
        video_stream_def.h
428
 
 
429
 
libgnashparser_la_LIBADD = \
430
 
        $(top_builddir)/libamf/libgnashamf.la \
431
 
        $(top_builddir)/libbase/libgnashbase.la \
432
 
        $(top_builddir)/libmedia/libgnashmedia.la
433
 
 
434
 
libgnashparser_la_LDFLAGS = $(BOOST_LIBS) -export-dynamic # -release $(VERSION) -no-undefined 
435
 
all: all-am
436
 
 
437
 
.SUFFIXES:
438
 
.SUFFIXES: .cpp .lo .o .obj
439
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
440
 
        @for dep in $?; do \
441
 
          case '$(am__configure_deps)' in \
442
 
            *$$dep*) \
443
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
444
 
                && exit 0; \
445
 
              exit 1;; \
446
 
          esac; \
447
 
        done; \
448
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  server/parser/Makefile'; \
449
 
        cd $(top_srcdir) && \
450
 
          $(AUTOMAKE) --gnu  server/parser/Makefile
451
 
.PRECIOUS: Makefile
452
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
453
 
        @case '$?' in \
454
 
          *config.status*) \
455
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
456
 
          *) \
457
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
458
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
459
 
        esac;
460
 
 
461
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
462
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463
 
 
464
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
465
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
467
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
468
 
 
469
 
clean-noinstLTLIBRARIES:
470
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
471
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
472
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
473
 
          test "$$dir" != "$$p" || dir=.; \
474
 
          echo "rm -f \"$${dir}/so_locations\""; \
475
 
          rm -f "$${dir}/so_locations"; \
476
 
        done
477
 
libgnashparser.la: $(libgnashparser_la_OBJECTS) $(libgnashparser_la_DEPENDENCIES) 
478
 
        $(libgnashparser_la_LINK)  $(libgnashparser_la_OBJECTS) $(libgnashparser_la_LIBADD) $(LIBS)
479
 
 
480
 
mostlyclean-compile:
481
 
        -rm -f *.$(OBJEXT)
482
 
 
483
 
distclean-compile:
484
 
        -rm -f *.tab.c
485
 
 
486
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BitmapMovieDefinition.Plo@am__quote@
487
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abc_block.Plo@am__quote@
488
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/action_buffer.Plo@am__quote@
489
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap_character_def.Plo@am__quote@
490
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/button_character_def.Plo@am__quote@
491
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/character_def.Plo@am__quote@
492
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit_text_character_def.Plo@am__quote@
493
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/morph2_character_def.Plo@am__quote@
494
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/movie_def_impl.Plo@am__quote@
495
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shape_character_def.Plo@am__quote@
496
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_definition.Plo@am__quote@
497
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprite_definition.Plo@am__quote@
498
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_character_def.Plo@am__quote@
499
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video_stream_def.Plo@am__quote@
500
 
 
501
 
.cpp.o:
502
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
503
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
504
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
505
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
507
 
 
508
 
.cpp.obj:
509
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
510
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
511
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
512
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
514
 
 
515
 
.cpp.lo:
516
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
517
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
518
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
519
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
521
 
 
522
 
mostlyclean-libtool:
523
 
        -rm -f *.lo
524
 
 
525
 
clean-libtool:
526
 
        -rm -rf .libs _libs
527
 
 
528
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
529
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
530
 
        unique=`for i in $$list; do \
531
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532
 
          done | \
533
 
          $(AWK) '    { files[$$0] = 1; } \
534
 
               END { for (i in files) print i; }'`; \
535
 
        mkid -fID $$unique
536
 
tags: TAGS
537
 
 
538
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
539
 
                $(TAGS_FILES) $(LISP)
540
 
        tags=; \
541
 
        here=`pwd`; \
542
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
543
 
        unique=`for i in $$list; do \
544
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
545
 
          done | \
546
 
          $(AWK) '    { files[$$0] = 1; } \
547
 
               END { for (i in files) print i; }'`; \
548
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
549
 
          test -n "$$unique" || unique=$$empty_fix; \
550
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551
 
            $$tags $$unique; \
552
 
        fi
553
 
ctags: CTAGS
554
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
555
 
                $(TAGS_FILES) $(LISP)
556
 
        tags=; \
557
 
        here=`pwd`; \
558
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
559
 
        unique=`for i in $$list; do \
560
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561
 
          done | \
562
 
          $(AWK) '    { files[$$0] = 1; } \
563
 
               END { for (i in files) print i; }'`; \
564
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
565
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
566
 
             $$tags $$unique
567
 
 
568
 
GTAGS:
569
 
        here=`$(am__cd) $(top_builddir) && pwd` \
570
 
          && cd $(top_srcdir) \
571
 
          && gtags -i $(GTAGS_ARGS) $$here
572
 
 
573
 
distclean-tags:
574
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
575
 
 
576
 
distdir: $(DISTFILES)
577
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
578
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
579
 
        list='$(DISTFILES)'; \
580
 
          dist_files=`for file in $$list; do echo $$file; done | \
581
 
          sed -e "s|^$$srcdirstrip/||;t" \
582
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
583
 
        case $$dist_files in \
584
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
585
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
586
 
                           sort -u` ;; \
587
 
        esac; \
588
 
        for file in $$dist_files; do \
589
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
590
 
          if test -d $$d/$$file; then \
591
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
592
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
593
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
594
 
            fi; \
595
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
596
 
          else \
597
 
            test -f $(distdir)/$$file \
598
 
            || cp -p $$d/$$file $(distdir)/$$file \
599
 
            || exit 1; \
600
 
          fi; \
601
 
        done
602
 
check-am: all-am
603
 
check: check-am
604
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
605
 
installdirs:
606
 
install: install-am
607
 
install-exec: install-exec-am
608
 
install-data: install-data-am
609
 
uninstall: uninstall-am
610
 
 
611
 
install-am: all-am
612
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
613
 
 
614
 
installcheck: installcheck-am
615
 
install-strip:
616
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618
 
          `test -z '$(STRIP)' || \
619
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
620
 
mostlyclean-generic:
621
 
 
622
 
clean-generic:
623
 
 
624
 
distclean-generic:
625
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
626
 
 
627
 
maintainer-clean-generic:
628
 
        @echo "This command is intended for maintainers to use"
629
 
        @echo "it deletes files that may require special tools to rebuild."
630
 
clean: clean-am
631
 
 
632
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
633
 
        mostlyclean-am
634
 
 
635
 
distclean: distclean-am
636
 
        -rm -rf ./$(DEPDIR)
637
 
        -rm -f Makefile
638
 
distclean-am: clean-am distclean-compile distclean-generic \
639
 
        distclean-tags
640
 
 
641
 
dvi: dvi-am
642
 
 
643
 
dvi-am:
644
 
 
645
 
html: html-am
646
 
 
647
 
info: info-am
648
 
 
649
 
info-am:
650
 
 
651
 
install-data-am:
652
 
 
653
 
install-dvi: install-dvi-am
654
 
 
655
 
install-exec-am:
656
 
 
657
 
install-html: install-html-am
658
 
 
659
 
install-info: install-info-am
660
 
 
661
 
install-man:
662
 
 
663
 
install-pdf: install-pdf-am
664
 
 
665
 
install-ps: install-ps-am
666
 
 
667
 
installcheck-am:
668
 
 
669
 
maintainer-clean: maintainer-clean-am
670
 
        -rm -rf ./$(DEPDIR)
671
 
        -rm -f Makefile
672
 
maintainer-clean-am: distclean-am maintainer-clean-generic
673
 
 
674
 
mostlyclean: mostlyclean-am
675
 
 
676
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
677
 
        mostlyclean-libtool
678
 
 
679
 
pdf: pdf-am
680
 
 
681
 
pdf-am:
682
 
 
683
 
ps: ps-am
684
 
 
685
 
ps-am:
686
 
 
687
 
uninstall-am:
688
 
 
689
 
.MAKE: install-am install-strip
690
 
 
691
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
692
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
693
 
        distclean-compile distclean-generic distclean-libtool \
694
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
695
 
        install install-am install-data install-data-am install-dvi \
696
 
        install-dvi-am install-exec install-exec-am install-html \
697
 
        install-html-am install-info install-info-am install-man \
698
 
        install-pdf install-pdf-am install-ps install-ps-am \
699
 
        install-strip installcheck installcheck-am installdirs \
700
 
        maintainer-clean maintainer-clean-generic mostlyclean \
701
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
702
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
703
 
 
704
 
 
705
 
# Rebuild with GCC 4.x Mudflap support
706
 
mudflap:
707
 
        @echo "Rebuilding with GCC Mudflap support"
708
 
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
709
 
 
710
 
clean-hook:
711
 
        -rm -f core.*
712
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
713
 
# Otherwise a system limit (for SysV at least) may be exceeded.
714
 
.NOEXPORT: