~ubuntu-branches/ubuntu/quantal/gnash/quantal-proposed

« back to all changes in this revision

Viewing changes to libmedia/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-14 16:06:54 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081014160654-0anbl2mi098aee2h
Tags: 0.8.4-0ubuntu1
* LP: #84526 - Gnash menu launcher (/usr/share/applications/gnash.desktop
  file) doesn't start any application, also gnash isn't asociated with SWF
  mimetype; we dont show gnash in the .desktop launcher; we add
  NoDisplay=true, add a GenericName and Comment for the sake of
  completeness. Also we add the proper MimeType value, remove Encoding,
  don't use absolute paths for icon and exec and dont use specific icon
  file format suffix.
  - update debian/gnash.desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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) 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
 
 
34
VPATH = @srcdir@
 
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkglibdir = $(libdir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
39
install_sh_DATA = $(install_sh) -c -m 644
 
40
install_sh_PROGRAM = $(install_sh) -c
 
41
install_sh_SCRIPT = $(install_sh) -c
 
42
INSTALL_HEADER = $(INSTALL_DATA)
 
43
transform = $(program_transform_name)
 
44
NORMAL_INSTALL = :
 
45
PRE_INSTALL = :
 
46
POST_INSTALL = :
 
47
NORMAL_UNINSTALL = :
 
48
PRE_UNINSTALL = :
 
49
POST_UNINSTALL = :
 
50
build_triplet = @build@
 
51
host_triplet = @host@
 
52
@USE_GST_ENGINE_TRUE@am__append_1 = \
 
53
@USE_GST_ENGINE_TRUE@           gst/MediaHandlerGst.cpp \
 
54
@USE_GST_ENGINE_TRUE@           gst/VideoDecoderGst.cpp \
 
55
@USE_GST_ENGINE_TRUE@           gst/AudioDecoderGst.cpp \
 
56
@USE_GST_ENGINE_TRUE@           gst/MediaParserGst.cpp \
 
57
@USE_GST_ENGINE_TRUE@           gst/GstUtil.cpp \
 
58
@USE_GST_ENGINE_TRUE@           gst/swfdec_codec_gst.c \
 
59
@USE_GST_ENGINE_TRUE@           ffmpeg/sound_handler_sdl.cpp
 
60
 
 
61
@USE_GST_ENGINE_TRUE@am__append_2 = \
 
62
@USE_GST_ENGINE_TRUE@           gst/MediaHandlerGst.h \
 
63
@USE_GST_ENGINE_TRUE@           gst/AudioDecoderGst.h \
 
64
@USE_GST_ENGINE_TRUE@           gst/VideoDecoderGst.h \
 
65
@USE_GST_ENGINE_TRUE@           gst/MediaParserGst.h \
 
66
@USE_GST_ENGINE_TRUE@           gst/GstUtil.h \
 
67
@USE_GST_ENGINE_TRUE@           gst/swfdec_codec_gst.h \
 
68
@USE_GST_ENGINE_TRUE@           ffmpeg/sound_handler_sdl.h \
 
69
@USE_GST_ENGINE_TRUE@           gst/gnash_gst_version.h
 
70
 
 
71
@USE_GST_ENGINE_TRUE@am__append_3 = \
 
72
@USE_GST_ENGINE_TRUE@           -I$(top_srcdir)/libmedia/gst \
 
73
@USE_GST_ENGINE_TRUE@           $(GSTREAMER_CFLAGS) \
 
74
@USE_GST_ENGINE_TRUE@           $(SDL_CFLAGS)
 
75
 
 
76
@USE_GST_ENGINE_TRUE@am__append_4 = \
 
77
@USE_GST_ENGINE_TRUE@           $(GSTREAMER_LIBS) -lgstbase-0.10 \
 
78
@USE_GST_ENGINE_TRUE@           $(SDL_LIBS)
 
79
 
 
80
@USE_FFMPEG_ENGINE_TRUE@am__append_5 = \
 
81
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/MediaHandlerFfmpeg.cpp \
 
82
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/MediaParserFfmpeg.cpp \
 
83
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/AudioDecoderFfmpeg.cpp \
 
84
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/VideoDecoderFfmpeg.cpp \
 
85
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/sound_handler_sdl.cpp \
 
86
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/ffmpegNetStreamUtil.cpp 
 
87
 
 
88
@USE_FFMPEG_ENGINE_TRUE@am__append_6 = \
 
89
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/MediaHandlerFfmpeg.h \
 
90
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/MediaParserFfmpeg.h \
 
91
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/AudioDecoderFfmpeg.h \
 
92
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/VideoDecoderFfmpeg.h \
 
93
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/sound_handler_sdl.h \
 
94
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/ffmpegNetStreamUtil.h \
 
95
@USE_FFMPEG_ENGINE_TRUE@                ffmpeg/ffmpegHeaders.h
 
96
 
 
97
@USE_FFMPEG_ENGINE_TRUE@am__append_7 = \
 
98
@USE_FFMPEG_ENGINE_TRUE@                $(FFMPEG_LIBS) \
 
99
@USE_FFMPEG_ENGINE_TRUE@                $(SDL_LIBS)
 
100
 
 
101
@USE_FFMPEG_ENGINE_TRUE@am__append_8 = \
 
102
@USE_FFMPEG_ENGINE_TRUE@                $(FFMPEG_CFLAGS) \
 
103
@USE_FFMPEG_ENGINE_TRUE@                $(SDL_CFLAGS)
 
104
 
 
105
subdir = libmedia
 
106
DIST_COMMON = README $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
 
107
        $(srcdir)/Makefile.in
 
108
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
109
am__aclocal_m4_deps = $(top_srcdir)/macros/agg.m4 \
 
110
        $(top_srcdir)/macros/alp.m4 $(top_srcdir)/macros/boost.m4 \
 
111
        $(top_srcdir)/macros/curl.m4 $(top_srcdir)/macros/dbus.m4 \
 
112
        $(top_srcdir)/macros/docbook.m4 $(top_srcdir)/macros/ffmpeg.m4 \
 
113
        $(top_srcdir)/macros/firefox.m4 \
 
114
        $(top_srcdir)/macros/freetype.m4 \
 
115
        $(top_srcdir)/macros/gettext.m4 $(top_srcdir)/macros/glib.m4 \
 
116
        $(top_srcdir)/macros/gnashpkgtool.m4 \
 
117
        $(top_srcdir)/macros/gtk2.m4 $(top_srcdir)/macros/gtkglext.m4 \
 
118
        $(top_srcdir)/macros/haxe.m4 $(top_srcdir)/macros/hildon.m4 \
 
119
        $(top_srcdir)/macros/iconv.m4 $(top_srcdir)/macros/kde.m4 \
 
120
        $(top_srcdir)/macros/lib-link.m4 \
 
121
        $(top_srcdir)/macros/lib-prefix.m4 \
 
122
        $(top_srcdir)/macros/libXML.m4 $(top_srcdir)/macros/libexe.m4 \
 
123
        $(top_srcdir)/macros/libltdl.m4 $(top_srcdir)/macros/ming.m4 \
 
124
        $(top_srcdir)/macros/mtasc.m4 $(top_srcdir)/macros/mysql.m4 \
 
125
        $(top_srcdir)/macros/nls.m4 $(top_srcdir)/macros/nspr.m4 \
 
126
        $(top_srcdir)/macros/opengl.m4 $(top_srcdir)/macros/pango.m4 \
 
127
        $(top_srcdir)/macros/pkg.m4 $(top_srcdir)/macros/po.m4 \
 
128
        $(top_srcdir)/macros/progtest.m4 \
 
129
        $(top_srcdir)/macros/pthreads.m4 $(top_srcdir)/macros/qt.m4 \
 
130
        $(top_srcdir)/macros/qtopia.m4 $(top_srcdir)/macros/sdl.m4 \
 
131
        $(top_srcdir)/macros/x11.m4 $(top_srcdir)/macros/xpcom.m4 \
 
132
        $(top_srcdir)/configure.ac
 
133
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
134
        $(ACLOCAL_M4)
 
135
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
136
CONFIG_HEADER = $(top_builddir)/gnashconfig.h
 
137
CONFIG_CLEAN_FILES =
 
138
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
139
am__vpath_adj = case $$p in \
 
140
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
141
    *) f=$$p;; \
 
142
  esac;
 
143
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
144
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
145
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
 
146
LTLIBRARIES = $(pkglib_LTLIBRARIES)
 
147
am__DEPENDENCIES_1 =
 
148
@USE_GST_ENGINE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \
 
149
@USE_GST_ENGINE_TRUE@   $(am__DEPENDENCIES_1)
 
150
@USE_FFMPEG_ENGINE_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) \
 
151
@USE_FFMPEG_ENGINE_TRUE@        $(am__DEPENDENCIES_1)
 
152
libgnashmedia_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
153
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
154
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
155
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
156
        $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3)
 
157
am__libgnashmedia_la_SOURCES_DIST = MediaHandler.cpp \
 
158
        AudioDecoderNellymoser.cpp AudioDecoderSimple.cpp \
 
159
        MediaParser.cpp FLVParser.cpp Util.cpp gst/MediaHandlerGst.cpp \
 
160
        gst/VideoDecoderGst.cpp gst/AudioDecoderGst.cpp \
 
161
        gst/MediaParserGst.cpp gst/GstUtil.cpp gst/swfdec_codec_gst.c \
 
162
        ffmpeg/sound_handler_sdl.cpp ffmpeg/MediaHandlerFfmpeg.cpp \
 
163
        ffmpeg/MediaParserFfmpeg.cpp ffmpeg/AudioDecoderFfmpeg.cpp \
 
164
        ffmpeg/VideoDecoderFfmpeg.cpp ffmpeg/ffmpegNetStreamUtil.cpp
 
165
@USE_GST_ENGINE_TRUE@am__objects_1 =  \
 
166
@USE_GST_ENGINE_TRUE@   libgnashmedia_la-MediaHandlerGst.lo \
 
167
@USE_GST_ENGINE_TRUE@   libgnashmedia_la-VideoDecoderGst.lo \
 
168
@USE_GST_ENGINE_TRUE@   libgnashmedia_la-AudioDecoderGst.lo \
 
169
@USE_GST_ENGINE_TRUE@   libgnashmedia_la-MediaParserGst.lo \
 
170
@USE_GST_ENGINE_TRUE@   libgnashmedia_la-GstUtil.lo \
 
171
@USE_GST_ENGINE_TRUE@   libgnashmedia_la-swfdec_codec_gst.lo \
 
172
@USE_GST_ENGINE_TRUE@   libgnashmedia_la-sound_handler_sdl.lo
 
173
@USE_FFMPEG_ENGINE_TRUE@am__objects_2 = libgnashmedia_la-MediaHandlerFfmpeg.lo \
 
174
@USE_FFMPEG_ENGINE_TRUE@        libgnashmedia_la-MediaParserFfmpeg.lo \
 
175
@USE_FFMPEG_ENGINE_TRUE@        libgnashmedia_la-AudioDecoderFfmpeg.lo \
 
176
@USE_FFMPEG_ENGINE_TRUE@        libgnashmedia_la-VideoDecoderFfmpeg.lo \
 
177
@USE_FFMPEG_ENGINE_TRUE@        libgnashmedia_la-sound_handler_sdl.lo \
 
178
@USE_FFMPEG_ENGINE_TRUE@        libgnashmedia_la-ffmpegNetStreamUtil.lo
 
179
am_libgnashmedia_la_OBJECTS = libgnashmedia_la-MediaHandler.lo \
 
180
        libgnashmedia_la-AudioDecoderNellymoser.lo \
 
181
        libgnashmedia_la-AudioDecoderSimple.lo \
 
182
        libgnashmedia_la-MediaParser.lo libgnashmedia_la-FLVParser.lo \
 
183
        libgnashmedia_la-Util.lo $(am__objects_1) $(am__objects_2)
 
184
libgnashmedia_la_OBJECTS = $(am_libgnashmedia_la_OBJECTS)
 
185
libgnashmedia_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
186
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
187
        $(CXXFLAGS) $(libgnashmedia_la_LDFLAGS) $(LDFLAGS) -o $@
 
188
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
189
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
190
am__depfiles_maybe = depfiles
 
191
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
192
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
193
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
194
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
195
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
196
CCLD = $(CC)
 
197
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
198
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
199
        $(LDFLAGS) -o $@
 
200
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
201
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
202
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
203
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
204
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
205
CXXLD = $(CXX)
 
206
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
207
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
208
        $(LDFLAGS) -o $@
 
209
SOURCES = $(libgnashmedia_la_SOURCES)
 
210
DIST_SOURCES = $(am__libgnashmedia_la_SOURCES_DIST)
 
211
am__noinst_HEADERS_DIST = MediaBuffer.h AudioDecoder.h VideoDecoder.h \
 
212
        MediaParser.h MediaHandler.h FLVParser.h \
 
213
        AudioDecoderNellymoser.h AudioDecoderSimple.h sound_handler.h \
 
214
        NullSoundHandler.h SoundInfo.h Util.h gst/MediaHandlerGst.h \
 
215
        gst/AudioDecoderGst.h gst/VideoDecoderGst.h \
 
216
        gst/MediaParserGst.h gst/GstUtil.h gst/swfdec_codec_gst.h \
 
217
        ffmpeg/sound_handler_sdl.h gst/gnash_gst_version.h \
 
218
        ffmpeg/MediaHandlerFfmpeg.h ffmpeg/MediaParserFfmpeg.h \
 
219
        ffmpeg/AudioDecoderFfmpeg.h ffmpeg/VideoDecoderFfmpeg.h \
 
220
        ffmpeg/ffmpegNetStreamUtil.h ffmpeg/ffmpegHeaders.h
 
221
HEADERS = $(noinst_HEADERS)
 
222
ETAGS = etags
 
223
CTAGS = ctags
 
224
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
225
ACLOCAL = @ACLOCAL@
 
226
AGG_CFLAGS = @AGG_CFLAGS@
 
227
AGG_LIBS = @AGG_LIBS@
 
228
ALP_CFLAGS = @ALP_CFLAGS@
 
229
ALP_LIBS = @ALP_LIBS@
 
230
AMTAR = @AMTAR@
 
231
AR = @AR@
 
232
AS = @AS@
 
233
ATK_CFLAGS = @ATK_CFLAGS@
 
234
ATK_CONFIG = @ATK_CONFIG@
 
235
ATK_LIBS = @ATK_LIBS@
 
236
AUTOCONF = @AUTOCONF@
 
237
AUTOHEADER = @AUTOHEADER@
 
238
AUTOMAKE = @AUTOMAKE@
 
239
AUTOTRACE = @AUTOTRACE@
 
240
AWK = @AWK@
 
241
BARTENDER = @BARTENDER@
 
242
BOOST_CFLAGS = @BOOST_CFLAGS@
 
243
BOOST_EXTRA_LIBS = @BOOST_EXTRA_LIBS@
 
244
BOOST_LIBS = @BOOST_LIBS@
 
245
BUILDDATE = @BUILDDATE@
 
246
CAIRO_CFLAGS = @CAIRO_CFLAGS@
 
247
CAIRO_CONFIG = @CAIRO_CONFIG@
 
248
CAIRO_LIBS = @CAIRO_LIBS@
 
249
CC = @CC@
 
250
CCDEPMODE = @CCDEPMODE@
 
251
CFLAGS = @CFLAGS@
 
252
CONFIG_RPATH = @CONFIG_RPATH@
 
253
CPP = @CPP@
 
254
CPPFLAGS = @CPPFLAGS@
 
255
CURL_CFLAGS = @CURL_CFLAGS@
 
256
CURL_LIBS = @CURL_LIBS@
 
257
CXX = @CXX@
 
258
CXXCPP = @CXXCPP@
 
259
CXXDEPMODE = @CXXDEPMODE@
 
260
CXXFLAGS = @CXXFLAGS@
 
261
CYGPATH_W = @CYGPATH_W@
 
262
DB2X_MAN = @DB2X_MAN@
 
263
DB2X_MANXML = @DB2X_MANXML@
 
264
DB2X_PDF = @DB2X_PDF@
 
265
DB2X_TEXI = @DB2X_TEXI@
 
266
DB2X_TEXIXML = @DB2X_TEXIXML@
 
267
DB2X_VERSION = @DB2X_VERSION@
 
268
DB2X_XSLTPROC = @DB2X_XSLTPROC@
 
269
DBUS_CFLAGS = @DBUS_CFLAGS@
 
270
DBUS_LIBS = @DBUS_LIBS@
 
271
DEFAULT_FLASH_MAJOR_VERSION = @DEFAULT_FLASH_MAJOR_VERSION@
 
272
DEFAULT_FLASH_MINOR_VERSION = @DEFAULT_FLASH_MINOR_VERSION@
 
273
DEFAULT_FLASH_PLATFORM_ID = @DEFAULT_FLASH_PLATFORM_ID@
 
274
DEFAULT_FLASH_REV_NUMBER = @DEFAULT_FLASH_REV_NUMBER@
 
275
DEFAULT_FLASH_SYSTEM_OS = @DEFAULT_FLASH_SYSTEM_OS@
 
276
DEFAULT_STREAMS_TIMEOUT = @DEFAULT_STREAMS_TIMEOUT@
 
277
DEFS = @DEFS@
 
278
DEJAGNU = @DEJAGNU@
 
279
DEJAGNU_CFLAGS = @DEJAGNU_CFLAGS@
 
280
DEJAGNU_CONFIG = @DEJAGNU_CONFIG@
 
281
DEPDIR = @DEPDIR@
 
282
DLLTOOL = @DLLTOOL@
 
283
DLOPEN = @DLOPEN@
 
284
DLPREOPEN = @DLPREOPEN@
 
285
DOXYGEN = @DOXYGEN@
 
286
ECHO = @ECHO@
 
287
ECHO_C = @ECHO_C@
 
288
ECHO_N = @ECHO_N@
 
289
ECHO_T = @ECHO_T@
 
290
EGREP = @EGREP@
 
291
EXEEXT = @EXEEXT@
 
292
EXPAT_CFLAGS = @EXPAT_CFLAGS@
 
293
EXPAT_CONFIG = @EXPAT_CONFIG@
 
294
EXPAT_LIBS = @EXPAT_LIBS@
 
295
EXTENSIONS_LIST = @EXTENSIONS_LIST@
 
296
F77 = @F77@
 
297
FC_MATCH = @FC_MATCH@
 
298
FFLAGS = @FFLAGS@
 
299
FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
 
300
FFMPEG_LIBS = @FFMPEG_LIBS@
 
301
FIREFOX_PLUGINS = @FIREFOX_PLUGINS@
 
302
FLTK2_CFLAGS = @FLTK2_CFLAGS@
 
303
FLTK2_CONFIG = @FLTK2_CONFIG@
 
304
FLTK2_LIBS = @FLTK2_LIBS@
 
305
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
306
FONTCONFIG_CONFIG = @FONTCONFIG_CONFIG@
 
307
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
 
308
FOP = @FOP@
 
309
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
 
310
FREETYPE2_LIBS = @FREETYPE2_LIBS@
 
311
GIF_CFLAGS = @GIF_CFLAGS@
 
312
GIF_CONFIG = @GIF_CONFIG@
 
313
GIF_LIBS = @GIF_LIBS@
 
314
GLEXT_CFLAGS = @GLEXT_CFLAGS@
 
315
GLEXT_LIBS = @GLEXT_LIBS@
 
316
GLIB_CFLAGS = @GLIB_CFLAGS@
 
317
GLIB_LIBS = @GLIB_LIBS@
 
318
GMSGFMT = @GMSGFMT@
 
319
GREP = @GREP@
 
320
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
 
321
GSTREAMER_CONFIG = @GSTREAMER_CONFIG@
 
322
GSTREAMER_LIBS = @GSTREAMER_LIBS@
 
323
GST_INSPECT = @GST_INSPECT@
 
324
GTK2_CFLAGS = @GTK2_CFLAGS@
 
325
GTK2_LIBS = @GTK2_LIBS@
 
326
HAXE = @HAXE@
 
327
HAXE_CLASSPATH = @HAXE_CLASSPATH@
 
328
HILDON_CFLAGS = @HILDON_CFLAGS@
 
329
HILDON_LIBS = @HILDON_LIBS@
 
330
INCLTDL = @INCLTDL@
 
331
INSTALL = @INSTALL@
 
332
INSTALL_DATA = @INSTALL_DATA@
 
333
INSTALL_INFO = @INSTALL_INFO@
 
334
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
335
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
336
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
337
INTLLIBS = @INTLLIBS@
 
338
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
339
JAVA = @JAVA@
 
340
JPEG_CFLAGS = @JPEG_CFLAGS@
 
341
JPEG_CONFIG = @JPEG_CONFIG@
 
342
JPEG_LIBS = @JPEG_LIBS@
 
343
KDE_APPSDATADIR = @KDE_APPSDATADIR@
 
344
KDE_CFLAGS = @KDE_CFLAGS@
 
345
KDE_CONFIG = @KDE_CONFIG@
 
346
KDE_CONFIGDIR = @KDE_CONFIGDIR@
 
347
KDE_LIBS = @KDE_LIBS@
 
348
KDE_PLUGINDIR = @KDE_PLUGINDIR@
 
349
KDE_SERVICESDIR = @KDE_SERVICESDIR@
 
350
KLASH_PLUGIN = @KLASH_PLUGIN@
 
351
LC_KEY = @LC_KEY@
 
352
LDFLAGS = @LDFLAGS@
 
353
LIBADD_DL = @LIBADD_DL@
 
354
LIBEXT = @LIBEXT@
 
355
LIBICONV = @LIBICONV@
 
356
LIBINTL = @LIBINTL@
 
357
LIBLTDL = @LIBLTDL@
 
358
LIBOBJS = @LIBOBJS@
 
359
LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
 
360
LIBPNG_CONFIG = @LIBPNG_CONFIG@
 
361
LIBPNG_LIBS = @LIBPNG_LIBS@
 
362
LIBPRE = @LIBPRE@
 
363
LIBS = @LIBS@
 
364
LIBTOOL = @LIBTOOL@
 
365
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
366
LIBXML_CFLAGS = @LIBXML_CFLAGS@
 
367
LIBXML_LIBS = @LIBXML_LIBS@
 
368
LN_S = @LN_S@
 
369
LTLIBICONV = @LTLIBICONV@
 
370
LTLIBINTL = @LTLIBINTL@
 
371
LTLIBOBJS = @LTLIBOBJS@
 
372
MAINT = @MAINT@
 
373
MAKEINFO = @MAKEINFO@
 
374
MAKESWF = @MAKESWF@
 
375
MEDIA_CONFIG = @MEDIA_CONFIG@
 
376
MING_CFLAGS = @MING_CFLAGS@
 
377
MING_CONFIG = @MING_CONFIG@
 
378
MING_LIBS = @MING_LIBS@
 
379
MING_VERSION = @MING_VERSION@
 
380
MING_VERSION_CODE = @MING_VERSION_CODE@
 
381
MKDIR_P = @MKDIR_P@
 
382
MKINSTALLDIRS = @MKINSTALLDIRS@
 
383
MOC = @MOC@
 
384
MSGFMT = @MSGFMT@
 
385
MSGMERGE = @MSGMERGE@
 
386
MTASC = @MTASC@
 
387
MTASC_CLASSPATH = @MTASC_CLASSPATH@
 
388
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
389
MYSQL_LIBS = @MYSQL_LIBS@
 
390
NETCAT = @NETCAT@
 
391
NSPR_CFLAGS = @NSPR_CFLAGS@
 
392
NSPR_CONFIG = @NSPR_CONFIG@
 
393
NSPR_LIBS = @NSPR_LIBS@
 
394
OBJDUMP = @OBJDUMP@
 
395
OBJEXT = @OBJEXT@
 
396
OPENGL_CFLAGS = @OPENGL_CFLAGS@
 
397
OPENGL_LIBS = @OPENGL_LIBS@
 
398
PACKAGE = @PACKAGE@
 
399
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
400
PACKAGE_NAME = @PACKAGE_NAME@
 
401
PACKAGE_STRING = @PACKAGE_STRING@
 
402
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
403
PACKAGE_VERSION = @PACKAGE_VERSION@
 
404
PANGO_CFLAGS = @PANGO_CFLAGS@
 
405
PANGO_LIBS = @PANGO_LIBS@
 
406
PATH_SEPARATOR = @PATH_SEPARATOR@
 
407
PDFXMLTEX = @PDFXMLTEX@
 
408
PKG_CONFIG = @PKG_CONFIG@
 
409
POSUB = @POSUB@
 
410
PTHREAD_CC = @PTHREAD_CC@
 
411
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
412
PTHREAD_CXX = @PTHREAD_CXX@
 
413
PTHREAD_LIBS = @PTHREAD_LIBS@
 
414
PYTHON = @PYTHON@
 
415
QTOPIA_CFLAGS = @QTOPIA_CFLAGS@
 
416
QTOPIA_LIBS = @QTOPIA_LIBS@
 
417
QT_CFLAGS = @QT_CFLAGS@
 
418
QT_LIBS = @QT_LIBS@
 
419
RANLIB = @RANLIB@
 
420
RENDERER_CONFIG = @RENDERER_CONFIG@
 
421
RENDERER_LIBS = @RENDERER_LIBS@
 
422
SCROLLINSTALL = @SCROLLINSTALL@
 
423
SCROLLKEEPER = @SCROLLKEEPER@
 
424
SCROLLUPDATE = @SCROLLUPDATE@
 
425
SDL_CFLAGS = @SDL_CFLAGS@
 
426
SDL_CONFIG = @SDL_CONFIG@
 
427
SDL_LIBS = @SDL_LIBS@
 
428
SECURITY_LIST = @SECURITY_LIST@
 
429
SET_MAKE = @SET_MAKE@
 
430
SHELL = @SHELL@
 
431
SOLDIR = @SOLDIR@
 
432
STATISTICS_LIST = @STATISTICS_LIST@
 
433
STRIP = @STRIP@
 
434
SUPPORTED_GUIS = @SUPPORTED_GUIS@
 
435
SWFC = @SWFC@
 
436
SWFDEC_TESTSUITE = @SWFDEC_TESTSUITE@
 
437
SWFMILL = @SWFMILL@
 
438
UNGIF_CFLAGS = @UNGIF_CFLAGS@
 
439
UNGIF_CONFIG = @UNGIF_CONFIG@
 
440
UNGIF_LIBS = @UNGIF_LIBS@
 
441
USE_NLS = @USE_NLS@
 
442
VERSION = @VERSION@
 
443
WINDRES = @WINDRES@
 
444
X11_CFLAGS = @X11_CFLAGS@
 
445
X11_LIBS = @X11_LIBS@
 
446
XFT_CFLAGS = @XFT_CFLAGS@
 
447
XFT_CONFIG = @XFT_CONFIG@
 
448
XFT_LIBS = @XFT_LIBS@
 
449
XGETTEXT = @XGETTEXT@
 
450
XML2_CONFIG = @XML2_CONFIG@
 
451
XPCOM_CFLAGS = @XPCOM_CFLAGS@
 
452
XPCOM_IDL_CFLAGS = @XPCOM_IDL_CFLAGS@
 
453
XPCOM_LIBS = @XPCOM_LIBS@
 
454
XPIDL = @XPIDL@
 
455
XSLTPROC = @XSLTPROC@
 
456
ZIP = @ZIP@
 
457
Z_CFLAGS = @Z_CFLAGS@
 
458
Z_CONFIG = @Z_CONFIG@
 
459
Z_LIBS = @Z_LIBS@
 
460
abs_builddir = @abs_builddir@
 
461
abs_srcdir = @abs_srcdir@
 
462
abs_top_builddir = @abs_top_builddir@
 
463
abs_top_srcdir = @abs_top_srcdir@
 
464
ac_ct_CC = @ac_ct_CC@
 
465
ac_ct_CXX = @ac_ct_CXX@
 
466
ac_ct_F77 = @ac_ct_F77@
 
467
am__include = @am__include@
 
468
am__leading_dot = @am__leading_dot@
 
469
am__quote = @am__quote@
 
470
am__tar = @am__tar@
 
471
am__untar = @am__untar@
 
472
bindir = @bindir@
 
473
build = @build@
 
474
build_alias = @build_alias@
 
475
build_cpu = @build_cpu@
 
476
build_os = @build_os@
 
477
build_vendor = @build_vendor@
 
478
builddir = @builddir@
 
479
curlconfig = @curlconfig@
 
480
datadir = @datadir@
 
481
datarootdir = @datarootdir@
 
482
docbook_styles = @docbook_styles@
 
483
docdir = @docdir@
 
484
dvidir = @dvidir@
 
485
exec_prefix = @exec_prefix@
 
486
host = @host@
 
487
host_alias = @host_alias@
 
488
host_cpu = @host_cpu@
 
489
host_os = @host_os@
 
490
host_vendor = @host_vendor@
 
491
htmldir = @htmldir@
 
492
includedir = @includedir@
 
493
infodir = @infodir@
 
494
install_sh = @install_sh@
 
495
libdir = @libdir@
 
496
libexecdir = @libexecdir@
 
497
localedir = @localedir@
 
498
localstatedir = @localstatedir@
 
499
mandir = @mandir@
 
500
mconfig = @mconfig@
 
501
mkdir_p = @mkdir_p@
 
502
oldincludedir = @oldincludedir@
 
503
pdfdir = @pdfdir@
 
504
prefix = @prefix@
 
505
program_transform_name = @program_transform_name@
 
506
psdir = @psdir@
 
507
pth_config = @pth_config@
 
508
pthread_config = @pthread_config@
 
509
sbindir = @sbindir@
 
510
sharedstatedir = @sharedstatedir@
 
511
srcdir = @srcdir@
 
512
sysconfdir = @sysconfdir@
 
513
target_alias = @target_alias@
 
514
top_builddir = @top_builddir@
 
515
top_srcdir = @top_srcdir@
 
516
AUTOMAKE_OPTIONS = foreign
 
517
EXTRA_DIST = 
 
518
 
 
519
# this is where Gnash plugins get installed
 
520
pluginsdir = $(prefix)/lib/gnash/plugins
 
521
 
 
522
#if INSTALL_LTDL
 
523
#LIBLTDLHEAD =  $(top_srcdir)/libltdl/ltdl.h
 
524
#endif
 
525
 
 
526
# If we are using an installable libltdl, then it needs to be built
 
527
# before libgnash, as libgnash depends on it for extensions.
 
528
pkglib_LTLIBRARIES = libgnashmedia.la
 
529
libgnashmedia_la_CPPFLAGS = -I$(top_srcdir)/libamf \
 
530
        -I$(top_srcdir)/libnet -I$(top_srcdir)/backend \
 
531
        -I$(top_srcdir)/libbase -I$(top_srcdir)/libcore \
 
532
        -I$(top_srcdir)/libcore/vm -I$(top_srcdir)/libcore/parser \
 
533
        $(PTHREAD_CFLAGS) $(DMALLOC_CFLAGS) $(OPENGL_CFLAGS) \
 
534
        $(LIBXML_CFLAGS) $(LIBPNG_CFLAGS) $(GLIB_CFLAGS) \
 
535
        $(CURL_CFLAGS) $(Z_CFLAGS) $(JPEG_CFLAGS) $(BOOST_CFLAGS) \
 
536
        $(INCLTDL) $(NULL) $(am__append_3) $(am__append_8)
 
537
 
 
538
# These headers get installed
 
539
# include_HEADERS = log.h err.h proc.h serial.h xantrex.h outback.h
 
540
 
 
541
# Don't build Dmalloc support if it's not configured in
 
542
@HAVE_DMALLOC_TRUE@DMALLOC_FILE = dlmalloc.c
 
543
libgnashmedia_la_LIBADD = $(JPEG_LIBS) $(Z_LIBS) $(CURL_LIBS) \
 
544
        $(OPENGL_LIBS) $(LIBLTDL) $(LIBLTDLHEAD) $(BOOST_LIBS) \
 
545
        $(PTHREAD_LIBS) $(NULL) $(am__append_4) $(am__append_7)
 
546
libgnashmedia_la_SOURCES = MediaHandler.cpp AudioDecoderNellymoser.cpp \
 
547
        AudioDecoderSimple.cpp MediaParser.cpp FLVParser.cpp Util.cpp \
 
548
        $(NULL) $(am__append_1) $(am__append_5)
 
549
noinst_HEADERS = MediaBuffer.h AudioDecoder.h VideoDecoder.h \
 
550
        MediaParser.h MediaHandler.h FLVParser.h \
 
551
        AudioDecoderNellymoser.h AudioDecoderSimple.h sound_handler.h \
 
552
        NullSoundHandler.h SoundInfo.h Util.h $(NULL) $(am__append_2) \
 
553
        $(am__append_6)
 
554
libgnashmedia_la_LDFLAGS = -release $(VERSION)
 
555
all: all-am
 
556
 
 
557
.SUFFIXES:
 
558
.SUFFIXES: .c .cpp .lo .o .obj
 
559
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
560
        @for dep in $?; do \
 
561
          case '$(am__configure_deps)' in \
 
562
            *$$dep*) \
 
563
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
564
                && exit 0; \
 
565
              exit 1;; \
 
566
          esac; \
 
567
        done; \
 
568
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libmedia/Makefile'; \
 
569
        cd $(top_srcdir) && \
 
570
          $(AUTOMAKE) --foreign  libmedia/Makefile
 
571
.PRECIOUS: Makefile
 
572
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
573
        @case '$?' in \
 
574
          *config.status*) \
 
575
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
576
          *) \
 
577
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
578
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
579
        esac;
 
580
 
 
581
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
582
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
583
 
 
584
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
585
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
586
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
587
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
588
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
589
        @$(NORMAL_INSTALL)
 
590
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
 
591
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
592
          if test -f $$p; then \
 
593
            f=$(am__strip_dir) \
 
594
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
595
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
596
          else :; fi; \
 
597
        done
 
598
 
 
599
uninstall-pkglibLTLIBRARIES:
 
600
        @$(NORMAL_UNINSTALL)
 
601
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
602
          p=$(am__strip_dir) \
 
603
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
 
604
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
605
        done
 
606
 
 
607
clean-pkglibLTLIBRARIES:
 
608
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
609
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
610
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
611
          test "$$dir" != "$$p" || dir=.; \
 
612
          echo "rm -f \"$${dir}/so_locations\""; \
 
613
          rm -f "$${dir}/so_locations"; \
 
614
        done
 
615
libgnashmedia.la: $(libgnashmedia_la_OBJECTS) $(libgnashmedia_la_DEPENDENCIES) 
 
616
        $(libgnashmedia_la_LINK) -rpath $(pkglibdir) $(libgnashmedia_la_OBJECTS) $(libgnashmedia_la_LIBADD) $(LIBS)
 
617
 
 
618
mostlyclean-compile:
 
619
        -rm -f *.$(OBJEXT)
 
620
 
 
621
distclean-compile:
 
622
        -rm -f *.tab.c
 
623
 
 
624
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-AudioDecoderFfmpeg.Plo@am__quote@
 
625
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-AudioDecoderGst.Plo@am__quote@
 
626
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-AudioDecoderNellymoser.Plo@am__quote@
 
627
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-AudioDecoderSimple.Plo@am__quote@
 
628
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-FLVParser.Plo@am__quote@
 
629
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-GstUtil.Plo@am__quote@
 
630
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-MediaHandler.Plo@am__quote@
 
631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-MediaHandlerFfmpeg.Plo@am__quote@
 
632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-MediaHandlerGst.Plo@am__quote@
 
633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-MediaParser.Plo@am__quote@
 
634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-MediaParserFfmpeg.Plo@am__quote@
 
635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-MediaParserGst.Plo@am__quote@
 
636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-Util.Plo@am__quote@
 
637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-VideoDecoderFfmpeg.Plo@am__quote@
 
638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-VideoDecoderGst.Plo@am__quote@
 
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-ffmpegNetStreamUtil.Plo@am__quote@
 
640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-sound_handler_sdl.Plo@am__quote@
 
641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnashmedia_la-swfdec_codec_gst.Plo@am__quote@
 
642
 
 
643
.c.o:
 
644
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
645
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
646
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
647
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
648
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
649
 
 
650
.c.obj:
 
651
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
652
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
653
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
654
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
655
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
656
 
 
657
.c.lo:
 
658
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
659
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
660
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
661
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
662
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
663
 
 
664
libgnashmedia_la-swfdec_codec_gst.lo: gst/swfdec_codec_gst.c
 
665
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgnashmedia_la-swfdec_codec_gst.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-swfdec_codec_gst.Tpo -c -o libgnashmedia_la-swfdec_codec_gst.lo `test -f 'gst/swfdec_codec_gst.c' || echo '$(srcdir)/'`gst/swfdec_codec_gst.c
 
666
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgnashmedia_la-swfdec_codec_gst.Tpo $(DEPDIR)/libgnashmedia_la-swfdec_codec_gst.Plo
 
667
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gst/swfdec_codec_gst.c' object='libgnashmedia_la-swfdec_codec_gst.lo' libtool=yes @AMDEPBACKSLASH@
 
668
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
669
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgnashmedia_la-swfdec_codec_gst.lo `test -f 'gst/swfdec_codec_gst.c' || echo '$(srcdir)/'`gst/swfdec_codec_gst.c
 
670
 
 
671
.cpp.o:
 
672
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
673
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
674
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
675
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
676
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
677
 
 
678
.cpp.obj:
 
679
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
680
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
681
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
682
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
683
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
684
 
 
685
.cpp.lo:
 
686
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
687
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
688
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
689
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
690
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
691
 
 
692
libgnashmedia_la-MediaHandler.lo: MediaHandler.cpp
 
693
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-MediaHandler.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-MediaHandler.Tpo -c -o libgnashmedia_la-MediaHandler.lo `test -f 'MediaHandler.cpp' || echo '$(srcdir)/'`MediaHandler.cpp
 
694
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-MediaHandler.Tpo $(DEPDIR)/libgnashmedia_la-MediaHandler.Plo
 
695
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='MediaHandler.cpp' object='libgnashmedia_la-MediaHandler.lo' libtool=yes @AMDEPBACKSLASH@
 
696
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
697
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-MediaHandler.lo `test -f 'MediaHandler.cpp' || echo '$(srcdir)/'`MediaHandler.cpp
 
698
 
 
699
libgnashmedia_la-AudioDecoderNellymoser.lo: AudioDecoderNellymoser.cpp
 
700
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-AudioDecoderNellymoser.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-AudioDecoderNellymoser.Tpo -c -o libgnashmedia_la-AudioDecoderNellymoser.lo `test -f 'AudioDecoderNellymoser.cpp' || echo '$(srcdir)/'`AudioDecoderNellymoser.cpp
 
701
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-AudioDecoderNellymoser.Tpo $(DEPDIR)/libgnashmedia_la-AudioDecoderNellymoser.Plo
 
702
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='AudioDecoderNellymoser.cpp' object='libgnashmedia_la-AudioDecoderNellymoser.lo' libtool=yes @AMDEPBACKSLASH@
 
703
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
704
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-AudioDecoderNellymoser.lo `test -f 'AudioDecoderNellymoser.cpp' || echo '$(srcdir)/'`AudioDecoderNellymoser.cpp
 
705
 
 
706
libgnashmedia_la-AudioDecoderSimple.lo: AudioDecoderSimple.cpp
 
707
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-AudioDecoderSimple.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-AudioDecoderSimple.Tpo -c -o libgnashmedia_la-AudioDecoderSimple.lo `test -f 'AudioDecoderSimple.cpp' || echo '$(srcdir)/'`AudioDecoderSimple.cpp
 
708
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-AudioDecoderSimple.Tpo $(DEPDIR)/libgnashmedia_la-AudioDecoderSimple.Plo
 
709
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='AudioDecoderSimple.cpp' object='libgnashmedia_la-AudioDecoderSimple.lo' libtool=yes @AMDEPBACKSLASH@
 
710
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
711
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-AudioDecoderSimple.lo `test -f 'AudioDecoderSimple.cpp' || echo '$(srcdir)/'`AudioDecoderSimple.cpp
 
712
 
 
713
libgnashmedia_la-MediaParser.lo: MediaParser.cpp
 
714
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-MediaParser.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-MediaParser.Tpo -c -o libgnashmedia_la-MediaParser.lo `test -f 'MediaParser.cpp' || echo '$(srcdir)/'`MediaParser.cpp
 
715
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-MediaParser.Tpo $(DEPDIR)/libgnashmedia_la-MediaParser.Plo
 
716
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='MediaParser.cpp' object='libgnashmedia_la-MediaParser.lo' libtool=yes @AMDEPBACKSLASH@
 
717
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
718
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-MediaParser.lo `test -f 'MediaParser.cpp' || echo '$(srcdir)/'`MediaParser.cpp
 
719
 
 
720
libgnashmedia_la-FLVParser.lo: FLVParser.cpp
 
721
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-FLVParser.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-FLVParser.Tpo -c -o libgnashmedia_la-FLVParser.lo `test -f 'FLVParser.cpp' || echo '$(srcdir)/'`FLVParser.cpp
 
722
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-FLVParser.Tpo $(DEPDIR)/libgnashmedia_la-FLVParser.Plo
 
723
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='FLVParser.cpp' object='libgnashmedia_la-FLVParser.lo' libtool=yes @AMDEPBACKSLASH@
 
724
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
725
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-FLVParser.lo `test -f 'FLVParser.cpp' || echo '$(srcdir)/'`FLVParser.cpp
 
726
 
 
727
libgnashmedia_la-Util.lo: Util.cpp
 
728
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-Util.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-Util.Tpo -c -o libgnashmedia_la-Util.lo `test -f 'Util.cpp' || echo '$(srcdir)/'`Util.cpp
 
729
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-Util.Tpo $(DEPDIR)/libgnashmedia_la-Util.Plo
 
730
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='Util.cpp' object='libgnashmedia_la-Util.lo' libtool=yes @AMDEPBACKSLASH@
 
731
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
732
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-Util.lo `test -f 'Util.cpp' || echo '$(srcdir)/'`Util.cpp
 
733
 
 
734
libgnashmedia_la-MediaHandlerGst.lo: gst/MediaHandlerGst.cpp
 
735
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-MediaHandlerGst.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-MediaHandlerGst.Tpo -c -o libgnashmedia_la-MediaHandlerGst.lo `test -f 'gst/MediaHandlerGst.cpp' || echo '$(srcdir)/'`gst/MediaHandlerGst.cpp
 
736
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-MediaHandlerGst.Tpo $(DEPDIR)/libgnashmedia_la-MediaHandlerGst.Plo
 
737
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gst/MediaHandlerGst.cpp' object='libgnashmedia_la-MediaHandlerGst.lo' libtool=yes @AMDEPBACKSLASH@
 
738
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
739
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-MediaHandlerGst.lo `test -f 'gst/MediaHandlerGst.cpp' || echo '$(srcdir)/'`gst/MediaHandlerGst.cpp
 
740
 
 
741
libgnashmedia_la-VideoDecoderGst.lo: gst/VideoDecoderGst.cpp
 
742
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-VideoDecoderGst.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-VideoDecoderGst.Tpo -c -o libgnashmedia_la-VideoDecoderGst.lo `test -f 'gst/VideoDecoderGst.cpp' || echo '$(srcdir)/'`gst/VideoDecoderGst.cpp
 
743
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-VideoDecoderGst.Tpo $(DEPDIR)/libgnashmedia_la-VideoDecoderGst.Plo
 
744
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gst/VideoDecoderGst.cpp' object='libgnashmedia_la-VideoDecoderGst.lo' libtool=yes @AMDEPBACKSLASH@
 
745
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
746
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-VideoDecoderGst.lo `test -f 'gst/VideoDecoderGst.cpp' || echo '$(srcdir)/'`gst/VideoDecoderGst.cpp
 
747
 
 
748
libgnashmedia_la-AudioDecoderGst.lo: gst/AudioDecoderGst.cpp
 
749
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-AudioDecoderGst.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-AudioDecoderGst.Tpo -c -o libgnashmedia_la-AudioDecoderGst.lo `test -f 'gst/AudioDecoderGst.cpp' || echo '$(srcdir)/'`gst/AudioDecoderGst.cpp
 
750
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-AudioDecoderGst.Tpo $(DEPDIR)/libgnashmedia_la-AudioDecoderGst.Plo
 
751
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gst/AudioDecoderGst.cpp' object='libgnashmedia_la-AudioDecoderGst.lo' libtool=yes @AMDEPBACKSLASH@
 
752
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
753
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-AudioDecoderGst.lo `test -f 'gst/AudioDecoderGst.cpp' || echo '$(srcdir)/'`gst/AudioDecoderGst.cpp
 
754
 
 
755
libgnashmedia_la-MediaParserGst.lo: gst/MediaParserGst.cpp
 
756
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-MediaParserGst.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-MediaParserGst.Tpo -c -o libgnashmedia_la-MediaParserGst.lo `test -f 'gst/MediaParserGst.cpp' || echo '$(srcdir)/'`gst/MediaParserGst.cpp
 
757
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-MediaParserGst.Tpo $(DEPDIR)/libgnashmedia_la-MediaParserGst.Plo
 
758
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gst/MediaParserGst.cpp' object='libgnashmedia_la-MediaParserGst.lo' libtool=yes @AMDEPBACKSLASH@
 
759
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
760
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-MediaParserGst.lo `test -f 'gst/MediaParserGst.cpp' || echo '$(srcdir)/'`gst/MediaParserGst.cpp
 
761
 
 
762
libgnashmedia_la-GstUtil.lo: gst/GstUtil.cpp
 
763
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-GstUtil.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-GstUtil.Tpo -c -o libgnashmedia_la-GstUtil.lo `test -f 'gst/GstUtil.cpp' || echo '$(srcdir)/'`gst/GstUtil.cpp
 
764
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-GstUtil.Tpo $(DEPDIR)/libgnashmedia_la-GstUtil.Plo
 
765
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gst/GstUtil.cpp' object='libgnashmedia_la-GstUtil.lo' libtool=yes @AMDEPBACKSLASH@
 
766
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
767
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-GstUtil.lo `test -f 'gst/GstUtil.cpp' || echo '$(srcdir)/'`gst/GstUtil.cpp
 
768
 
 
769
libgnashmedia_la-sound_handler_sdl.lo: ffmpeg/sound_handler_sdl.cpp
 
770
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-sound_handler_sdl.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-sound_handler_sdl.Tpo -c -o libgnashmedia_la-sound_handler_sdl.lo `test -f 'ffmpeg/sound_handler_sdl.cpp' || echo '$(srcdir)/'`ffmpeg/sound_handler_sdl.cpp
 
771
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-sound_handler_sdl.Tpo $(DEPDIR)/libgnashmedia_la-sound_handler_sdl.Plo
 
772
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ffmpeg/sound_handler_sdl.cpp' object='libgnashmedia_la-sound_handler_sdl.lo' libtool=yes @AMDEPBACKSLASH@
 
773
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
774
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-sound_handler_sdl.lo `test -f 'ffmpeg/sound_handler_sdl.cpp' || echo '$(srcdir)/'`ffmpeg/sound_handler_sdl.cpp
 
775
 
 
776
libgnashmedia_la-MediaHandlerFfmpeg.lo: ffmpeg/MediaHandlerFfmpeg.cpp
 
777
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-MediaHandlerFfmpeg.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-MediaHandlerFfmpeg.Tpo -c -o libgnashmedia_la-MediaHandlerFfmpeg.lo `test -f 'ffmpeg/MediaHandlerFfmpeg.cpp' || echo '$(srcdir)/'`ffmpeg/MediaHandlerFfmpeg.cpp
 
778
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-MediaHandlerFfmpeg.Tpo $(DEPDIR)/libgnashmedia_la-MediaHandlerFfmpeg.Plo
 
779
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ffmpeg/MediaHandlerFfmpeg.cpp' object='libgnashmedia_la-MediaHandlerFfmpeg.lo' libtool=yes @AMDEPBACKSLASH@
 
780
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
781
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-MediaHandlerFfmpeg.lo `test -f 'ffmpeg/MediaHandlerFfmpeg.cpp' || echo '$(srcdir)/'`ffmpeg/MediaHandlerFfmpeg.cpp
 
782
 
 
783
libgnashmedia_la-MediaParserFfmpeg.lo: ffmpeg/MediaParserFfmpeg.cpp
 
784
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-MediaParserFfmpeg.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-MediaParserFfmpeg.Tpo -c -o libgnashmedia_la-MediaParserFfmpeg.lo `test -f 'ffmpeg/MediaParserFfmpeg.cpp' || echo '$(srcdir)/'`ffmpeg/MediaParserFfmpeg.cpp
 
785
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-MediaParserFfmpeg.Tpo $(DEPDIR)/libgnashmedia_la-MediaParserFfmpeg.Plo
 
786
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ffmpeg/MediaParserFfmpeg.cpp' object='libgnashmedia_la-MediaParserFfmpeg.lo' libtool=yes @AMDEPBACKSLASH@
 
787
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
788
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-MediaParserFfmpeg.lo `test -f 'ffmpeg/MediaParserFfmpeg.cpp' || echo '$(srcdir)/'`ffmpeg/MediaParserFfmpeg.cpp
 
789
 
 
790
libgnashmedia_la-AudioDecoderFfmpeg.lo: ffmpeg/AudioDecoderFfmpeg.cpp
 
791
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-AudioDecoderFfmpeg.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-AudioDecoderFfmpeg.Tpo -c -o libgnashmedia_la-AudioDecoderFfmpeg.lo `test -f 'ffmpeg/AudioDecoderFfmpeg.cpp' || echo '$(srcdir)/'`ffmpeg/AudioDecoderFfmpeg.cpp
 
792
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-AudioDecoderFfmpeg.Tpo $(DEPDIR)/libgnashmedia_la-AudioDecoderFfmpeg.Plo
 
793
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ffmpeg/AudioDecoderFfmpeg.cpp' object='libgnashmedia_la-AudioDecoderFfmpeg.lo' libtool=yes @AMDEPBACKSLASH@
 
794
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
795
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-AudioDecoderFfmpeg.lo `test -f 'ffmpeg/AudioDecoderFfmpeg.cpp' || echo '$(srcdir)/'`ffmpeg/AudioDecoderFfmpeg.cpp
 
796
 
 
797
libgnashmedia_la-VideoDecoderFfmpeg.lo: ffmpeg/VideoDecoderFfmpeg.cpp
 
798
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-VideoDecoderFfmpeg.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-VideoDecoderFfmpeg.Tpo -c -o libgnashmedia_la-VideoDecoderFfmpeg.lo `test -f 'ffmpeg/VideoDecoderFfmpeg.cpp' || echo '$(srcdir)/'`ffmpeg/VideoDecoderFfmpeg.cpp
 
799
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-VideoDecoderFfmpeg.Tpo $(DEPDIR)/libgnashmedia_la-VideoDecoderFfmpeg.Plo
 
800
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ffmpeg/VideoDecoderFfmpeg.cpp' object='libgnashmedia_la-VideoDecoderFfmpeg.lo' libtool=yes @AMDEPBACKSLASH@
 
801
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
802
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-VideoDecoderFfmpeg.lo `test -f 'ffmpeg/VideoDecoderFfmpeg.cpp' || echo '$(srcdir)/'`ffmpeg/VideoDecoderFfmpeg.cpp
 
803
 
 
804
libgnashmedia_la-ffmpegNetStreamUtil.lo: ffmpeg/ffmpegNetStreamUtil.cpp
 
805
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgnashmedia_la-ffmpegNetStreamUtil.lo -MD -MP -MF $(DEPDIR)/libgnashmedia_la-ffmpegNetStreamUtil.Tpo -c -o libgnashmedia_la-ffmpegNetStreamUtil.lo `test -f 'ffmpeg/ffmpegNetStreamUtil.cpp' || echo '$(srcdir)/'`ffmpeg/ffmpegNetStreamUtil.cpp
 
806
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgnashmedia_la-ffmpegNetStreamUtil.Tpo $(DEPDIR)/libgnashmedia_la-ffmpegNetStreamUtil.Plo
 
807
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ffmpeg/ffmpegNetStreamUtil.cpp' object='libgnashmedia_la-ffmpegNetStreamUtil.lo' libtool=yes @AMDEPBACKSLASH@
 
808
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
809
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnashmedia_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgnashmedia_la-ffmpegNetStreamUtil.lo `test -f 'ffmpeg/ffmpegNetStreamUtil.cpp' || echo '$(srcdir)/'`ffmpeg/ffmpegNetStreamUtil.cpp
 
810
 
 
811
mostlyclean-libtool:
 
812
        -rm -f *.lo
 
813
 
 
814
clean-libtool:
 
815
        -rm -rf .libs _libs
 
816
 
 
817
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
818
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
819
        unique=`for i in $$list; do \
 
820
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
821
          done | \
 
822
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
823
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
824
        mkid -fID $$unique
 
825
tags: TAGS
 
826
 
 
827
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
828
                $(TAGS_FILES) $(LISP)
 
829
        tags=; \
 
830
        here=`pwd`; \
 
831
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
832
        unique=`for i in $$list; do \
 
833
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
834
          done | \
 
835
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
836
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
837
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
838
          test -n "$$unique" || unique=$$empty_fix; \
 
839
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
840
            $$tags $$unique; \
 
841
        fi
 
842
ctags: CTAGS
 
843
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
844
                $(TAGS_FILES) $(LISP)
 
845
        tags=; \
 
846
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
847
        unique=`for i in $$list; do \
 
848
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
849
          done | \
 
850
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
851
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
852
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
853
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
854
             $$tags $$unique
 
855
 
 
856
GTAGS:
 
857
        here=`$(am__cd) $(top_builddir) && pwd` \
 
858
          && cd $(top_srcdir) \
 
859
          && gtags -i $(GTAGS_ARGS) $$here
 
860
 
 
861
distclean-tags:
 
862
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
863
 
 
864
distdir: $(DISTFILES)
 
865
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
866
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
867
        list='$(DISTFILES)'; \
 
868
          dist_files=`for file in $$list; do echo $$file; done | \
 
869
          sed -e "s|^$$srcdirstrip/||;t" \
 
870
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
871
        case $$dist_files in \
 
872
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
873
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
874
                           sort -u` ;; \
 
875
        esac; \
 
876
        for file in $$dist_files; do \
 
877
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
878
          if test -d $$d/$$file; then \
 
879
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
880
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
881
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
882
            fi; \
 
883
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
884
          else \
 
885
            test -f $(distdir)/$$file \
 
886
            || cp -p $$d/$$file $(distdir)/$$file \
 
887
            || exit 1; \
 
888
          fi; \
 
889
        done
 
890
check-am: all-am
 
891
check: check-am
 
892
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
893
installdirs:
 
894
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
895
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
896
        done
 
897
install: install-am
 
898
install-exec: install-exec-am
 
899
install-data: install-data-am
 
900
uninstall: uninstall-am
 
901
 
 
902
install-am: all-am
 
903
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
904
 
 
905
installcheck: installcheck-am
 
906
install-strip:
 
907
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
908
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
909
          `test -z '$(STRIP)' || \
 
910
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
911
mostlyclean-generic:
 
912
 
 
913
clean-generic:
 
914
 
 
915
distclean-generic:
 
916
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
917
 
 
918
maintainer-clean-generic:
 
919
        @echo "This command is intended for maintainers to use"
 
920
        @echo "it deletes files that may require special tools to rebuild."
 
921
clean: clean-am
 
922
 
 
923
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
 
924
        mostlyclean-am
 
925
 
 
926
distclean: distclean-am
 
927
        -rm -rf ./$(DEPDIR)
 
928
        -rm -f Makefile
 
929
distclean-am: clean-am distclean-compile distclean-generic \
 
930
        distclean-tags
 
931
 
 
932
dvi: dvi-am
 
933
 
 
934
dvi-am:
 
935
 
 
936
html: html-am
 
937
 
 
938
info: info-am
 
939
 
 
940
info-am:
 
941
 
 
942
install-data-am:
 
943
 
 
944
install-dvi: install-dvi-am
 
945
 
 
946
install-exec-am: install-pkglibLTLIBRARIES
 
947
 
 
948
install-html: install-html-am
 
949
 
 
950
install-info: install-info-am
 
951
 
 
952
install-man:
 
953
 
 
954
install-pdf: install-pdf-am
 
955
 
 
956
install-ps: install-ps-am
 
957
 
 
958
installcheck-am:
 
959
 
 
960
maintainer-clean: maintainer-clean-am
 
961
        -rm -rf ./$(DEPDIR)
 
962
        -rm -f Makefile
 
963
maintainer-clean-am: distclean-am maintainer-clean-generic
 
964
 
 
965
mostlyclean: mostlyclean-am
 
966
 
 
967
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
968
        mostlyclean-libtool
 
969
 
 
970
pdf: pdf-am
 
971
 
 
972
pdf-am:
 
973
 
 
974
ps: ps-am
 
975
 
 
976
ps-am:
 
977
 
 
978
uninstall-am: uninstall-pkglibLTLIBRARIES
 
979
 
 
980
.MAKE: install-am install-strip
 
981
 
 
982
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
983
        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
 
984
        distclean-compile distclean-generic distclean-libtool \
 
985
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
986
        install install-am install-data install-data-am install-dvi \
 
987
        install-dvi-am install-exec install-exec-am install-html \
 
988
        install-html-am install-info install-info-am install-man \
 
989
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
 
990
        install-ps install-ps-am install-strip installcheck \
 
991
        installcheck-am installdirs maintainer-clean \
 
992
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
993
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
994
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
 
995
 
 
996
 
 
997
#libltdlc_la_CPPFLAGS = $(LTDLINCL)
 
998
#if CONVENIENCE_LTDL
 
999
#noinst_LTLIBRARIES = libltdlc.la
 
1000
#libltdlc_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
 
1001
#endif
 
1002
#CLEANFILES = libltdl.la libltdlc.la
 
1003
 
 
1004
#libltdl_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
 
1005
#libltdl_la_LDFLAGS = -no-undefined -version-info 4:4:1
 
1006
#libltdl_la_LIBADD = $(LIBADD_DL)
 
1007
 
 
1008
# Rebuild with GCC 4.x Mudflap support
 
1009
mudflap:
 
1010
        @echo "Rebuilding with GCC Mudflap support"
 
1011
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
1012
 
 
1013
clean-hook:
 
1014
        -rm -f core.* *.obj
 
1015
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1016
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1017
.NOEXPORT: