~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to plugin/firefox/ff3/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
target_triplet = @target@
 
36
subdir = plugin/firefox/ff3
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
40
        $(top_srcdir)/configure.ac
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_HEADER = $(top_builddir)/config.h
 
45
CONFIG_CLEAN_FILES =
 
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
47
am__vpath_adj = case $$p in \
 
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
49
    *) f=$$p;; \
 
50
  esac;
 
51
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__installdirs = "$(DESTDIR)$(pluginlibdir)"
 
53
pluginlibLTLIBRARIES_INSTALL = $(INSTALL)
 
54
LTLIBRARIES = $(pluginlib_LTLIBRARIES)
 
55
am__DEPENDENCIES_1 =
 
56
libmoonplugin_ff3bridge_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
57
        ../../libmoonplugin.la ../../../src/libmoon.la
 
58
am_libmoonplugin_ff3bridge_la_OBJECTS = ff3-bridge.lo ff3-dom.lo \
 
59
        ff3-http.lo
 
60
libmoonplugin_ff3bridge_la_OBJECTS =  \
 
61
        $(am_libmoonplugin_ff3bridge_la_OBJECTS)
 
62
libmoonplugin_ff3bridge_la_LINK = $(LIBTOOL) --tag=CXX \
 
63
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
64
        $(AM_CXXFLAGS) $(CXXFLAGS) \
 
65
        $(libmoonplugin_ff3bridge_la_LDFLAGS) $(LDFLAGS) -o $@
 
66
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
68
am__depfiles_maybe = depfiles
 
69
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
71
CXXLD = $(CXX)
 
72
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
74
        $(LDFLAGS) -o $@
 
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
77
CCLD = $(CC)
 
78
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
80
        $(LDFLAGS) -o $@
 
81
SOURCES = $(libmoonplugin_ff3bridge_la_SOURCES)
 
82
DIST_SOURCES = $(libmoonplugin_ff3bridge_la_SOURCES)
 
83
ETAGS = etags
 
84
CTAGS = ctags
 
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
ACLOCAL = @ACLOCAL@
 
87
AGVIEWER_CFLAGS = @AGVIEWER_CFLAGS@
 
88
AGVIEWER_LIBS = @AGVIEWER_LIBS@
 
89
ALSA_CFLAGS = @ALSA_CFLAGS@
 
90
ALSA_LIBS = @ALSA_LIBS@
 
91
AMTAR = @AMTAR@
 
92
AR = @AR@
 
93
AUTOCONF = @AUTOCONF@
 
94
AUTOHEADER = @AUTOHEADER@
 
95
AUTOMAKE = @AUTOMAKE@
 
96
AWK = @AWK@
 
97
CAIRO_CFLAGS = @CAIRO_CFLAGS@
 
98
CAIRO_LIBS = @CAIRO_LIBS@
 
99
CC = @CC@
 
100
CCDEPMODE = @CCDEPMODE@
 
101
CFLAGS = @CFLAGS@
 
102
CPP = @CPP@
 
103
CPPFLAGS = @CPPFLAGS@
 
104
CXX = @CXX@
 
105
CXXCPP = @CXXCPP@
 
106
CXXDEPMODE = @CXXDEPMODE@
 
107
CXXFLAGS = @CXXFLAGS@
 
108
CYGPATH_W = @CYGPATH_W@
 
109
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
110
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
 
111
DEFS = @DEFS@
 
112
DEPDIR = @DEPDIR@
 
113
DOLT_BASH = @DOLT_BASH@
 
114
ECHO = @ECHO@
 
115
ECHO_C = @ECHO_C@
 
116
ECHO_N = @ECHO_N@
 
117
ECHO_T = @ECHO_T@
 
118
EGREP = @EGREP@
 
119
EXEEXT = @EXEEXT@
 
120
F77 = @F77@
 
121
FF2_CFLAGS = @FF2_CFLAGS@
 
122
FF2_LIBS = @FF2_LIBS@
 
123
FF3_CFLAGS = @FF3_CFLAGS@
 
124
FF3_LIBS = @FF3_LIBS@
 
125
FFLAGS = @FFLAGS@
 
126
FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
 
127
FFMPEG_LIBS = @FFMPEG_LIBS@
 
128
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
129
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
 
130
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
 
131
FREETYPE2_LIBS = @FREETYPE2_LIBS@
 
132
GLIB_CFLAGS = @GLIB_CFLAGS@
 
133
GLIB_LIBS = @GLIB_LIBS@
 
134
GREP = @GREP@
 
135
GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
 
136
GTKSHARP_LIBS = @GTKSHARP_LIBS@
 
137
GTK_CFLAGS = @GTK_CFLAGS@
 
138
GTK_LIBS = @GTK_LIBS@
 
139
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
 
140
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
 
141
INSTALL = @INSTALL@
 
142
INSTALL_ARCH = @INSTALL_ARCH@
 
143
INSTALL_DATA = @INSTALL_DATA@
 
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
147
LDFLAGS = @LDFLAGS@
 
148
LIBOBJS = @LIBOBJS@
 
149
LIBS = @LIBS@
 
150
LIBTOOL = @LIBTOOL@
 
151
LN_S = @LN_S@
 
152
LOADER_LIBS = @LOADER_LIBS@
 
153
LTCOMPILE = @LTCOMPILE@
 
154
LTCXXCOMPILE = @LTCXXCOMPILE@
 
155
LTLIBOBJS = @LTLIBOBJS@
 
156
MAINT = @MAINT@
 
157
MAKEINFO = @MAKEINFO@
 
158
MAX_FIREFOX_VERSION = @MAX_FIREFOX_VERSION@
 
159
MIN_FIREFOX_VERSION = @MIN_FIREFOX_VERSION@
 
160
MKDIR_P = @MKDIR_P@
 
161
MONO_CFLAGS = @MONO_CFLAGS@
 
162
MONO_LIBS = @MONO_LIBS@
 
163
MOON_CFLAGS = @MOON_CFLAGS@
 
164
MOON_EXTRA_CFLAGS = @MOON_EXTRA_CFLAGS@
 
165
MOON_EXTRA_LIBS = @MOON_EXTRA_LIBS@
 
166
MOON_LIBS = @MOON_LIBS@
 
167
MOON_PROG_CFLAGS = @MOON_PROG_CFLAGS@
 
168
MOON_PROG_LIBS = @MOON_PROG_LIBS@
 
169
MS_DRTLIST = @MS_DRTLIST@
 
170
NDESK_DBUS_CFLAGS = @NDESK_DBUS_CFLAGS@
 
171
NDESK_DBUS_LIBS = @NDESK_DBUS_LIBS@
 
172
OBJEXT = @OBJEXT@
 
173
PACKAGE = @PACKAGE@
 
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
175
PACKAGE_NAME = @PACKAGE_NAME@
 
176
PACKAGE_STRING = @PACKAGE_STRING@
 
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
178
PACKAGE_VERSION = @PACKAGE_VERSION@
 
179
PATH_SEPARATOR = @PATH_SEPARATOR@
 
180
PERF_TOOL_CFLAGS = @PERF_TOOL_CFLAGS@
 
181
PERF_TOOL_LIBS = @PERF_TOOL_LIBS@
 
182
PKG_CONFIG = @PKG_CONFIG@
 
183
PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
 
184
PLUGIN_LIBS = @PLUGIN_LIBS@
 
185
PTHREAD_LIBS = @PTHREAD_LIBS@
 
186
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
 
187
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
 
188
RANLIB = @RANLIB@
 
189
RSVGSHARP_CFLAGS = @RSVGSHARP_CFLAGS@
 
190
RSVGSHARP_LIBS = @RSVGSHARP_LIBS@
 
191
RSVG_SHARP = @RSVG_SHARP@
 
192
SED = @SED@
 
193
SET_MAKE = @SET_MAKE@
 
194
SHELL = @SHELL@
 
195
SHOCKER_CFLAGS = @SHOCKER_CFLAGS@
 
196
SHOCKER_LIBS = @SHOCKER_LIBS@
 
197
SL_PROFILE = @SL_PROFILE@
 
198
SMCS_ASM = @SMCS_ASM@
 
199
SMCS_CFLAGS = @SMCS_CFLAGS@
 
200
SMCS_LIBS = @SMCS_LIBS@
 
201
STRIP = @STRIP@
 
202
TARGET_PLATFORM = @TARGET_PLATFORM@
 
203
VERSION = @VERSION@
 
204
XRANDR_CFLAGS = @XRANDR_CFLAGS@
 
205
XRANDR_LIBS = @XRANDR_LIBS@
 
206
XTST_CFLAGS = @XTST_CFLAGS@
 
207
XTST_LIBS = @XTST_LIBS@
 
208
XULRUNNER_CFLAGS = @XULRUNNER_CFLAGS@
 
209
XULRUNNER_LIBS = @XULRUNNER_LIBS@
 
210
abs_builddir = @abs_builddir@
 
211
abs_srcdir = @abs_srcdir@
 
212
abs_top_builddir = @abs_top_builddir@
 
213
abs_top_srcdir = @abs_top_srcdir@
 
214
ac_ct_CC = @ac_ct_CC@
 
215
ac_ct_CXX = @ac_ct_CXX@
 
216
ac_ct_F77 = @ac_ct_F77@
 
217
am__include = @am__include@
 
218
am__leading_dot = @am__leading_dot@
 
219
am__quote = @am__quote@
 
220
am__tar = @am__tar@
 
221
am__untar = @am__untar@
 
222
avcodec_libdir = @avcodec_libdir@
 
223
avutil_libdir = @avutil_libdir@
 
224
bindir = @bindir@
 
225
build = @build@
 
226
build_alias = @build_alias@
 
227
build_cpu = @build_cpu@
 
228
build_os = @build_os@
 
229
build_vendor = @build_vendor@
 
230
builddir = @builddir@
 
231
datadir = @datadir@
 
232
datarootdir = @datarootdir@
 
233
docdir = @docdir@
 
234
dvidir = @dvidir@
 
235
exec_prefix = @exec_prefix@
 
236
host = @host@
 
237
host_alias = @host_alias@
 
238
host_cpu = @host_cpu@
 
239
host_os = @host_os@
 
240
host_vendor = @host_vendor@
 
241
htmldir = @htmldir@
 
242
includedir = @includedir@
 
243
infodir = @infodir@
 
244
install_sh = @install_sh@
 
245
libdir = @libdir@
 
246
libexecdir = @libexecdir@
 
247
localedir = @localedir@
 
248
localstatedir = @localstatedir@
 
249
mandir = @mandir@
 
250
mkdir_p = @mkdir_p@
 
251
oldincludedir = @oldincludedir@
 
252
pdfdir = @pdfdir@
 
253
prefix = @prefix@
 
254
program_transform_name = @program_transform_name@
 
255
psdir = @psdir@
 
256
sbindir = @sbindir@
 
257
sharedstatedir = @sharedstatedir@
 
258
srcdir = @srcdir@
 
259
subdirs = @subdirs@
 
260
sysconfdir = @sysconfdir@
 
261
target = @target@
 
262
target_alias = @target_alias@
 
263
target_cpu = @target_cpu@
 
264
target_os = @target_os@
 
265
target_vendor = @target_vendor@
 
266
top_builddir = @top_builddir@
 
267
top_srcdir = @top_srcdir@
 
268
INCLUDES = \
 
269
        -I$(top_srcdir)/src \
 
270
        -I$(top_srcdir)/src/asf \
 
271
        -I$(top_srcdir)/plugin \
 
272
        -I$(top_srcdir)/plugin/moz-sdk \
 
273
        -I/usr/include/X11 \
 
274
        $(FF3_CFLAGS) \
 
275
        $(MOON_CFLAGS) \
 
276
        -DWITH_LIBXUL_UNSTABLE \
 
277
        -Wall
 
278
 
 
279
pluginlibdir = $(pkglibdir)/plugin
 
280
pluginlib_LTLIBRARIES = libmoonplugin-ff3bridge.la
 
281
libmoonplugin_ff3bridge_la_SOURCES = ff3-bridge.cpp \
 
282
                                        ff3-bridge.h \
 
283
                                        ff3-dom.cpp \
 
284
                                        ff3-http.cpp
 
285
 
 
286
libmoonplugin_ff3bridge_la_LDFLAGS = -module -avoid-version
 
287
libmoonplugin_ff3bridge_la_LIBADD = $(FF3_LIBS) ../../libmoonplugin.la ../../../src/libmoon.la
 
288
all: all-am
 
289
 
 
290
.SUFFIXES:
 
291
.SUFFIXES: .cpp .lo .o .obj
 
292
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
293
        @for dep in $?; do \
 
294
          case '$(am__configure_deps)' in \
 
295
            *$$dep*) \
 
296
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
297
                && exit 0; \
 
298
              exit 1;; \
 
299
          esac; \
 
300
        done; \
 
301
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugin/firefox/ff3/Makefile'; \
 
302
        cd $(top_srcdir) && \
 
303
          $(AUTOMAKE) --gnu  plugin/firefox/ff3/Makefile
 
304
.PRECIOUS: Makefile
 
305
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
306
        @case '$?' in \
 
307
          *config.status*) \
 
308
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
309
          *) \
 
310
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
311
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
312
        esac;
 
313
 
 
314
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
316
 
 
317
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
318
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
319
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
320
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
321
install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES)
 
322
        @$(NORMAL_INSTALL)
 
323
        test -z "$(pluginlibdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)"
 
324
        @list='$(pluginlib_LTLIBRARIES)'; for p in $$list; do \
 
325
          if test -f $$p; then \
 
326
            f=$(am__strip_dir) \
 
327
            echo " $(LIBTOOL) --mode=install $(pluginlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pluginlibdir)/$$f'"; \
 
328
            $(LIBTOOL) --mode=install $(pluginlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pluginlibdir)/$$f"; \
 
329
          else :; fi; \
 
330
        done
 
331
 
 
332
uninstall-pluginlibLTLIBRARIES:
 
333
        @$(NORMAL_UNINSTALL)
 
334
        @list='$(pluginlib_LTLIBRARIES)'; for p in $$list; do \
 
335
          p=$(am__strip_dir) \
 
336
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$p'"; \
 
337
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$p"; \
 
338
        done
 
339
 
 
340
clean-pluginlibLTLIBRARIES:
 
341
        -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES)
 
342
        @list='$(pluginlib_LTLIBRARIES)'; for p in $$list; do \
 
343
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
344
          test "$$dir" != "$$p" || dir=.; \
 
345
          echo "rm -f \"$${dir}/so_locations\""; \
 
346
          rm -f "$${dir}/so_locations"; \
 
347
        done
 
348
libmoonplugin-ff3bridge.la: $(libmoonplugin_ff3bridge_la_OBJECTS) $(libmoonplugin_ff3bridge_la_DEPENDENCIES) 
 
349
        $(libmoonplugin_ff3bridge_la_LINK) -rpath $(pluginlibdir) $(libmoonplugin_ff3bridge_la_OBJECTS) $(libmoonplugin_ff3bridge_la_LIBADD) $(LIBS)
 
350
 
 
351
mostlyclean-compile:
 
352
        -rm -f *.$(OBJEXT)
 
353
 
 
354
distclean-compile:
 
355
        -rm -f *.tab.c
 
356
 
 
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ff3-bridge.Plo@am__quote@
 
358
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ff3-dom.Plo@am__quote@
 
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ff3-http.Plo@am__quote@
 
360
 
 
361
.cpp.o:
 
362
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
363
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
364
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
365
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
366
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
367
 
 
368
.cpp.obj:
 
369
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
370
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
371
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
372
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
373
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
374
 
 
375
.cpp.lo:
 
376
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
377
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
378
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
379
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
380
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
381
 
 
382
mostlyclean-libtool:
 
383
        -rm -f *.lo
 
384
 
 
385
clean-libtool:
 
386
        -rm -rf .libs _libs
 
387
 
 
388
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
389
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
390
        unique=`for i in $$list; do \
 
391
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
392
          done | \
 
393
          $(AWK) '    { files[$$0] = 1; } \
 
394
               END { for (i in files) print i; }'`; \
 
395
        mkid -fID $$unique
 
396
tags: TAGS
 
397
 
 
398
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
399
                $(TAGS_FILES) $(LISP)
 
400
        tags=; \
 
401
        here=`pwd`; \
 
402
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
403
        unique=`for i in $$list; do \
 
404
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
405
          done | \
 
406
          $(AWK) '    { files[$$0] = 1; } \
 
407
               END { for (i in files) print i; }'`; \
 
408
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
409
          test -n "$$unique" || unique=$$empty_fix; \
 
410
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
411
            $$tags $$unique; \
 
412
        fi
 
413
ctags: CTAGS
 
414
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
415
                $(TAGS_FILES) $(LISP)
 
416
        tags=; \
 
417
        here=`pwd`; \
 
418
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
419
        unique=`for i in $$list; do \
 
420
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
421
          done | \
 
422
          $(AWK) '    { files[$$0] = 1; } \
 
423
               END { for (i in files) print i; }'`; \
 
424
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
425
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
426
             $$tags $$unique
 
427
 
 
428
GTAGS:
 
429
        here=`$(am__cd) $(top_builddir) && pwd` \
 
430
          && cd $(top_srcdir) \
 
431
          && gtags -i $(GTAGS_ARGS) $$here
 
432
 
 
433
distclean-tags:
 
434
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
435
 
 
436
distdir: $(DISTFILES)
 
437
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
438
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
439
        list='$(DISTFILES)'; \
 
440
          dist_files=`for file in $$list; do echo $$file; done | \
 
441
          sed -e "s|^$$srcdirstrip/||;t" \
 
442
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
443
        case $$dist_files in \
 
444
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
445
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
446
                           sort -u` ;; \
 
447
        esac; \
 
448
        for file in $$dist_files; do \
 
449
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
450
          if test -d $$d/$$file; then \
 
451
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
452
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
453
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
454
            fi; \
 
455
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
456
          else \
 
457
            test -f $(distdir)/$$file \
 
458
            || cp -p $$d/$$file $(distdir)/$$file \
 
459
            || exit 1; \
 
460
          fi; \
 
461
        done
 
462
check-am: all-am
 
463
check: check-am
 
464
all-am: Makefile $(LTLIBRARIES)
 
465
installdirs:
 
466
        for dir in "$(DESTDIR)$(pluginlibdir)"; do \
 
467
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
468
        done
 
469
install: install-am
 
470
install-exec: install-exec-am
 
471
install-data: install-data-am
 
472
uninstall: uninstall-am
 
473
 
 
474
install-am: all-am
 
475
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
476
 
 
477
installcheck: installcheck-am
 
478
install-strip:
 
479
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
480
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
481
          `test -z '$(STRIP)' || \
 
482
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
483
mostlyclean-generic:
 
484
 
 
485
clean-generic:
 
486
 
 
487
distclean-generic:
 
488
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
489
 
 
490
maintainer-clean-generic:
 
491
        @echo "This command is intended for maintainers to use"
 
492
        @echo "it deletes files that may require special tools to rebuild."
 
493
clean: clean-am
 
494
 
 
495
clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \
 
496
        mostlyclean-am
 
497
 
 
498
distclean: distclean-am
 
499
        -rm -rf ./$(DEPDIR)
 
500
        -rm -f Makefile
 
501
distclean-am: clean-am distclean-compile distclean-generic \
 
502
        distclean-tags
 
503
 
 
504
dvi: dvi-am
 
505
 
 
506
dvi-am:
 
507
 
 
508
html: html-am
 
509
 
 
510
info: info-am
 
511
 
 
512
info-am:
 
513
 
 
514
install-data-am: install-pluginlibLTLIBRARIES
 
515
 
 
516
install-dvi: install-dvi-am
 
517
 
 
518
install-exec-am:
 
519
 
 
520
install-html: install-html-am
 
521
 
 
522
install-info: install-info-am
 
523
 
 
524
install-man:
 
525
 
 
526
install-pdf: install-pdf-am
 
527
 
 
528
install-ps: install-ps-am
 
529
 
 
530
installcheck-am:
 
531
 
 
532
maintainer-clean: maintainer-clean-am
 
533
        -rm -rf ./$(DEPDIR)
 
534
        -rm -f Makefile
 
535
maintainer-clean-am: distclean-am maintainer-clean-generic
 
536
 
 
537
mostlyclean: mostlyclean-am
 
538
 
 
539
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
540
        mostlyclean-libtool
 
541
 
 
542
pdf: pdf-am
 
543
 
 
544
pdf-am:
 
545
 
 
546
ps: ps-am
 
547
 
 
548
ps-am:
 
549
 
 
550
uninstall-am: uninstall-pluginlibLTLIBRARIES
 
551
 
 
552
.MAKE: install-am install-strip
 
553
 
 
554
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
555
        clean-libtool clean-pluginlibLTLIBRARIES ctags distclean \
 
556
        distclean-compile distclean-generic distclean-libtool \
 
557
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
558
        install install-am install-data install-data-am install-dvi \
 
559
        install-dvi-am install-exec install-exec-am install-html \
 
560
        install-html-am install-info install-info-am install-man \
 
561
        install-pdf install-pdf-am install-pluginlibLTLIBRARIES \
 
562
        install-ps install-ps-am install-strip installcheck \
 
563
        installcheck-am installdirs maintainer-clean \
 
564
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
565
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
566
        tags uninstall uninstall-am uninstall-pluginlibLTLIBRARIES
 
567
 
 
568
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
569
# Otherwise a system limit (for SysV at least) may be exceeded.
 
570
.NOEXPORT: