~ubuntu-branches/ubuntu/maverick/liferea/maverick

« back to all changes in this revision

Viewing changes to src/mozilla/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2008-12-17 20:43:04 UTC
  • mfrom: (1.2.54 upstream)
  • Revision ID: james.westby@ubuntu.com-20081217204304-7p9cbrtiqtlryz60
Tags: 1.4.23-0ubuntu1
* New upstream bugfix release (lp: #309108).
  - Fixes a cache limit bug when merging items of feeds with
    more items than the cache allows (lp: #291185).
* debian/patches/series:
  - don't apply lua5.1.pc, we use lua5.0.
* debian/patches/fix_toggle_status_menu:
  - Removed, applied upstream.
* debian/patches/fix_launcher_script_calling_xul:
  - Removed, not needed anymore.
* debian/patches/01_ubuntu_feedlists,
  debian/patches/hildon_frothing:
  - Updated to apply again.
* debian/patches/xulrunner-1.9:
  - Updated for the new code.
* debian/patches/90_autoreconf:
  - New patch, generated by running autoreconf -fiv
* debian/patches/99_autoconf:
  - Removed, obsoleted by 90_autoreconf.
* debian/rules:
  - Don't disable gecko; enable it and check for libxul-embedding to build
    the Xulrunner engine. Don't enable xulrunner anymore, as it's now done
    via --enable-gecko.
* debian/patches/load_proper_xulrunner:
  - Patch from Fabien Tassin to load the appropriate Xulrunner version.
    This is a replacement for fix_launcher_script_calling_xul patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
 
 
25
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
22
install_sh_DATA = $(install_sh) -c -m 644
28
23
install_sh_PROGRAM = $(install_sh) -c
29
24
install_sh_SCRIPT = $(install_sh) -c
35
30
NORMAL_UNINSTALL = :
36
31
PRE_UNINSTALL = :
37
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
38
34
host_triplet = @host@
 
35
target_triplet = @target@
 
36
@PLATFORM_WIN32_FALSE@liblihtmlm_la_DEPENDENCIES =  \
 
37
@PLATFORM_WIN32_FALSE@  $(am__DEPENDENCIES_1) \
 
38
@PLATFORM_WIN32_FALSE@  $(am__DEPENDENCIES_1) \
 
39
@PLATFORM_WIN32_FALSE@  $(am__DEPENDENCIES_1)
 
40
@PLATFORM_WIN32_FALSE@liblihtmlx_la_DEPENDENCIES =  \
 
41
@PLATFORM_WIN32_FALSE@  $(am__DEPENDENCIES_1) \
 
42
@PLATFORM_WIN32_FALSE@  $(am__DEPENDENCIES_1) \
 
43
@PLATFORM_WIN32_FALSE@  $(am__DEPENDENCIES_1)
 
44
subdir = src/mozilla
 
45
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/m4/gecko.m4 \
 
48
        $(top_srcdir)/configure.ac
 
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
50
        $(ACLOCAL_M4)
 
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
CONFIG_HEADER = $(top_builddir)/config.h
 
53
CONFIG_CLEAN_FILES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
61
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
 
62
LTLIBRARIES = $(pkglib_LTLIBRARIES)
 
63
am__DEPENDENCIES_1 =
 
64
am_liblihtmlm_la_OBJECTS = liblihtmlm_la-mozembed.lo \
 
65
        liblihtmlm_la-mozsupport.lo liblihtmlm_la-mozilla.lo
 
66
liblihtmlm_la_OBJECTS = $(am_liblihtmlm_la_OBJECTS)
 
67
liblihtmlm_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
68
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(liblihtmlm_la_CXXFLAGS) \
 
69
        $(CXXFLAGS) $(liblihtmlm_la_LDFLAGS) $(LDFLAGS) -o $@
 
70
@WITH_MOZILLA_TRUE@am_liblihtmlm_la_rpath = -rpath $(pkglibdir)
 
71
am_liblihtmlx_la_OBJECTS = liblihtmlx_la-mozembed.lo \
 
72
        liblihtmlx_la-mozsupport.lo liblihtmlx_la-xulrunner.lo
 
73
liblihtmlx_la_OBJECTS = $(am_liblihtmlx_la_OBJECTS)
 
74
liblihtmlx_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
75
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(liblihtmlx_la_CXXFLAGS) \
 
76
        $(CXXFLAGS) $(liblihtmlx_la_LDFLAGS) $(LDFLAGS) -o $@
 
77
@WITH_XULRUNNER_TRUE@am_liblihtmlx_la_rpath = -rpath $(pkglibdir)
 
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
80
am__depfiles_maybe = depfiles
 
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
83
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
84
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
85
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
86
CCLD = $(CC)
 
87
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
88
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
89
        $(LDFLAGS) -o $@
 
90
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
91
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
92
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
93
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
94
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
95
CXXLD = $(CXX)
 
96
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
97
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
98
        $(LDFLAGS) -o $@
 
99
SOURCES = $(liblihtmlm_la_SOURCES) $(liblihtmlx_la_SOURCES)
 
100
DIST_SOURCES = $(liblihtmlm_la_SOURCES) $(liblihtmlx_la_SOURCES)
 
101
ETAGS = etags
 
102
CTAGS = ctags
 
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
104
ACLOCAL = @ACLOCAL@
40
105
ALL_LINGUAS = @ALL_LINGUAS@
41
 
AMDEP_FALSE = @AMDEP_FALSE@
42
 
AMDEP_TRUE = @AMDEP_TRUE@
43
106
AMTAR = @AMTAR@
44
107
AR = @AR@
45
108
AUTOCONF = @AUTOCONF@
73
136
F77 = @F77@
74
137
FFLAGS = @FFLAGS@
75
138
GCONFTOOL = @GCONFTOOL@
76
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
77
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
78
139
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
79
140
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
141
GECKO = @GECKO@
 
142
GECKO_EXTRA_LIBS = @GECKO_EXTRA_LIBS@
 
143
GECKO_FLAVOUR = @GECKO_FLAVOUR@
 
144
GECKO_GLUE_LIBS = @GECKO_GLUE_LIBS@
 
145
GECKO_HOME = @GECKO_HOME@
 
146
GECKO_INCLUDE_ROOT = @GECKO_INCLUDE_ROOT@
 
147
GECKO_PREFIX = @GECKO_PREFIX@
80
148
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
81
149
GMOFILES = @GMOFILES@
82
150
GMSGFMT = @GMSGFMT@
85
153
GREP = @GREP@
86
154
GTKHTML2_CFLAGS = @GTKHTML2_CFLAGS@
87
155
GTKHTML2_LIBS = @GTKHTML2_LIBS@
 
156
INSTALL = @INSTALL@
88
157
INSTALL_DATA = @INSTALL_DATA@
89
158
INSTALL_PROGRAM = @INSTALL_PROGRAM@
90
159
INSTALL_SCRIPT = @INSTALL_SCRIPT@
129
198
LUA_CFLAGS = @LUA_CFLAGS@
130
199
LUA_LIBS = @LUA_LIBS@
131
200
MAINT = @MAINT@
132
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
133
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
134
201
MAKEINFO = @MAKEINFO@
 
202
MKDIR_P = @MKDIR_P@
135
203
MKINSTALLDIRS = @MKINSTALLDIRS@
136
204
MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
137
205
MOZILLA_LIBS = @MOZILLA_LIBS@
138
 
MOZILLA_LIB_ROOT = @MOZILLA_LIB_ROOT@
139
206
MSGFMT = @MSGFMT@
140
207
MSGFMT_OPTS = @MSGFMT_OPTS@
141
208
MSGMERGE = @MSGMERGE@
143
210
NM_CFLAGS = @NM_CFLAGS@
144
211
NM_LIBS = @NM_LIBS@
145
212
OBJEXT = @OBJEXT@
146
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
147
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
148
213
PACKAGE = @PACKAGE@
149
214
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
215
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
155
220
PACKAGE_VERSION = @PACKAGE_VERSION@
156
221
PATH_SEPARATOR = @PATH_SEPARATOR@
157
222
PKG_CONFIG = @PKG_CONFIG@
158
 
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
159
 
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
160
223
POFILES = @POFILES@
161
224
POSUB = @POSUB@
162
225
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
168
231
SO_EXT = @SO_EXT@
169
232
SO_PREFIX = @SO_PREFIX@
170
233
STRIP = @STRIP@
171
 
USE_GNUTLS_FALSE = @USE_GNUTLS_FALSE@
172
 
USE_GNUTLS_TRUE = @USE_GNUTLS_TRUE@
173
234
USE_NLS = @USE_NLS@
174
235
VERSION = @VERSION@
175
236
WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
176
237
WEBKIT_LIBS = @WEBKIT_LIBS@
177
 
WITH_DBUS_FALSE = @WITH_DBUS_FALSE@
178
 
WITH_DBUS_TRUE = @WITH_DBUS_TRUE@
179
 
WITH_GTKHTML2_FALSE = @WITH_GTKHTML2_FALSE@
180
 
WITH_GTKHTML2_TRUE = @WITH_GTKHTML2_TRUE@
181
 
WITH_LIBNOTIFY_FALSE = @WITH_LIBNOTIFY_FALSE@
182
 
WITH_LIBNOTIFY_TRUE = @WITH_LIBNOTIFY_TRUE@
183
 
WITH_LUA_FALSE = @WITH_LUA_FALSE@
184
 
WITH_LUA_TRUE = @WITH_LUA_TRUE@
185
 
WITH_MOZILLA_FALSE = @WITH_MOZILLA_FALSE@
186
 
WITH_MOZILLA_TRUE = @WITH_MOZILLA_TRUE@
187
 
WITH_WEBKIT_FALSE = @WITH_WEBKIT_FALSE@
188
 
WITH_WEBKIT_TRUE = @WITH_WEBKIT_TRUE@
189
 
WITH_XULRUNNER_FALSE = @WITH_XULRUNNER_FALSE@
190
 
WITH_XULRUNNER_TRUE = @WITH_XULRUNNER_TRUE@
191
238
XGETTEXT = @XGETTEXT@
192
239
XMKMF = @XMKMF@
193
240
XULRUNNER_CFLAGS = @XULRUNNER_CFLAGS@
194
 
XULRUNNER_HOME = @XULRUNNER_HOME@
195
241
XULRUNNER_LIBS = @XULRUNNER_LIBS@
196
242
X_CFLAGS = @X_CFLAGS@
197
243
X_EXTRA_LIBS = @X_EXTRA_LIBS@
198
244
X_LIBS = @X_LIBS@
199
245
X_PRE_LIBS = @X_PRE_LIBS@
 
246
abs_builddir = @abs_builddir@
 
247
abs_srcdir = @abs_srcdir@
 
248
abs_top_builddir = @abs_top_builddir@
 
249
abs_top_srcdir = @abs_top_srcdir@
200
250
ac_ct_CC = @ac_ct_CC@
201
251
ac_ct_CXX = @ac_ct_CXX@
202
252
ac_ct_F77 = @ac_ct_F77@
203
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
204
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
205
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
206
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
207
253
am__include = @am__include@
208
254
am__leading_dot = @am__leading_dot@
209
255
am__quote = @am__quote@
 
256
am__tar = @am__tar@
 
257
am__untar = @am__untar@
210
258
bindir = @bindir@
211
259
build = @build@
212
260
build_alias = @build_alias@
213
261
build_cpu = @build_cpu@
214
262
build_os = @build_os@
215
263
build_vendor = @build_vendor@
 
264
builddir = @builddir@
216
265
datadir = @datadir@
217
266
datarootdir = @datarootdir@
218
267
docdir = @docdir@
232
281
localedir = @localedir@
233
282
localstatedir = @localstatedir@
234
283
mandir = @mandir@
 
284
mkdir_p = @mkdir_p@
235
285
oldincludedir = @oldincludedir@
236
286
pdfdir = @pdfdir@
237
287
prefix = @prefix@
239
289
psdir = @psdir@
240
290
sbindir = @sbindir@
241
291
sharedstatedir = @sharedstatedir@
 
292
srcdir = @srcdir@
242
293
sysconfdir = @sysconfdir@
243
294
target = @target@
244
295
target_alias = @target_alias@
245
296
target_cpu = @target_cpu@
246
297
target_os = @target_os@
247
298
target_vendor = @target_vendor@
248
 
 
 
299
top_builddir = @top_builddir@
 
300
top_srcdir = @top_srcdir@
249
301
AM_CPPFLAGS = -I$(top_srcdir)/src $(PACKAGE_CFLAGS) $(DBUS_CFLAGS)
250
 
 
251
302
@WITH_MOZILLA_TRUE@MOZILLA = liblihtmlm.la
252
 
 
253
303
@WITH_XULRUNNER_TRUE@XULRUNNER = liblihtmlx.la
254
 
 
255
304
pkglib_LTLIBRARIES = $(MOZILLA) $(XULRUNNER)
256
 
 
257
305
liblihtmlm_la_SOURCES = \
258
306
        mozembed.c mozembed.h \
259
307
        mozsupport.cpp mozsupport.h \
260
308
        mozilla.c
261
309
 
262
 
 
263
310
liblihtmlm_la_LIBADD = $(PACKAGE_LIBS) $(MOZILLA_LIBS) $(INTLLIBS)
264
311
liblihtmlm_la_CFLAGS = $(MOZILLA_CFLAGS) $(PACKAGE_CFLAGS)
265
312
liblihtmlm_la_CXXFLAGS = $(MOZILLA_CFLAGS) $(PACKAGE_CFLAGS)
266
 
 
267
313
@PLATFORM_WIN32_FALSE@liblihtmlm_la_LDFLAGS = -module -avoid-version
268
 
 
269
314
@PLATFORM_WIN32_TRUE@liblihtmlm_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,$(top_builddir)/src/liferea-bin.a
270
315
@PLATFORM_WIN32_TRUE@liblihtmlm_la_DEPENDENCIES = $(top_builddir)/src/liferea-bin$(EXEEXT)
271
 
 
272
316
liblihtmlx_la_SOURCES = \
273
317
        mozembed.c mozembed.h \
274
318
        mozsupport.cpp mozsupport.h \
275
319
        xulrunner.c
276
320
 
277
 
 
278
321
liblihtmlx_la_LIBADD = $(PACKAGE_LIBS) $(XULRUNNER_LIBS) $(INTLLIBS)
279
322
liblihtmlx_la_CFLAGS = $(XULRUNNER_CFLAGS) $(PACKAGE_CFLAGS)  -DXULRUNNER_HOME=\""$(XULRUNNER_HOME)\""
280
323
liblihtmlx_la_CXXFLAGS = $(XULRUNNER_CFLAGS) $(PACKAGE_CFLAGS)
281
 
 
282
324
@PLATFORM_WIN32_FALSE@liblihtmlx_la_LDFLAGS = -module -avoid-version
283
 
 
284
325
@PLATFORM_WIN32_TRUE@liblihtmlx_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,$(top_builddir)/src/liferea-bin.a
285
326
@PLATFORM_WIN32_TRUE@liblihtmlx_la_DEPENDENCIES = $(top_builddir)/src/liferea-bin$(EXEEXT)
286
 
subdir = src/mozilla
287
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
288
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
289
 
CONFIG_HEADER = $(top_builddir)/config.h
290
 
CONFIG_CLEAN_FILES =
291
 
LTLIBRARIES = $(pkglib_LTLIBRARIES)
292
 
 
293
 
am_liblihtmlm_la_OBJECTS = liblihtmlm_la-mozembed.lo \
294
 
        liblihtmlm_la-mozsupport.lo liblihtmlm_la-mozilla.lo
295
 
liblihtmlm_la_OBJECTS = $(am_liblihtmlm_la_OBJECTS)
296
 
am_liblihtmlx_la_OBJECTS = liblihtmlx_la-mozembed.lo \
297
 
        liblihtmlx_la-mozsupport.lo liblihtmlx_la-xulrunner.lo
298
 
liblihtmlx_la_OBJECTS = $(am_liblihtmlx_la_OBJECTS)
299
 
 
300
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
301
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
302
 
am__depfiles_maybe = depfiles
303
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/liblihtmlm_la-mozembed.Plo \
304
 
@AMDEP_TRUE@    ./$(DEPDIR)/liblihtmlm_la-mozilla.Plo \
305
 
@AMDEP_TRUE@    ./$(DEPDIR)/liblihtmlm_la-mozsupport.Plo \
306
 
@AMDEP_TRUE@    ./$(DEPDIR)/liblihtmlx_la-mozembed.Plo \
307
 
@AMDEP_TRUE@    ./$(DEPDIR)/liblihtmlx_la-mozsupport.Plo \
308
 
@AMDEP_TRUE@    ./$(DEPDIR)/liblihtmlx_la-xulrunner.Plo
309
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
310
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
311
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
312
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
313
 
CCLD = $(CC)
314
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
315
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
316
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
317
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
318
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
319
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
320
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
321
 
CXXLD = $(CXX)
322
 
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
323
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
324
 
DIST_SOURCES = $(liblihtmlm_la_SOURCES) $(liblihtmlx_la_SOURCES)
325
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
326
 
SOURCES = $(liblihtmlm_la_SOURCES) $(liblihtmlx_la_SOURCES)
327
 
 
328
327
all: all-am
329
328
 
330
329
.SUFFIXES:
331
330
.SUFFIXES: .c .cpp .lo .o .obj
332
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
331
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
332
        @for dep in $?; do \
 
333
          case '$(am__configure_deps)' in \
 
334
            *$$dep*) \
 
335
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
336
                && exit 0; \
 
337
              exit 1;; \
 
338
          esac; \
 
339
        done; \
 
340
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/mozilla/Makefile'; \
333
341
        cd $(top_srcdir) && \
334
342
          $(AUTOMAKE) --gnu  src/mozilla/Makefile
335
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
336
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
337
 
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
 
343
.PRECIOUS: Makefile
 
344
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
345
        @case '$?' in \
 
346
          *config.status*) \
 
347
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
348
          *) \
 
349
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
350
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
351
        esac;
 
352
 
 
353
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
354
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
355
 
 
356
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
357
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
358
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
359
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
360
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
339
361
        @$(NORMAL_INSTALL)
340
 
        $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
 
362
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
341
363
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
342
364
          if test -f $$p; then \
343
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
344
 
            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
345
 
            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f; \
 
365
            f=$(am__strip_dir) \
 
366
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
367
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
346
368
          else :; fi; \
347
369
        done
348
370
 
349
371
uninstall-pkglibLTLIBRARIES:
350
372
        @$(NORMAL_UNINSTALL)
351
373
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
352
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
353
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
354
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
 
374
          p=$(am__strip_dir) \
 
375
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
 
376
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
355
377
        done
356
378
 
357
379
clean-pkglibLTLIBRARIES:
358
380
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
359
381
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
360
382
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
361
 
          test "$$dir" = "$$p" && dir=.; \
 
383
          test "$$dir" != "$$p" || dir=.; \
362
384
          echo "rm -f \"$${dir}/so_locations\""; \
363
385
          rm -f "$${dir}/so_locations"; \
364
386
        done
365
387
liblihtmlm.la: $(liblihtmlm_la_OBJECTS) $(liblihtmlm_la_DEPENDENCIES) 
366
 
        $(CXXLINK) -rpath $(pkglibdir) $(liblihtmlm_la_LDFLAGS) $(liblihtmlm_la_OBJECTS) $(liblihtmlm_la_LIBADD) $(LIBS)
 
388
        $(liblihtmlm_la_LINK) $(am_liblihtmlm_la_rpath) $(liblihtmlm_la_OBJECTS) $(liblihtmlm_la_LIBADD) $(LIBS)
367
389
liblihtmlx.la: $(liblihtmlx_la_OBJECTS) $(liblihtmlx_la_DEPENDENCIES) 
368
 
        $(CXXLINK) -rpath $(pkglibdir) $(liblihtmlx_la_LDFLAGS) $(liblihtmlx_la_OBJECTS) $(liblihtmlx_la_LIBADD) $(LIBS)
 
390
        $(liblihtmlx_la_LINK) $(am_liblihtmlx_la_rpath) $(liblihtmlx_la_OBJECTS) $(liblihtmlx_la_LIBADD) $(LIBS)
369
391
 
370
392
mostlyclean-compile:
371
 
        -rm -f *.$(OBJEXT) core *.core
 
393
        -rm -f *.$(OBJEXT)
372
394
 
373
395
distclean-compile:
374
396
        -rm -f *.tab.c
381
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblihtmlx_la-xulrunner.Plo@am__quote@
382
404
 
383
405
.c.o:
384
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
385
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
386
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
387
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
388
 
@am__fastdepCC_TRUE@    fi
 
406
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
407
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
389
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
390
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
391
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
410
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
393
411
 
394
412
.c.obj:
395
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
396
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
397
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
398
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
399
 
@am__fastdepCC_TRUE@    fi
 
413
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
414
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
400
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
401
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
402
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
417
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
404
418
 
405
419
.c.lo:
406
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
407
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
408
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
409
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
410
 
@am__fastdepCC_TRUE@    fi
 
420
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
421
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
411
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
412
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
413
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
415
 
 
416
 
liblihtmlm_la-mozembed.o: mozembed.c
417
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -MT liblihtmlm_la-mozembed.o -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo" \
418
 
@am__fastdepCC_TRUE@      -c -o liblihtmlm_la-mozembed.o `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c; \
419
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo" "$(DEPDIR)/liblihtmlm_la-mozembed.Po"; \
420
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo"; exit 1; \
421
 
@am__fastdepCC_TRUE@    fi
422
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozembed.c' object='liblihtmlm_la-mozembed.o' libtool=no @AMDEPBACKSLASH@
423
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlm_la-mozembed.Po' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozembed.TPo' @AMDEPBACKSLASH@
424
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -c -o liblihtmlm_la-mozembed.o `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c
426
 
 
427
 
liblihtmlm_la-mozembed.obj: mozembed.c
428
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -MT liblihtmlm_la-mozembed.obj -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo" \
429
 
@am__fastdepCC_TRUE@      -c -o liblihtmlm_la-mozembed.obj `if test -f 'mozembed.c'; then $(CYGPATH_W) 'mozembed.c'; else $(CYGPATH_W) '$(srcdir)/mozembed.c'; fi`; \
430
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo" "$(DEPDIR)/liblihtmlm_la-mozembed.Po"; \
431
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo"; exit 1; \
432
 
@am__fastdepCC_TRUE@    fi
433
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozembed.c' object='liblihtmlm_la-mozembed.obj' libtool=no @AMDEPBACKSLASH@
434
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlm_la-mozembed.Po' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozembed.TPo' @AMDEPBACKSLASH@
435
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -c -o liblihtmlm_la-mozembed.obj `if test -f 'mozembed.c'; then $(CYGPATH_W) 'mozembed.c'; else $(CYGPATH_W) '$(srcdir)/mozembed.c'; fi`
 
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
424
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
437
425
 
438
426
liblihtmlm_la-mozembed.lo: mozembed.c
439
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -MT liblihtmlm_la-mozembed.lo -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo" \
440
 
@am__fastdepCC_TRUE@      -c -o liblihtmlm_la-mozembed.lo `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c; \
441
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo" "$(DEPDIR)/liblihtmlm_la-mozembed.Plo"; \
442
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlm_la-mozembed.Tpo"; exit 1; \
443
 
@am__fastdepCC_TRUE@    fi
 
427
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -MT liblihtmlm_la-mozembed.lo -MD -MP -MF $(DEPDIR)/liblihtmlm_la-mozembed.Tpo -c -o liblihtmlm_la-mozembed.lo `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c
 
428
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/liblihtmlm_la-mozembed.Tpo $(DEPDIR)/liblihtmlm_la-mozembed.Plo
444
429
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozembed.c' object='liblihtmlm_la-mozembed.lo' libtool=yes @AMDEPBACKSLASH@
445
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlm_la-mozembed.Plo' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozembed.TPlo' @AMDEPBACKSLASH@
446
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -c -o liblihtmlm_la-mozembed.lo `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c
448
 
 
449
 
liblihtmlm_la-mozilla.o: mozilla.c
450
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -MT liblihtmlm_la-mozilla.o -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo" \
451
 
@am__fastdepCC_TRUE@      -c -o liblihtmlm_la-mozilla.o `test -f 'mozilla.c' || echo '$(srcdir)/'`mozilla.c; \
452
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo" "$(DEPDIR)/liblihtmlm_la-mozilla.Po"; \
453
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo"; exit 1; \
454
 
@am__fastdepCC_TRUE@    fi
455
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozilla.c' object='liblihtmlm_la-mozilla.o' libtool=no @AMDEPBACKSLASH@
456
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlm_la-mozilla.Po' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozilla.TPo' @AMDEPBACKSLASH@
457
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -c -o liblihtmlm_la-mozilla.o `test -f 'mozilla.c' || echo '$(srcdir)/'`mozilla.c
459
 
 
460
 
liblihtmlm_la-mozilla.obj: mozilla.c
461
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -MT liblihtmlm_la-mozilla.obj -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo" \
462
 
@am__fastdepCC_TRUE@      -c -o liblihtmlm_la-mozilla.obj `if test -f 'mozilla.c'; then $(CYGPATH_W) 'mozilla.c'; else $(CYGPATH_W) '$(srcdir)/mozilla.c'; fi`; \
463
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo" "$(DEPDIR)/liblihtmlm_la-mozilla.Po"; \
464
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo"; exit 1; \
465
 
@am__fastdepCC_TRUE@    fi
466
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozilla.c' object='liblihtmlm_la-mozilla.obj' libtool=no @AMDEPBACKSLASH@
467
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlm_la-mozilla.Po' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozilla.TPo' @AMDEPBACKSLASH@
468
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -c -o liblihtmlm_la-mozilla.obj `if test -f 'mozilla.c'; then $(CYGPATH_W) 'mozilla.c'; else $(CYGPATH_W) '$(srcdir)/mozilla.c'; fi`
 
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
431
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -c -o liblihtmlm_la-mozembed.lo `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c
470
432
 
471
433
liblihtmlm_la-mozilla.lo: mozilla.c
472
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -MT liblihtmlm_la-mozilla.lo -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo" \
473
 
@am__fastdepCC_TRUE@      -c -o liblihtmlm_la-mozilla.lo `test -f 'mozilla.c' || echo '$(srcdir)/'`mozilla.c; \
474
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo" "$(DEPDIR)/liblihtmlm_la-mozilla.Plo"; \
475
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlm_la-mozilla.Tpo"; exit 1; \
476
 
@am__fastdepCC_TRUE@    fi
 
434
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -MT liblihtmlm_la-mozilla.lo -MD -MP -MF $(DEPDIR)/liblihtmlm_la-mozilla.Tpo -c -o liblihtmlm_la-mozilla.lo `test -f 'mozilla.c' || echo '$(srcdir)/'`mozilla.c
 
435
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/liblihtmlm_la-mozilla.Tpo $(DEPDIR)/liblihtmlm_la-mozilla.Plo
477
436
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozilla.c' object='liblihtmlm_la-mozilla.lo' libtool=yes @AMDEPBACKSLASH@
478
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlm_la-mozilla.Plo' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozilla.TPlo' @AMDEPBACKSLASH@
479
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -c -o liblihtmlm_la-mozilla.lo `test -f 'mozilla.c' || echo '$(srcdir)/'`mozilla.c
481
 
 
482
 
liblihtmlx_la-mozembed.o: mozembed.c
483
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -MT liblihtmlx_la-mozembed.o -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo" \
484
 
@am__fastdepCC_TRUE@      -c -o liblihtmlx_la-mozembed.o `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c; \
485
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo" "$(DEPDIR)/liblihtmlx_la-mozembed.Po"; \
486
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo"; exit 1; \
487
 
@am__fastdepCC_TRUE@    fi
488
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozembed.c' object='liblihtmlx_la-mozembed.o' libtool=no @AMDEPBACKSLASH@
489
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlx_la-mozembed.Po' tmpdepfile='$(DEPDIR)/liblihtmlx_la-mozembed.TPo' @AMDEPBACKSLASH@
490
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -c -o liblihtmlx_la-mozembed.o `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c
492
 
 
493
 
liblihtmlx_la-mozembed.obj: mozembed.c
494
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -MT liblihtmlx_la-mozembed.obj -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo" \
495
 
@am__fastdepCC_TRUE@      -c -o liblihtmlx_la-mozembed.obj `if test -f 'mozembed.c'; then $(CYGPATH_W) 'mozembed.c'; else $(CYGPATH_W) '$(srcdir)/mozembed.c'; fi`; \
496
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo" "$(DEPDIR)/liblihtmlx_la-mozembed.Po"; \
497
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo"; exit 1; \
498
 
@am__fastdepCC_TRUE@    fi
499
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozembed.c' object='liblihtmlx_la-mozembed.obj' libtool=no @AMDEPBACKSLASH@
500
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlx_la-mozembed.Po' tmpdepfile='$(DEPDIR)/liblihtmlx_la-mozembed.TPo' @AMDEPBACKSLASH@
501
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -c -o liblihtmlx_la-mozembed.obj `if test -f 'mozembed.c'; then $(CYGPATH_W) 'mozembed.c'; else $(CYGPATH_W) '$(srcdir)/mozembed.c'; fi`
 
437
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
438
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CFLAGS) $(CFLAGS) -c -o liblihtmlm_la-mozilla.lo `test -f 'mozilla.c' || echo '$(srcdir)/'`mozilla.c
503
439
 
504
440
liblihtmlx_la-mozembed.lo: mozembed.c
505
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -MT liblihtmlx_la-mozembed.lo -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo" \
506
 
@am__fastdepCC_TRUE@      -c -o liblihtmlx_la-mozembed.lo `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c; \
507
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo" "$(DEPDIR)/liblihtmlx_la-mozembed.Plo"; \
508
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlx_la-mozembed.Tpo"; exit 1; \
509
 
@am__fastdepCC_TRUE@    fi
 
441
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -MT liblihtmlx_la-mozembed.lo -MD -MP -MF $(DEPDIR)/liblihtmlx_la-mozembed.Tpo -c -o liblihtmlx_la-mozembed.lo `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c
 
442
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/liblihtmlx_la-mozembed.Tpo $(DEPDIR)/liblihtmlx_la-mozembed.Plo
510
443
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mozembed.c' object='liblihtmlx_la-mozembed.lo' libtool=yes @AMDEPBACKSLASH@
511
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlx_la-mozembed.Plo' tmpdepfile='$(DEPDIR)/liblihtmlx_la-mozembed.TPlo' @AMDEPBACKSLASH@
512
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -c -o liblihtmlx_la-mozembed.lo `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c
514
 
 
515
 
liblihtmlx_la-xulrunner.o: xulrunner.c
516
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -MT liblihtmlx_la-xulrunner.o -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo" \
517
 
@am__fastdepCC_TRUE@      -c -o liblihtmlx_la-xulrunner.o `test -f 'xulrunner.c' || echo '$(srcdir)/'`xulrunner.c; \
518
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo" "$(DEPDIR)/liblihtmlx_la-xulrunner.Po"; \
519
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo"; exit 1; \
520
 
@am__fastdepCC_TRUE@    fi
521
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xulrunner.c' object='liblihtmlx_la-xulrunner.o' libtool=no @AMDEPBACKSLASH@
522
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlx_la-xulrunner.Po' tmpdepfile='$(DEPDIR)/liblihtmlx_la-xulrunner.TPo' @AMDEPBACKSLASH@
523
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -c -o liblihtmlx_la-xulrunner.o `test -f 'xulrunner.c' || echo '$(srcdir)/'`xulrunner.c
525
 
 
526
 
liblihtmlx_la-xulrunner.obj: xulrunner.c
527
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -MT liblihtmlx_la-xulrunner.obj -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo" \
528
 
@am__fastdepCC_TRUE@      -c -o liblihtmlx_la-xulrunner.obj `if test -f 'xulrunner.c'; then $(CYGPATH_W) 'xulrunner.c'; else $(CYGPATH_W) '$(srcdir)/xulrunner.c'; fi`; \
529
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo" "$(DEPDIR)/liblihtmlx_la-xulrunner.Po"; \
530
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo"; exit 1; \
531
 
@am__fastdepCC_TRUE@    fi
532
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xulrunner.c' object='liblihtmlx_la-xulrunner.obj' libtool=no @AMDEPBACKSLASH@
533
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlx_la-xulrunner.Po' tmpdepfile='$(DEPDIR)/liblihtmlx_la-xulrunner.TPo' @AMDEPBACKSLASH@
534
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -c -o liblihtmlx_la-xulrunner.obj `if test -f 'xulrunner.c'; then $(CYGPATH_W) 'xulrunner.c'; else $(CYGPATH_W) '$(srcdir)/xulrunner.c'; fi`
 
444
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
445
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -c -o liblihtmlx_la-mozembed.lo `test -f 'mozembed.c' || echo '$(srcdir)/'`mozembed.c
536
446
 
537
447
liblihtmlx_la-xulrunner.lo: xulrunner.c
538
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -MT liblihtmlx_la-xulrunner.lo -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo" \
539
 
@am__fastdepCC_TRUE@      -c -o liblihtmlx_la-xulrunner.lo `test -f 'xulrunner.c' || echo '$(srcdir)/'`xulrunner.c; \
540
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo" "$(DEPDIR)/liblihtmlx_la-xulrunner.Plo"; \
541
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/liblihtmlx_la-xulrunner.Tpo"; exit 1; \
542
 
@am__fastdepCC_TRUE@    fi
 
448
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -MT liblihtmlx_la-xulrunner.lo -MD -MP -MF $(DEPDIR)/liblihtmlx_la-xulrunner.Tpo -c -o liblihtmlx_la-xulrunner.lo `test -f 'xulrunner.c' || echo '$(srcdir)/'`xulrunner.c
 
449
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/liblihtmlx_la-xulrunner.Tpo $(DEPDIR)/liblihtmlx_la-xulrunner.Plo
543
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xulrunner.c' object='liblihtmlx_la-xulrunner.lo' libtool=yes @AMDEPBACKSLASH@
544
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/liblihtmlx_la-xulrunner.Plo' tmpdepfile='$(DEPDIR)/liblihtmlx_la-xulrunner.TPlo' @AMDEPBACKSLASH@
545
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -c -o liblihtmlx_la-xulrunner.lo `test -f 'xulrunner.c' || echo '$(srcdir)/'`xulrunner.c
 
451
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
452
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CFLAGS) $(CFLAGS) -c -o liblihtmlx_la-xulrunner.lo `test -f 'xulrunner.c' || echo '$(srcdir)/'`xulrunner.c
547
453
 
548
454
.cpp.o:
549
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
550
 
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
551
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
552
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
553
 
@am__fastdepCXX_TRUE@   fi
 
455
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
456
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
554
457
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
556
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
458
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
459
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
558
460
 
559
461
.cpp.obj:
560
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
561
 
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
562
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
563
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
564
 
@am__fastdepCXX_TRUE@   fi
 
462
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
463
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
565
464
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
566
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
567
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
465
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
466
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
569
467
 
570
468
.cpp.lo:
571
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
572
 
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
573
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
574
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
575
 
@am__fastdepCXX_TRUE@   fi
 
469
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
470
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
576
471
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
577
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
578
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
580
 
 
581
 
liblihtmlm_la-mozsupport.o: mozsupport.cpp
582
 
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CXXFLAGS) $(CXXFLAGS) -MT liblihtmlm_la-mozsupport.o -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo" \
583
 
@am__fastdepCXX_TRUE@     -c -o liblihtmlm_la-mozsupport.o `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp; \
584
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo" "$(DEPDIR)/liblihtmlm_la-mozsupport.Po"; \
585
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo"; exit 1; \
586
 
@am__fastdepCXX_TRUE@   fi
587
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozsupport.cpp' object='liblihtmlm_la-mozsupport.o' libtool=no @AMDEPBACKSLASH@
588
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/liblihtmlm_la-mozsupport.Po' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozsupport.TPo' @AMDEPBACKSLASH@
589
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CXXFLAGS) $(CXXFLAGS) -c -o liblihtmlm_la-mozsupport.o `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp
591
 
 
592
 
liblihtmlm_la-mozsupport.obj: mozsupport.cpp
593
 
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CXXFLAGS) $(CXXFLAGS) -MT liblihtmlm_la-mozsupport.obj -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo" \
594
 
@am__fastdepCXX_TRUE@     -c -o liblihtmlm_la-mozsupport.obj `if test -f 'mozsupport.cpp'; then $(CYGPATH_W) 'mozsupport.cpp'; else $(CYGPATH_W) '$(srcdir)/mozsupport.cpp'; fi`; \
595
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo" "$(DEPDIR)/liblihtmlm_la-mozsupport.Po"; \
596
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo"; exit 1; \
597
 
@am__fastdepCXX_TRUE@   fi
598
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozsupport.cpp' object='liblihtmlm_la-mozsupport.obj' libtool=no @AMDEPBACKSLASH@
599
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/liblihtmlm_la-mozsupport.Po' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozsupport.TPo' @AMDEPBACKSLASH@
600
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CXXFLAGS) $(CXXFLAGS) -c -o liblihtmlm_la-mozsupport.obj `if test -f 'mozsupport.cpp'; then $(CYGPATH_W) 'mozsupport.cpp'; else $(CYGPATH_W) '$(srcdir)/mozsupport.cpp'; fi`
 
472
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
473
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
602
474
 
603
475
liblihtmlm_la-mozsupport.lo: mozsupport.cpp
604
 
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CXXFLAGS) $(CXXFLAGS) -MT liblihtmlm_la-mozsupport.lo -MD -MP -MF "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo" \
605
 
@am__fastdepCXX_TRUE@     -c -o liblihtmlm_la-mozsupport.lo `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp; \
606
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo" "$(DEPDIR)/liblihtmlm_la-mozsupport.Plo"; \
607
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/liblihtmlm_la-mozsupport.Tpo"; exit 1; \
608
 
@am__fastdepCXX_TRUE@   fi
 
476
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CXXFLAGS) $(CXXFLAGS) -MT liblihtmlm_la-mozsupport.lo -MD -MP -MF $(DEPDIR)/liblihtmlm_la-mozsupport.Tpo -c -o liblihtmlm_la-mozsupport.lo `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp
 
477
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/liblihtmlm_la-mozsupport.Tpo $(DEPDIR)/liblihtmlm_la-mozsupport.Plo
609
478
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozsupport.cpp' object='liblihtmlm_la-mozsupport.lo' libtool=yes @AMDEPBACKSLASH@
610
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/liblihtmlm_la-mozsupport.Plo' tmpdepfile='$(DEPDIR)/liblihtmlm_la-mozsupport.TPlo' @AMDEPBACKSLASH@
611
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CXXFLAGS) $(CXXFLAGS) -c -o liblihtmlm_la-mozsupport.lo `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp
613
 
 
614
 
liblihtmlx_la-mozsupport.o: mozsupport.cpp
615
 
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CXXFLAGS) $(CXXFLAGS) -MT liblihtmlx_la-mozsupport.o -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo" \
616
 
@am__fastdepCXX_TRUE@     -c -o liblihtmlx_la-mozsupport.o `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp; \
617
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo" "$(DEPDIR)/liblihtmlx_la-mozsupport.Po"; \
618
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo"; exit 1; \
619
 
@am__fastdepCXX_TRUE@   fi
620
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozsupport.cpp' object='liblihtmlx_la-mozsupport.o' libtool=no @AMDEPBACKSLASH@
621
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/liblihtmlx_la-mozsupport.Po' tmpdepfile='$(DEPDIR)/liblihtmlx_la-mozsupport.TPo' @AMDEPBACKSLASH@
622
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CXXFLAGS) $(CXXFLAGS) -c -o liblihtmlx_la-mozsupport.o `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp
624
 
 
625
 
liblihtmlx_la-mozsupport.obj: mozsupport.cpp
626
 
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CXXFLAGS) $(CXXFLAGS) -MT liblihtmlx_la-mozsupport.obj -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo" \
627
 
@am__fastdepCXX_TRUE@     -c -o liblihtmlx_la-mozsupport.obj `if test -f 'mozsupport.cpp'; then $(CYGPATH_W) 'mozsupport.cpp'; else $(CYGPATH_W) '$(srcdir)/mozsupport.cpp'; fi`; \
628
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo" "$(DEPDIR)/liblihtmlx_la-mozsupport.Po"; \
629
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo"; exit 1; \
630
 
@am__fastdepCXX_TRUE@   fi
631
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozsupport.cpp' object='liblihtmlx_la-mozsupport.obj' libtool=no @AMDEPBACKSLASH@
632
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/liblihtmlx_la-mozsupport.Po' tmpdepfile='$(DEPDIR)/liblihtmlx_la-mozsupport.TPo' @AMDEPBACKSLASH@
633
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CXXFLAGS) $(CXXFLAGS) -c -o liblihtmlx_la-mozsupport.obj `if test -f 'mozsupport.cpp'; then $(CYGPATH_W) 'mozsupport.cpp'; else $(CYGPATH_W) '$(srcdir)/mozsupport.cpp'; fi`
 
479
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
480
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlm_la_CXXFLAGS) $(CXXFLAGS) -c -o liblihtmlm_la-mozsupport.lo `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp
635
481
 
636
482
liblihtmlx_la-mozsupport.lo: mozsupport.cpp
637
 
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CXXFLAGS) $(CXXFLAGS) -MT liblihtmlx_la-mozsupport.lo -MD -MP -MF "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo" \
638
 
@am__fastdepCXX_TRUE@     -c -o liblihtmlx_la-mozsupport.lo `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp; \
639
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo" "$(DEPDIR)/liblihtmlx_la-mozsupport.Plo"; \
640
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/liblihtmlx_la-mozsupport.Tpo"; exit 1; \
641
 
@am__fastdepCXX_TRUE@   fi
 
483
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CXXFLAGS) $(CXXFLAGS) -MT liblihtmlx_la-mozsupport.lo -MD -MP -MF $(DEPDIR)/liblihtmlx_la-mozsupport.Tpo -c -o liblihtmlx_la-mozsupport.lo `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp
 
484
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/liblihtmlx_la-mozsupport.Tpo $(DEPDIR)/liblihtmlx_la-mozsupport.Plo
642
485
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozsupport.cpp' object='liblihtmlx_la-mozsupport.lo' libtool=yes @AMDEPBACKSLASH@
643
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/liblihtmlx_la-mozsupport.Plo' tmpdepfile='$(DEPDIR)/liblihtmlx_la-mozsupport.TPlo' @AMDEPBACKSLASH@
644
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CXXFLAGS) $(CXXFLAGS) -c -o liblihtmlx_la-mozsupport.lo `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp
 
486
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
487
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblihtmlx_la_CXXFLAGS) $(CXXFLAGS) -c -o liblihtmlx_la-mozsupport.lo `test -f 'mozsupport.cpp' || echo '$(srcdir)/'`mozsupport.cpp
646
488
 
647
489
mostlyclean-libtool:
648
490
        -rm -f *.lo
650
492
clean-libtool:
651
493
        -rm -rf .libs _libs
652
494
 
653
 
distclean-libtool:
654
 
        -rm -f libtool
655
 
uninstall-info-am:
656
 
 
657
 
ETAGS = etags
658
 
ETAGSFLAGS =
659
 
 
660
 
CTAGS = ctags
661
 
CTAGSFLAGS =
662
 
 
663
 
tags: TAGS
664
 
 
665
495
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
666
496
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
667
497
        unique=`for i in $$list; do \
668
498
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
669
499
          done | \
670
 
          $(AWK) '    { files[$$0] = 1; } \
671
 
               END { for (i in files) print i; }'`; \
 
500
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
501
              END { if (nonempty) { for (i in files) print i; }; }'`; \
672
502
        mkid -fID $$unique
 
503
tags: TAGS
673
504
 
674
505
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
675
506
                $(TAGS_FILES) $(LISP)
679
510
        unique=`for i in $$list; do \
680
511
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
681
512
          done | \
682
 
          $(AWK) '    { files[$$0] = 1; } \
683
 
               END { for (i in files) print i; }'`; \
684
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
685
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
686
 
             $$tags $$unique
687
 
 
 
513
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
514
              END { if (nonempty) { 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
688
520
ctags: CTAGS
689
521
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
690
522
                $(TAGS_FILES) $(LISP)
691
523
        tags=; \
692
 
        here=`pwd`; \
693
524
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
694
525
        unique=`for i in $$list; do \
695
526
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
696
527
          done | \
697
 
          $(AWK) '    { files[$$0] = 1; } \
698
 
               END { for (i in files) print i; }'`; \
 
528
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
529
              END { if (nonempty) { for (i in files) print i; }; }'`; \
699
530
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
700
531
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
701
532
             $$tags $$unique
707
538
 
708
539
distclean-tags:
709
540
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
710
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
711
 
 
712
 
top_distdir = ../..
713
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
714
541
 
715
542
distdir: $(DISTFILES)
716
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
717
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
718
 
        list='$(DISTFILES)'; for file in $$list; do \
719
 
          case $$file in \
720
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
721
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
722
 
          esac; \
 
543
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
544
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
545
        list='$(DISTFILES)'; \
 
546
          dist_files=`for file in $$list; do echo $$file; done | \
 
547
          sed -e "s|^$$srcdirstrip/||;t" \
 
548
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
549
        case $$dist_files in \
 
550
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
551
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
552
                           sort -u` ;; \
 
553
        esac; \
 
554
        for file in $$dist_files; do \
723
555
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
724
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
725
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
726
 
            dir="/$$dir"; \
727
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
728
 
          else \
729
 
            dir=''; \
730
 
          fi; \
731
556
          if test -d $$d/$$file; then \
 
557
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
732
558
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
733
559
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
734
560
            fi; \
742
568
check-am: all-am
743
569
check: check-am
744
570
all-am: Makefile $(LTLIBRARIES)
745
 
 
746
571
installdirs:
747
 
        $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
 
572
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
573
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
574
        done
748
575
install: install-am
749
576
install-exec: install-exec-am
750
577
install-data: install-data-am
764
591
clean-generic:
765
592
 
766
593
distclean-generic:
767
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
594
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
768
595
 
769
596
maintainer-clean-generic:
770
597
        @echo "This command is intended for maintainers to use"
778
605
        -rm -rf ./$(DEPDIR)
779
606
        -rm -f Makefile
780
607
distclean-am: clean-am distclean-compile distclean-generic \
781
 
        distclean-libtool distclean-tags
 
608
        distclean-tags
782
609
 
783
610
dvi: dvi-am
784
611
 
785
612
dvi-am:
786
613
 
 
614
html: html-am
 
615
 
787
616
info: info-am
788
617
 
789
618
info-am:
790
619
 
791
620
install-data-am:
792
621
 
 
622
install-dvi: install-dvi-am
 
623
 
793
624
install-exec-am: install-pkglibLTLIBRARIES
794
625
 
 
626
install-html: install-html-am
 
627
 
795
628
install-info: install-info-am
796
629
 
797
630
install-man:
798
631
 
 
632
install-pdf: install-pdf-am
 
633
 
 
634
install-ps: install-ps-am
 
635
 
799
636
installcheck-am:
800
637
 
801
638
maintainer-clean: maintainer-clean-am
816
653
 
817
654
ps-am:
818
655
 
819
 
uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
 
656
uninstall-am: uninstall-pkglibLTLIBRARIES
 
657
 
 
658
.MAKE: install-am install-strip
820
659
 
821
660
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
822
661
        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
823
662
        distclean-compile distclean-generic distclean-libtool \
824
 
        distclean-tags distdir dvi dvi-am info info-am install \
825
 
        install-am install-data install-data-am install-exec \
826
 
        install-exec-am install-info install-info-am install-man \
827
 
        install-pkglibLTLIBRARIES install-strip installcheck \
 
663
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
664
        install install-am install-data install-data-am install-dvi \
 
665
        install-dvi-am install-exec install-exec-am install-html \
 
666
        install-html-am install-info install-info-am install-man \
 
667
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
 
668
        install-ps install-ps-am install-strip installcheck \
828
669
        installcheck-am installdirs maintainer-clean \
829
670
        maintainer-clean-generic mostlyclean mostlyclean-compile \
830
671
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
831
 
        tags uninstall uninstall-am uninstall-info-am \
832
 
        uninstall-pkglibLTLIBRARIES
 
672
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
833
673
 
834
674
# Tell versions [3.59,3.63) of GNU make to not export all variables.
835
675
# Otherwise a system limit (for SysV at least) may be exceeded.