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

« back to all changes in this revision

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