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

« back to all changes in this revision

Viewing changes to plugin/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.69 2008/02/17 02:04:27 rsavoye 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
 
subdir = plugin
55
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
56
 
        $(srcdir)/Makefile.in
57
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/macros/agg.m4 \
59
 
        $(top_srcdir)/macros/alp.m4 $(top_srcdir)/macros/boost.m4 \
60
 
        $(top_srcdir)/macros/curl.m4 $(top_srcdir)/macros/dbus.m4 \
61
 
        $(top_srcdir)/macros/docbook.m4 $(top_srcdir)/macros/ffmpeg.m4 \
62
 
        $(top_srcdir)/macros/firefox.m4 \
63
 
        $(top_srcdir)/macros/freetype.m4 \
64
 
        $(top_srcdir)/macros/gettext.m4 $(top_srcdir)/macros/glib.m4 \
65
 
        $(top_srcdir)/macros/gnashpkgtool.m4 \
66
 
        $(top_srcdir)/macros/gtk2.m4 $(top_srcdir)/macros/gtkglext.m4 \
67
 
        $(top_srcdir)/macros/hildon.m4 $(top_srcdir)/macros/iconv.m4 \
68
 
        $(top_srcdir)/macros/kde.m4 $(top_srcdir)/macros/lib-link.m4 \
69
 
        $(top_srcdir)/macros/lib-prefix.m4 \
70
 
        $(top_srcdir)/macros/libXML.m4 $(top_srcdir)/macros/libexe.m4 \
71
 
        $(top_srcdir)/macros/libltdl.m4 $(top_srcdir)/macros/ming.m4 \
72
 
        $(top_srcdir)/macros/mtasc.m4 $(top_srcdir)/macros/mysql.m4 \
73
 
        $(top_srcdir)/macros/nls.m4 $(top_srcdir)/macros/opengl.m4 \
74
 
        $(top_srcdir)/macros/pango.m4 $(top_srcdir)/macros/pkg.m4 \
75
 
        $(top_srcdir)/macros/po.m4 $(top_srcdir)/macros/progtest.m4 \
76
 
        $(top_srcdir)/macros/pthreads.m4 $(top_srcdir)/macros/qt.m4 \
77
 
        $(top_srcdir)/macros/qtopia.m4 $(top_srcdir)/macros/sdl.m4 \
78
 
        $(top_srcdir)/macros/x11.m4 $(top_srcdir)/configure.ac
79
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80
 
        $(ACLOCAL_M4)
81
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82
 
CONFIG_HEADER = $(top_builddir)/gnashconfig.h
83
 
CONFIG_CLEAN_FILES =
84
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85
 
am__vpath_adj = case $$p in \
86
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
87
 
    *) f=$$p;; \
88
 
  esac;
89
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
90
 
am__installdirs = "$(DESTDIR)$(plugindir)"
91
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
92
 
LTLIBRARIES = $(plugin_LTLIBRARIES)
93
 
libgnashplugin_la_DEPENDENCIES =
94
 
am__libgnashplugin_la_SOURCES_DIST = plugin.cpp \
95
 
        mozilla-sdk/npn_gate.cpp mozilla-sdk/npp_gate.cpp \
96
 
        mozilla-sdk/np_entry.cpp
97
 
@NSAPI_TRUE@am_libgnashplugin_la_OBJECTS = plugin.lo npn_gate.lo \
98
 
@NSAPI_TRUE@    npp_gate.lo np_entry.lo
99
 
libgnashplugin_la_OBJECTS = $(am_libgnashplugin_la_OBJECTS)
100
 
libgnashplugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
101
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
102
 
        $(CXXFLAGS) $(libgnashplugin_la_LDFLAGS) $(LDFLAGS) -o $@
103
 
@NSAPI_TRUE@am_libgnashplugin_la_rpath = -rpath $(plugindir)
104
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
105
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
106
 
am__depfiles_maybe = depfiles
107
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
108
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
109
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
111
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
112
 
CXXLD = $(CXX)
113
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
115
 
        $(LDFLAGS) -o $@
116
 
SOURCES = $(libgnashplugin_la_SOURCES)
117
 
DIST_SOURCES = $(am__libgnashplugin_la_SOURCES_DIST)
118
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
119
 
        html-recursive info-recursive install-data-recursive \
120
 
        install-dvi-recursive install-exec-recursive \
121
 
        install-html-recursive install-info-recursive \
122
 
        install-pdf-recursive install-ps-recursive install-recursive \
123
 
        installcheck-recursive installdirs-recursive pdf-recursive \
124
 
        ps-recursive uninstall-recursive
125
 
HEADERS = $(noinst_HEADERS)
126
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
127
 
  distclean-recursive maintainer-clean-recursive
128
 
ETAGS = etags
129
 
CTAGS = ctags
130
 
DIST_SUBDIRS = $(SUBDIRS)
131
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132
 
ACLOCAL = @ACLOCAL@
133
 
AGG_CFLAGS = @AGG_CFLAGS@
134
 
AGG_LIBS = @AGG_LIBS@
135
 
ALP_CFLAGS = @ALP_CFLAGS@
136
 
ALP_LIBS = @ALP_LIBS@
137
 
AMTAR = @AMTAR@
138
 
AR = @AR@
139
 
AS = @AS@
140
 
ATK_CFLAGS = @ATK_CFLAGS@
141
 
ATK_LIBS = @ATK_LIBS@
142
 
AUTOCONF = @AUTOCONF@
143
 
AUTOHEADER = @AUTOHEADER@
144
 
AUTOMAKE = @AUTOMAKE@
145
 
AUTOTRACE = @AUTOTRACE@
146
 
AWK = @AWK@
147
 
BARTENDER = @BARTENDER@
148
 
BOOST_CFLAGS = @BOOST_CFLAGS@
149
 
BOOST_EXTRA_LIBS = @BOOST_EXTRA_LIBS@
150
 
BOOST_LIBS = @BOOST_LIBS@
151
 
CAIRO_CFLAGS = @CAIRO_CFLAGS@
152
 
CAIRO_LIBS = @CAIRO_LIBS@
153
 
CC = @CC@
154
 
CCDEPMODE = @CCDEPMODE@
155
 
CFLAGS = @CFLAGS@
156
 
CONFIG_RPATH = @CONFIG_RPATH@
157
 
CPP = @CPP@
158
 
CPPFLAGS = @CPPFLAGS@
159
 
CURL_CFLAGS = @CURL_CFLAGS@
160
 
CURL_LIBS = @CURL_LIBS@
161
 
CXX = @CXX@
162
 
CXXCPP = @CXXCPP@
163
 
CXXDEPMODE = @CXXDEPMODE@
164
 
CXXFLAGS = @CXXFLAGS@
165
 
CYGPATH_W = @CYGPATH_W@
166
 
DB2X_MAN = @DB2X_MAN@
167
 
DB2X_MANXML = @DB2X_MANXML@
168
 
DB2X_PDF = @DB2X_PDF@
169
 
DB2X_TEXI = @DB2X_TEXI@
170
 
DB2X_TEXIXML = @DB2X_TEXIXML@
171
 
DB2X_VERSION = @DB2X_VERSION@
172
 
DB2X_XSLTPROC = @DB2X_XSLTPROC@
173
 
DBUS_CFLAGS = @DBUS_CFLAGS@
174
 
DBUS_LIBS = @DBUS_LIBS@
175
 
DEFS = @DEFS@
176
 
DEJAGNU_CFLAGS = @DEJAGNU_CFLAGS@
177
 
DEPDIR = @DEPDIR@
178
 
DLLTOOL = @DLLTOOL@
179
 
DLOPEN = @DLOPEN@
180
 
DLPREOPEN = @DLPREOPEN@
181
 
DOXYGEN = @DOXYGEN@
182
 
ECHO = @ECHO@
183
 
ECHO_C = @ECHO_C@
184
 
ECHO_N = @ECHO_N@
185
 
ECHO_T = @ECHO_T@
186
 
EGREP = @EGREP@
187
 
EXEEXT = @EXEEXT@
188
 
EXPAT_CFLAGS = @EXPAT_CFLAGS@
189
 
EXPAT_LIBS = @EXPAT_LIBS@
190
 
EXTENSIONS_LIST = @EXTENSIONS_LIST@
191
 
F77 = @F77@
192
 
FC_MATCH = @FC_MATCH@
193
 
FFLAGS = @FFLAGS@
194
 
FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
195
 
FFMPEG_LIBS = @FFMPEG_LIBS@
196
 
FIREFOX_PLUGINS = @FIREFOX_PLUGINS@
197
 
FLTK2_CFLAGS = @FLTK2_CFLAGS@
198
 
FLTK2_LIBS = @FLTK2_LIBS@
199
 
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
200
 
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
201
 
FOP = @FOP@
202
 
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
203
 
FREETYPE2_LIBS = @FREETYPE2_LIBS@
204
 
GLEXT_CFLAGS = @GLEXT_CFLAGS@
205
 
GLEXT_LIBS = @GLEXT_LIBS@
206
 
GLIB_CFLAGS = @GLIB_CFLAGS@
207
 
GLIB_LIBS = @GLIB_LIBS@
208
 
GMSGFMT = @GMSGFMT@
209
 
GREP = @GREP@
210
 
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
211
 
GSTREAMER_LIBS = @GSTREAMER_LIBS@
212
 
GST_INSPECT = @GST_INSPECT@
213
 
GTK2_CFLAGS = @GTK2_CFLAGS@
214
 
GTK2_LIBS = @GTK2_LIBS@
215
 
HILDON_CFLAGS = @HILDON_CFLAGS@
216
 
HILDON_LIBS = @HILDON_LIBS@
217
 
INCLTDL = @INCLTDL@
218
 
INSTALL = @INSTALL@
219
 
INSTALL_DATA = @INSTALL_DATA@
220
 
INSTALL_INFO = @INSTALL_INFO@
221
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
222
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
223
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224
 
INTLLIBS = @INTLLIBS@
225
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
226
 
JAVA = @JAVA@
227
 
JPEG_CFLAGS = @JPEG_CFLAGS@
228
 
JPEG_LIBS = @JPEG_LIBS@
229
 
KDE_APPSDATADIR = @KDE_APPSDATADIR@
230
 
KDE_CFLAGS = @KDE_CFLAGS@
231
 
KDE_CONFIG = @KDE_CONFIG@
232
 
KDE_CONFIGDIR = @KDE_CONFIGDIR@
233
 
KDE_LIBS = @KDE_LIBS@
234
 
KDE_PLUGINDIR = @KDE_PLUGINDIR@
235
 
KDE_SERVICESDIR = @KDE_SERVICESDIR@
236
 
KLASH_PLUGIN = @KLASH_PLUGIN@
237
 
LC_KEY = @LC_KEY@
238
 
LDFLAGS = @LDFLAGS@
239
 
LIBADD_DL = @LIBADD_DL@
240
 
LIBEXT = @LIBEXT@
241
 
LIBICONV = @LIBICONV@
242
 
LIBINTL = @LIBINTL@
243
 
LIBLTDL = @LIBLTDL@
244
 
LIBOBJS = @LIBOBJS@
245
 
LIBPRE = @LIBPRE@
246
 
LIBS = @LIBS@
247
 
LIBTOOL = @LIBTOOL@
248
 
LIBTOOL_DEPS = @LIBTOOL_DEPS@
249
 
LIBXML_CFLAGS = @LIBXML_CFLAGS@
250
 
LIBXML_LIBS = @LIBXML_LIBS@
251
 
LN_S = @LN_S@
252
 
LTLIBICONV = @LTLIBICONV@
253
 
LTLIBINTL = @LTLIBINTL@
254
 
LTLIBOBJS = @LTLIBOBJS@
255
 
MAINT = @MAINT@
256
 
MAKEINFO = @MAKEINFO@
257
 
MAKESWF = @MAKESWF@
258
 
MEDIA_CONFIG = @MEDIA_CONFIG@
259
 
MING_CFLAGS = @MING_CFLAGS@
260
 
MING_CONFIG = @MING_CONFIG@
261
 
MING_LIBS = @MING_LIBS@
262
 
MING_VERSION = @MING_VERSION@
263
 
MING_VERSION_CODE = @MING_VERSION_CODE@
264
 
MKDIR_P = @MKDIR_P@
265
 
MKINSTALLDIRS = @MKINSTALLDIRS@
266
 
MOC = @MOC@
267
 
MSGFMT = @MSGFMT@
268
 
MSGMERGE = @MSGMERGE@
269
 
MTASC = @MTASC@
270
 
MTASC_CLASSPATH = @MTASC_CLASSPATH@
271
 
MYSQL_CFLAGS = @MYSQL_CFLAGS@
272
 
MYSQL_LIBS = @MYSQL_LIBS@
273
 
NETCAT = @NETCAT@
274
 
OBJDUMP = @OBJDUMP@
275
 
OBJEXT = @OBJEXT@
276
 
OPENGL_CFLAGS = @OPENGL_CFLAGS@
277
 
OPENGL_LIBS = @OPENGL_LIBS@
278
 
PACKAGE = @PACKAGE@
279
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280
 
PACKAGE_NAME = @PACKAGE_NAME@
281
 
PACKAGE_STRING = @PACKAGE_STRING@
282
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
283
 
PACKAGE_VERSION = @PACKAGE_VERSION@
284
 
PANGO_CFLAGS = @PANGO_CFLAGS@
285
 
PANGO_LIBS = @PANGO_LIBS@
286
 
PATH_SEPARATOR = @PATH_SEPARATOR@
287
 
PDFXMLTEX = @PDFXMLTEX@
288
 
PKG_CONFIG = @PKG_CONFIG@
289
 
PNG_CFLAGS = @PNG_CFLAGS@
290
 
PNG_LIBS = @PNG_LIBS@
291
 
POSUB = @POSUB@
292
 
PTHREAD_CC = @PTHREAD_CC@
293
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
294
 
PTHREAD_CXX = @PTHREAD_CXX@
295
 
PTHREAD_LIBS = @PTHREAD_LIBS@
296
 
PYTHON = @PYTHON@
297
 
QTOPIA_CFLAGS = @QTOPIA_CFLAGS@
298
 
QTOPIA_LIBS = @QTOPIA_LIBS@
299
 
QT_CFLAGS = @QT_CFLAGS@
300
 
QT_LIBS = @QT_LIBS@
301
 
RANLIB = @RANLIB@
302
 
RENDERER_CONFIG = @RENDERER_CONFIG@
303
 
RENDERER_LIBS = @RENDERER_LIBS@
304
 
SCROLLINSTALL = @SCROLLINSTALL@
305
 
SCROLLKEEPER = @SCROLLKEEPER@
306
 
SCROLLUPDATE = @SCROLLUPDATE@
307
 
SDL_CFLAGS = @SDL_CFLAGS@
308
 
SDL_CONFIG = @SDL_CONFIG@
309
 
SDL_LIBS = @SDL_LIBS@
310
 
SECURITY_LIST = @SECURITY_LIST@
311
 
SET_MAKE = @SET_MAKE@
312
 
SHELL = @SHELL@
313
 
SOLDIR = @SOLDIR@
314
 
STRIP = @STRIP@
315
 
SUPPORTED_GUIS = @SUPPORTED_GUIS@
316
 
SWFC = @SWFC@
317
 
SWFDEC_TESTSUITE = @SWFDEC_TESTSUITE@
318
 
SWFMILL = @SWFMILL@
319
 
USE_NLS = @USE_NLS@
320
 
VERSION = @VERSION@
321
 
X11_CFLAGS = @X11_CFLAGS@
322
 
X11_LIBS = @X11_LIBS@
323
 
XFT_CFLAGS = @XFT_CFLAGS@
324
 
XFT_LIBS = @XFT_LIBS@
325
 
XGETTEXT = @XGETTEXT@
326
 
XML2_CONFIG = @XML2_CONFIG@
327
 
XSLTPROC = @XSLTPROC@
328
 
Z_CFLAGS = @Z_CFLAGS@
329
 
Z_LIBS = @Z_LIBS@
330
 
abs_builddir = @abs_builddir@
331
 
abs_srcdir = @abs_srcdir@
332
 
abs_top_builddir = @abs_top_builddir@
333
 
abs_top_srcdir = @abs_top_srcdir@
334
 
ac_ct_CC = @ac_ct_CC@
335
 
ac_ct_CXX = @ac_ct_CXX@
336
 
ac_ct_F77 = @ac_ct_F77@
337
 
am__include = @am__include@
338
 
am__leading_dot = @am__leading_dot@
339
 
am__quote = @am__quote@
340
 
am__tar = @am__tar@
341
 
am__untar = @am__untar@
342
 
bindir = @bindir@
343
 
build = @build@
344
 
build_alias = @build_alias@
345
 
build_cpu = @build_cpu@
346
 
build_os = @build_os@
347
 
build_vendor = @build_vendor@
348
 
builddir = @builddir@
349
 
curlconfig = @curlconfig@
350
 
datadir = @datadir@
351
 
datarootdir = @datarootdir@
352
 
docbook_styles = @docbook_styles@
353
 
docdir = @docdir@
354
 
dvidir = @dvidir@
355
 
exec_prefix = @exec_prefix@
356
 
host = @host@
357
 
host_alias = @host_alias@
358
 
host_cpu = @host_cpu@
359
 
host_os = @host_os@
360
 
host_vendor = @host_vendor@
361
 
htmldir = @htmldir@
362
 
includedir = @includedir@
363
 
infodir = @infodir@
364
 
install_sh = @install_sh@
365
 
libdir = @libdir@
366
 
libexecdir = @libexecdir@
367
 
localedir = @localedir@
368
 
localstatedir = @localstatedir@
369
 
mandir = @mandir@
370
 
mconfig = @mconfig@
371
 
mkdir_p = @mkdir_p@
372
 
oldincludedir = @oldincludedir@
373
 
pdfdir = @pdfdir@
374
 
prefix = @prefix@
375
 
program_transform_name = @program_transform_name@
376
 
psdir = @psdir@
377
 
pth_config = @pth_config@
378
 
pthread_config = @pthread_config@
379
 
sbindir = @sbindir@
380
 
sharedstatedir = @sharedstatedir@
381
 
srcdir = @srcdir@
382
 
sysconfdir = @sysconfdir@
383
 
target_alias = @target_alias@
384
 
top_builddir = @top_builddir@
385
 
top_srcdir = @top_srcdir@
386
 
AUTOMAKE_OPTIONS = 
387
 
SUBDIRS = klash
388
 
 
389
 
# if DMALLOC
390
 
# MALL_CFLAGS = $(DMALLOC_CFLAGS)
391
 
# MALL_LIBS = $(DMALLOC_LIBS)
392
 
# endif
393
 
plugindir = $(FIREFOX_PLUGINS)
394
 
 
395
 
# XP_UNIX       This needs to get defined for npapi.h on unix platforms.
396
 
# PLUGIN_TRACE  Enable this define to get debug prints whenever the plugin
397
 
#               api gets control.
398
 
AM_CPPFLAGS = -DPLUGIN_TRACE -DXP_UNIX -DMOZ_X11 -DGNASHBINDIR=\"${bindir}\" \
399
 
        -I.. \
400
 
        -I$(srcdir) \
401
 
        -I$(top_srcdir)/server \
402
 
        -I$(top_srcdir)/server/parser \
403
 
        -I$(top_srcdir)/libbase \
404
 
        -I$(top_srcdir)/backend \
405
 
        -I$(srcdir)/mozilla-sdk \
406
 
        -I$(srcdir)/mozilla-sdk/include \
407
 
        $(GLIB_CFLAGS) \
408
 
        $(X11_CFLAGS) \
409
 
        $(GTK2_CFLAGS) \
410
 
        $(CAIRO_CFLAGS) \
411
 
        $(GLIB_CFLAGS) \
412
 
        $(ATK_CFLAGS) \
413
 
        $(PANGO_CFLAGS) \
414
 
        $(NULL)
415
 
 
416
 
 
417
 
# AM_CXXFLAGS = $(AM_CPPFLAGS)
418
 
noinst_HEADERS = plugin.h \
419
 
         mozilla-sdk/pluginbase.h \
420
 
         mozilla-sdk/npplat.h \
421
 
         mozilla-sdk/include/jri.h \
422
 
         mozilla-sdk/include/npapi.h \
423
 
         mozilla-sdk/include/npupp.h \
424
 
         mozilla-sdk/include/prtypes.h \
425
 
         mozilla-sdk/include/jni.h \
426
 
         mozilla-sdk/include/jri_md.h \
427
 
         mozilla-sdk/include/npruntime.h \
428
 
         mozilla-sdk/include/jni_md.h \
429
 
         mozilla-sdk/include/jritypes.h \
430
 
         mozilla-sdk/include/nptypes.h \
431
 
         mozilla-sdk/include/prcpucfg.h \
432
 
         mozilla-sdk/include/prlock.h \
433
 
         mozilla-sdk/include/prcvar.h \
434
 
         mozilla-sdk/include/prthread.h \
435
 
         mozilla-sdk/include/prinit.h \
436
 
         mozilla-sdk/include/prerr.h \
437
 
         mozilla-sdk/include/prerror.h \
438
 
         mozilla-sdk/include/prinrval.h \
439
 
         mozilla-sdk/include/prwin16.h \
440
 
         mozilla-sdk/include/obsolete/protypes.h 
441
 
 
442
 
@NSAPI_TRUE@plugin_LTLIBRARIES = libgnashplugin.la
443
 
@NSAPI_TRUE@libgnashplugin_la_SOURCES = plugin.cpp \
444
 
@NSAPI_TRUE@    mozilla-sdk/npn_gate.cpp \
445
 
@NSAPI_TRUE@        mozilla-sdk/npp_gate.cpp \
446
 
@NSAPI_TRUE@        mozilla-sdk/np_entry.cpp
447
 
 
448
 
@NSAPI_TRUE@libgnashplugin_la_LIBADD = \
449
 
@NSAPI_TRUE@    $(NULL)
450
 
 
451
 
@NSAPI_TRUE@@PLUGIN_LINK_UNDEFINED_FALSE@libgnashplugin_la_LDFLAGS = -module -avoid-version -L$(plugindir)
452
 
@NSAPI_TRUE@@PLUGIN_LINK_UNDEFINED_TRUE@libgnashplugin_la_LDFLAGS = -avoid-version -L$(plugindir)
453
 
all: all-recursive
454
 
 
455
 
.SUFFIXES:
456
 
.SUFFIXES: .cpp .lo .o .obj
457
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
458
 
        @for dep in $?; do \
459
 
          case '$(am__configure_deps)' in \
460
 
            *$$dep*) \
461
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
462
 
                && exit 0; \
463
 
              exit 1;; \
464
 
          esac; \
465
 
        done; \
466
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugin/Makefile'; \
467
 
        cd $(top_srcdir) && \
468
 
          $(AUTOMAKE) --gnu  plugin/Makefile
469
 
.PRECIOUS: Makefile
470
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
471
 
        @case '$?' in \
472
 
          *config.status*) \
473
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
474
 
          *) \
475
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
476
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
477
 
        esac;
478
 
 
479
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
480
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
481
 
 
482
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
483
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
485
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
486
 
 
487
 
clean-pluginLTLIBRARIES:
488
 
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
489
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
490
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
491
 
          test "$$dir" != "$$p" || dir=.; \
492
 
          echo "rm -f \"$${dir}/so_locations\""; \
493
 
          rm -f "$${dir}/so_locations"; \
494
 
        done
495
 
libgnashplugin.la: $(libgnashplugin_la_OBJECTS) $(libgnashplugin_la_DEPENDENCIES) 
496
 
        $(libgnashplugin_la_LINK) $(am_libgnashplugin_la_rpath) $(libgnashplugin_la_OBJECTS) $(libgnashplugin_la_LIBADD) $(LIBS)
497
 
 
498
 
mostlyclean-compile:
499
 
        -rm -f *.$(OBJEXT)
500
 
 
501
 
distclean-compile:
502
 
        -rm -f *.tab.c
503
 
 
504
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/np_entry.Plo@am__quote@
505
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npn_gate.Plo@am__quote@
506
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npp_gate.Plo@am__quote@
507
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
508
 
 
509
 
.cpp.o:
510
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
511
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
512
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
515
 
 
516
 
.cpp.obj:
517
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
518
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
519
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
520
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
522
 
 
523
 
.cpp.lo:
524
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
525
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
526
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
527
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
529
 
 
530
 
npn_gate.lo: mozilla-sdk/npn_gate.cpp
531
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT npn_gate.lo -MD -MP -MF $(DEPDIR)/npn_gate.Tpo -c -o npn_gate.lo `test -f 'mozilla-sdk/npn_gate.cpp' || echo '$(srcdir)/'`mozilla-sdk/npn_gate.cpp
532
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/npn_gate.Tpo $(DEPDIR)/npn_gate.Plo
533
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla-sdk/npn_gate.cpp' object='npn_gate.lo' libtool=yes @AMDEPBACKSLASH@
534
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o npn_gate.lo `test -f 'mozilla-sdk/npn_gate.cpp' || echo '$(srcdir)/'`mozilla-sdk/npn_gate.cpp
536
 
 
537
 
npp_gate.lo: mozilla-sdk/npp_gate.cpp
538
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT npp_gate.lo -MD -MP -MF $(DEPDIR)/npp_gate.Tpo -c -o npp_gate.lo `test -f 'mozilla-sdk/npp_gate.cpp' || echo '$(srcdir)/'`mozilla-sdk/npp_gate.cpp
539
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/npp_gate.Tpo $(DEPDIR)/npp_gate.Plo
540
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla-sdk/npp_gate.cpp' object='npp_gate.lo' libtool=yes @AMDEPBACKSLASH@
541
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o npp_gate.lo `test -f 'mozilla-sdk/npp_gate.cpp' || echo '$(srcdir)/'`mozilla-sdk/npp_gate.cpp
543
 
 
544
 
np_entry.lo: mozilla-sdk/np_entry.cpp
545
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT np_entry.lo -MD -MP -MF $(DEPDIR)/np_entry.Tpo -c -o np_entry.lo `test -f 'mozilla-sdk/np_entry.cpp' || echo '$(srcdir)/'`mozilla-sdk/np_entry.cpp
546
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/np_entry.Tpo $(DEPDIR)/np_entry.Plo
547
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla-sdk/np_entry.cpp' object='np_entry.lo' libtool=yes @AMDEPBACKSLASH@
548
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o np_entry.lo `test -f 'mozilla-sdk/np_entry.cpp' || echo '$(srcdir)/'`mozilla-sdk/np_entry.cpp
550
 
 
551
 
mostlyclean-libtool:
552
 
        -rm -f *.lo
553
 
 
554
 
clean-libtool:
555
 
        -rm -rf .libs _libs
556
 
 
557
 
# This directory's subdirectories are mostly independent; you can cd
558
 
# into them and run `make' without going through this Makefile.
559
 
# To change the values of `make' variables: instead of editing Makefiles,
560
 
# (1) if the variable is set in `config.status', edit `config.status'
561
 
#     (which will cause the Makefiles to be regenerated when you run `make');
562
 
# (2) otherwise, pass the desired values on the `make' command line.
563
 
$(RECURSIVE_TARGETS):
564
 
        @failcom='exit 1'; \
565
 
        for f in x $$MAKEFLAGS; do \
566
 
          case $$f in \
567
 
            *=* | --[!k]*);; \
568
 
            *k*) failcom='fail=yes';; \
569
 
          esac; \
570
 
        done; \
571
 
        dot_seen=no; \
572
 
        target=`echo $@ | sed s/-recursive//`; \
573
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
574
 
          echo "Making $$target in $$subdir"; \
575
 
          if test "$$subdir" = "."; then \
576
 
            dot_seen=yes; \
577
 
            local_target="$$target-am"; \
578
 
          else \
579
 
            local_target="$$target"; \
580
 
          fi; \
581
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
582
 
          || eval $$failcom; \
583
 
        done; \
584
 
        if test "$$dot_seen" = "no"; then \
585
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
586
 
        fi; test -z "$$fail"
587
 
 
588
 
$(RECURSIVE_CLEAN_TARGETS):
589
 
        @failcom='exit 1'; \
590
 
        for f in x $$MAKEFLAGS; do \
591
 
          case $$f in \
592
 
            *=* | --[!k]*);; \
593
 
            *k*) failcom='fail=yes';; \
594
 
          esac; \
595
 
        done; \
596
 
        dot_seen=no; \
597
 
        case "$@" in \
598
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
599
 
          *) list='$(SUBDIRS)' ;; \
600
 
        esac; \
601
 
        rev=''; for subdir in $$list; do \
602
 
          if test "$$subdir" = "."; then :; else \
603
 
            rev="$$subdir $$rev"; \
604
 
          fi; \
605
 
        done; \
606
 
        rev="$$rev ."; \
607
 
        target=`echo $@ | sed s/-recursive//`; \
608
 
        for subdir in $$rev; do \
609
 
          echo "Making $$target in $$subdir"; \
610
 
          if test "$$subdir" = "."; then \
611
 
            local_target="$$target-am"; \
612
 
          else \
613
 
            local_target="$$target"; \
614
 
          fi; \
615
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
616
 
          || eval $$failcom; \
617
 
        done && test -z "$$fail"
618
 
tags-recursive:
619
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
620
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
621
 
        done
622
 
ctags-recursive:
623
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
624
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
625
 
        done
626
 
 
627
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
628
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
629
 
        unique=`for i in $$list; do \
630
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
631
 
          done | \
632
 
          $(AWK) '    { files[$$0] = 1; } \
633
 
               END { for (i in files) print i; }'`; \
634
 
        mkid -fID $$unique
635
 
tags: TAGS
636
 
 
637
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
638
 
                $(TAGS_FILES) $(LISP)
639
 
        tags=; \
640
 
        here=`pwd`; \
641
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
642
 
          include_option=--etags-include; \
643
 
          empty_fix=.; \
644
 
        else \
645
 
          include_option=--include; \
646
 
          empty_fix=; \
647
 
        fi; \
648
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
649
 
          if test "$$subdir" = .; then :; else \
650
 
            test ! -f $$subdir/TAGS || \
651
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
652
 
          fi; \
653
 
        done; \
654
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
655
 
        unique=`for i in $$list; do \
656
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
657
 
          done | \
658
 
          $(AWK) '    { files[$$0] = 1; } \
659
 
               END { for (i in files) print i; }'`; \
660
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
661
 
          test -n "$$unique" || unique=$$empty_fix; \
662
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
663
 
            $$tags $$unique; \
664
 
        fi
665
 
ctags: CTAGS
666
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
667
 
                $(TAGS_FILES) $(LISP)
668
 
        tags=; \
669
 
        here=`pwd`; \
670
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
671
 
        unique=`for i in $$list; do \
672
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
673
 
          done | \
674
 
          $(AWK) '    { files[$$0] = 1; } \
675
 
               END { for (i in files) print i; }'`; \
676
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
677
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
678
 
             $$tags $$unique
679
 
 
680
 
GTAGS:
681
 
        here=`$(am__cd) $(top_builddir) && pwd` \
682
 
          && cd $(top_srcdir) \
683
 
          && gtags -i $(GTAGS_ARGS) $$here
684
 
 
685
 
distclean-tags:
686
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
687
 
 
688
 
distdir: $(DISTFILES)
689
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
690
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
691
 
        list='$(DISTFILES)'; \
692
 
          dist_files=`for file in $$list; do echo $$file; done | \
693
 
          sed -e "s|^$$srcdirstrip/||;t" \
694
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
695
 
        case $$dist_files in \
696
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
697
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
698
 
                           sort -u` ;; \
699
 
        esac; \
700
 
        for file in $$dist_files; do \
701
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
702
 
          if test -d $$d/$$file; then \
703
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
704
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
705
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
706
 
            fi; \
707
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
708
 
          else \
709
 
            test -f $(distdir)/$$file \
710
 
            || cp -p $$d/$$file $(distdir)/$$file \
711
 
            || exit 1; \
712
 
          fi; \
713
 
        done
714
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
715
 
          if test "$$subdir" = .; then :; else \
716
 
            test -d "$(distdir)/$$subdir" \
717
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
718
 
            || exit 1; \
719
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
720
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
721
 
            (cd $$subdir && \
722
 
              $(MAKE) $(AM_MAKEFLAGS) \
723
 
                top_distdir="$$top_distdir" \
724
 
                distdir="$$distdir/$$subdir" \
725
 
                am__remove_distdir=: \
726
 
                am__skip_length_check=: \
727
 
                distdir) \
728
 
              || exit 1; \
729
 
          fi; \
730
 
        done
731
 
check-am: all-am
732
 
check: check-recursive
733
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
734
 
installdirs: installdirs-recursive
735
 
installdirs-am:
736
 
        for dir in "$(DESTDIR)$(plugindir)"; do \
737
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
738
 
        done
739
 
install: install-recursive
740
 
install-exec: install-exec-recursive
741
 
install-data: install-data-recursive
742
 
uninstall: uninstall-recursive
743
 
 
744
 
install-am: all-am
745
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
746
 
 
747
 
installcheck: installcheck-recursive
748
 
install-strip:
749
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
750
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
751
 
          `test -z '$(STRIP)' || \
752
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
753
 
mostlyclean-generic:
754
 
 
755
 
clean-generic:
756
 
 
757
 
distclean-generic:
758
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
759
 
 
760
 
maintainer-clean-generic:
761
 
        @echo "This command is intended for maintainers to use"
762
 
        @echo "it deletes files that may require special tools to rebuild."
763
 
clean: clean-recursive
764
 
 
765
 
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
766
 
        mostlyclean-am
767
 
 
768
 
distclean: distclean-recursive
769
 
        -rm -rf ./$(DEPDIR)
770
 
        -rm -f Makefile
771
 
distclean-am: clean-am distclean-compile distclean-generic \
772
 
        distclean-tags
773
 
 
774
 
dvi: dvi-recursive
775
 
 
776
 
dvi-am:
777
 
 
778
 
html: html-recursive
779
 
 
780
 
info: info-recursive
781
 
 
782
 
info-am:
783
 
 
784
 
install-data-am: install-pluginLTLIBRARIES
785
 
 
786
 
install-dvi: install-dvi-recursive
787
 
 
788
 
install-exec-am:
789
 
 
790
 
install-html: install-html-recursive
791
 
 
792
 
install-info: install-info-recursive
793
 
 
794
 
install-man:
795
 
 
796
 
install-pdf: install-pdf-recursive
797
 
 
798
 
install-ps: install-ps-recursive
799
 
 
800
 
installcheck-am:
801
 
 
802
 
maintainer-clean: maintainer-clean-recursive
803
 
        -rm -rf ./$(DEPDIR)
804
 
        -rm -f Makefile
805
 
maintainer-clean-am: distclean-am maintainer-clean-generic
806
 
 
807
 
mostlyclean: mostlyclean-recursive
808
 
 
809
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
810
 
        mostlyclean-libtool
811
 
 
812
 
pdf: pdf-recursive
813
 
 
814
 
pdf-am:
815
 
 
816
 
ps: ps-recursive
817
 
 
818
 
ps-am:
819
 
 
820
 
uninstall-am: uninstall-pluginLTLIBRARIES
821
 
 
822
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
823
 
        install-strip
824
 
 
825
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
826
 
        all all-am check check-am clean clean-generic clean-libtool \
827
 
        clean-pluginLTLIBRARIES ctags ctags-recursive distclean \
828
 
        distclean-compile distclean-generic distclean-libtool \
829
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
830
 
        install install-am install-data install-data-am install-dvi \
831
 
        install-dvi-am install-exec install-exec-am install-html \
832
 
        install-html-am install-info install-info-am install-man \
833
 
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
834
 
        install-ps install-ps-am install-strip installcheck \
835
 
        installcheck-am installdirs installdirs-am maintainer-clean \
836
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
837
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
838
 
        tags tags-recursive uninstall uninstall-am \
839
 
        uninstall-pluginLTLIBRARIES
840
 
 
841
 
 
842
 
test_perms:
843
 
        @if test ! -w $(DESTDIR)$(plugindir); then \
844
 
          echo "WARNING: Improper permissions for $(DESTDIR)$(plugindir)!"; \
845
 
          echo "You probably need to be root"; \
846
 
          echo "Or configure with --with-plugindir= set to a writable directory"; \
847
 
        exit 1; \
848
 
        fi
849
 
 
850
 
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
851
 
        @echo "Nothing to install here now."
852
 
        @echo "Use \"make install-plugin\" to install the Firefox plugin to $(DESTDIR)$(plugindir)."
853
 
 
854
 
install-plugin: $(plugin_LTLIBRARIES)
855
 
        @test -d "$(DESTDIR)$(plugindir)" || $(mkinstalldirs) "$(DESTDIR)$(plugindir)"
856
 
        @echo "Installing plugin to $(DESTDIR)$(plugindir)"
857
 
        @if test -d .libs; then \
858
 
          cp -f .libs/libgnashplugin.so $(DESTDIR)$(plugindir)/libgnashplugin.so; \
859
 
        else \
860
 
          cp -f libgnashplugin.so $(DESTDIR)$(plugindir)/libgnashplugin.so; \
861
 
        fi
862
 
 
863
 
install-plugins: install-plugin
864
 
        $(MAKE) -C klash install-plugins
865
 
 
866
 
uninstall-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
867
 
        $(RM) -f $(DESTDIR)$(plugindir)/libgnashplugin.so
868
 
 
869
 
.PHONY : install-plugins install-plugin test_perms
870
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
871
 
# Otherwise a system limit (for SysV at least) may be exceeded.
872
 
.NOEXPORT: