~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/sdk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/src/include/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
50
am__vpath_adj = case $$p in \
48
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
52
    *) f=$$p;; \
50
53
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
70
am__installdirs = "$(DESTDIR)$(libdir)"
53
 
libLTLIBRARIES_INSTALL = $(INSTALL)
54
71
LTLIBRARIES = $(lib_LTLIBRARIES)
55
72
am__DEPENDENCIES_1 =
56
73
libcodeblocks_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
58
75
        scripting/sqplus/libsqplus.la \
59
76
        scripting/sqstdlib/libsqstdlib.la \
60
77
        scripting/squirrel/libsquirrel.la \
61
 
        ../base/tinyxml/libtinyxml.la wxscintilla/libwxscintilla.la \
62
 
        wxFlatNotebook/libwxflatnotebook.la
 
78
        ../base/tinyxml/libtinyxml.la wxscintilla/libwxscintilla.la
63
79
am_libcodeblocks_la_OBJECTS = annoyingdialog.lo autodetectcompilers.lo \
64
 
        base64.lo blockallocated.lo cbexception.lo cbeditor.lo \
65
 
        cbeditorprintout.lo cbplugin.lo cbproject.lo \
 
80
        base64.lo blockallocated.lo cbauibook.lo cbexception.lo \
 
81
        cbeditor.lo cbeditorprintout.lo cbplugin.lo cbproject.lo \
66
82
        cbstyledtextctrl.lo cbthreadpool.lo cbworkspace.lo \
67
83
        compileoptionsbase.lo compiler.lo compilercommandgenerator.lo \
68
84
        compilerfactory.lo compileroptions.lo compiletargetbase.lo \
86
102
        projectloader.lo projectloader_hooks.lo projectmanager.lo \
87
103
        projectoptionsdlg.lo projectsfilemasksdlg.lo \
88
104
        projecttemplateloader.lo replacedlg.lo scriptingmanager.lo \
89
 
        scriptsecuritywarningdlg.lo sdk_events.lo searchresultslog.lo \
90
 
        selecttargetdlg.lo templatemanager.lo toolsmanager.lo \
91
 
        uservarmanager.lo virtualbuildtargetsdlg.lo workspaceloader.lo \
92
 
        xtra_res.lo nullptr.lo
 
105
        scriptsecuritywarningdlg.lo scrollingdialog.lo sdk_events.lo \
 
106
        searchresultslog.lo selecttargetdlg.lo templatemanager.lo \
 
107
        toolsmanager.lo uservarmanager.lo virtualbuildtargetsdlg.lo \
 
108
        workspaceloader.lo xtra_res.lo nullptr.lo CharDistribution.lo \
 
109
        JpCntx.lo LangBulgarianModel.lo LangCyrillicModel.lo \
 
110
        LangGreekModel.lo LangHebrewModel.lo LangHungarianModel.lo \
 
111
        LangThaiModel.lo nsBig5Prober.lo nsCharSetProber.lo \
 
112
        nsEscCharsetProber.lo nsEscSM.lo nsEUCJPProber.lo \
 
113
        nsEUCKRProber.lo nsEUCTWProber.lo nsGB2312Prober.lo \
 
114
        nsHebrewProber.lo nsLatin1Prober.lo nsMBCSGroupProber.lo \
 
115
        nsMBCSSM.lo nsSBCharSetProber.lo nsSBCSGroupProber.lo \
 
116
        nsSJISProber.lo nsUniversalDetector.lo nsUTF8Prober.lo
93
117
libcodeblocks_la_OBJECTS = $(am_libcodeblocks_la_OBJECTS)
94
118
libcodeblocks_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
95
119
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
96
120
        $(CXXFLAGS) $(libcodeblocks_la_LDFLAGS) $(LDFLAGS) -o $@
97
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/include@am__isrc@
 
121
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
98
122
depcomp = $(SHELL) $(top_srcdir)/depcomp
99
123
am__depfiles_maybe = depfiles
 
124
am__mv = mv -f
100
125
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
101
126
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
102
127
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117
142
        ps-recursive uninstall-recursive
118
143
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
119
144
  distclean-recursive maintainer-clean-recursive
 
145
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
146
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
147
        distdir
120
148
ETAGS = etags
121
149
CTAGS = ctags
122
150
DIST_SUBDIRS = $(SUBDIRS)
123
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
152
am__relativize = \
 
153
  dir0=`pwd`; \
 
154
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
155
  sed_rest='s,^[^/]*/*,,'; \
 
156
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
157
  sed_butlast='s,/*[^/]*$$,,'; \
 
158
  while test -n "$$dir1"; do \
 
159
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
160
    if test "$$first" != "."; then \
 
161
      if test "$$first" = ".."; then \
 
162
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
163
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
164
      else \
 
165
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
166
        if test "$$first2" = "$$first"; then \
 
167
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
168
        else \
 
169
          dir2="../$$dir2"; \
 
170
        fi; \
 
171
        dir0="$$dir0"/"$$first"; \
 
172
      fi; \
 
173
    fi; \
 
174
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
175
  done; \
 
176
  reldir="$$dir2"
124
177
ACLOCAL = @ACLOCAL@
125
178
AMTAR = @AMTAR@
126
179
AR = @AR@
132
185
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
133
186
BUILD_BYOGAMES = @BUILD_BYOGAMES@
134
187
BUILD_CBKODERS = @BUILD_CBKODERS@
 
188
BUILD_CCCC = @BUILD_CCCC@
135
189
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
136
190
BUILD_CODESTAT = @BUILD_CODESTAT@
137
191
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
192
BUILD_CPPCHECK = @BUILD_CPPCHECK@
138
193
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
139
194
BUILD_ENVVARS = @BUILD_ENVVARS@
140
195
BUILD_EXPORTER = @BUILD_EXPORTER@
 
196
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
141
197
BUILD_HELP = @BUILD_HELP@
 
198
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
199
BUILD_INCSEARCH = @BUILD_INCSEARCH@
142
200
BUILD_KEYBINDER = @BUILD_KEYBINDER@
143
201
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
202
BUILD_MOUSESAP = @BUILD_MOUSESAP@
144
203
BUILD_PROFILER = @BUILD_PROFILER@
145
204
BUILD_REGEX = @BUILD_REGEX@
146
205
BUILD_SYMTAB = @BUILD_SYMTAB@
147
206
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
207
BUILD_VALGRIND = @BUILD_VALGRIND@
148
208
BUILD_WXSMITH = @BUILD_WXSMITH@
 
209
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
210
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
149
211
CC = @CC@
150
212
CCDEPMODE = @CCDEPMODE@
151
213
CFLAGS = @CFLAGS@
161
223
DATE = @DATE@
162
224
DEFS = @DEFS@
163
225
DEPDIR = @DEPDIR@
164
 
ECHO = @ECHO@
 
226
DSYMUTIL = @DSYMUTIL@
 
227
DUMPBIN = @DUMPBIN@
165
228
ECHO_C = @ECHO_C@
166
229
ECHO_N = @ECHO_N@
167
230
ECHO_T = @ECHO_T@
168
231
EGREP = @EGREP@
169
232
EXEEXT = @EXEEXT@
170
 
F77 = @F77@
171
 
FFLAGS = @FFLAGS@
 
233
FGREP = @FGREP@
172
234
GREP = @GREP@
173
235
GTK2_CFLAGS = @GTK2_CFLAGS@
174
236
GTK2_LIBS = @GTK2_LIBS@
178
240
INSTALL_PROGRAM = @INSTALL_PROGRAM@
179
241
INSTALL_SCRIPT = @INSTALL_SCRIPT@
180
242
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
243
LD = @LD@
181
244
LDFLAGS = @LDFLAGS@
182
245
LIBOBJS = @LIBOBJS@
183
246
LIBS = @LIBS@
184
247
LIBTOOL = @LIBTOOL@
 
248
LIPO = @LIPO@
185
249
LN_S = @LN_S@
186
250
LTLIBOBJS = @LTLIBOBJS@
187
251
MACSETFILE = @MACSETFILE@
188
252
MAKEINFO = @MAKEINFO@
189
253
MKDIR_P = @MKDIR_P@
 
254
NM = @NM@
 
255
NMEDIT = @NMEDIT@
 
256
OBJDUMP = @OBJDUMP@
190
257
OBJEXT = @OBJEXT@
 
258
OTOOL = @OTOOL@
 
259
OTOOL64 = @OTOOL64@
191
260
PACKAGE = @PACKAGE@
192
261
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193
262
PACKAGE_NAME = @PACKAGE_NAME@
194
263
PACKAGE_STRING = @PACKAGE_STRING@
195
264
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
265
PACKAGE_URL = @PACKAGE_URL@
196
266
PACKAGE_VERSION = @PACKAGE_VERSION@
197
267
PATH_SEPARATOR = @PATH_SEPARATOR@
198
268
PKG_CONFIG = @PKG_CONFIG@
 
269
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
270
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
199
271
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
200
272
PLATFORM_LIBS = @PLATFORM_LIBS@
201
273
PLUGIN_FLAGS = @PLUGIN_FLAGS@
230
302
abs_top_srcdir = @abs_top_srcdir@
231
303
ac_ct_CC = @ac_ct_CC@
232
304
ac_ct_CXX = @ac_ct_CXX@
233
 
ac_ct_F77 = @ac_ct_F77@
 
305
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
234
306
am__include = @am__include@
235
307
am__leading_dot = @am__leading_dot@
236
308
am__quote = @am__quote@
262
334
libexecdir = @libexecdir@
263
335
localedir = @localedir@
264
336
localstatedir = @localstatedir@
 
337
lt_ECHO = @lt_ECHO@
265
338
mandir = @mandir@
266
339
mkdir_p = @mkdir_p@
267
340
oldincludedir = @oldincludedir@
278
351
target_cpu = @target_cpu@
279
352
target_os = @target_os@
280
353
target_vendor = @target_vendor@
 
354
top_build_prefix = @top_build_prefix@
281
355
top_builddir = @top_builddir@
282
356
top_srcdir = @top_srcdir@
283
 
SUBDIRS = scripting wxscintilla wxFlatNotebook resources
 
357
SUBDIRS = scripting wxscintilla resources
284
358
INCLUDES = $(WX_CXXFLAGS) \
285
359
                        -I$(top_srcdir)/src/include \
286
 
                        -I$(top_srcdir)/src/include/wxscintilla/include \
 
360
                        -I$(top_srcdir)/src/sdk/wxscintilla/include \
287
361
                        -I$(top_srcdir)/src/include/tinyxml \
288
362
                        -I$(top_srcdir)/src/include/scripting/include \
289
 
                        -I$(top_srcdir)/src/include/scripting/sqplus \
290
 
                        -I$(top_srcdir)/src/include/wxFlatNotebook/include
 
363
                        -I$(top_srcdir)/src/include/scripting/sqplus \
 
364
                        -I$(top_srcdir)/src/include/mozilla_chardet
291
365
 
292
366
lib_LTLIBRARIES = libcodeblocks.la
293
367
libcodeblocks_la_LDFLAGS = -version-info @CODEBLOCKS_VERSION_INFO@
297
371
                        scripting/sqstdlib/libsqstdlib.la \
298
372
                        scripting/squirrel/libsquirrel.la \
299
373
                        ../base/tinyxml/libtinyxml.la \
300
 
                        wxscintilla/libwxscintilla.la \
301
 
                        wxFlatNotebook/libwxflatnotebook.la
 
374
                        wxscintilla/libwxscintilla.la
302
375
 
303
376
libcodeblocks_la_SOURCES = annoyingdialog.cpp \
304
377
                                                autodetectcompilers.cpp \
305
378
                                                base64.cpp \
306
379
                                                blockallocated.cpp \
 
380
                                                cbauibook.cpp \
307
381
                                                cbexception.cpp \
308
382
                                                cbeditor.cpp \
309
383
                                                cbeditorprintout.cpp \
375
449
                                                replacedlg.cpp \
376
450
                                                scriptingmanager.cpp \
377
451
                                                scriptsecuritywarningdlg.cpp \
 
452
                                                scrollingdialog.cpp \
378
453
                                                sdk_events.cpp \
379
454
                                                searchresultslog.cpp \
380
455
                                                selecttargetdlg.cpp \
384
459
                                                virtualbuildtargetsdlg.cpp \
385
460
                                                workspaceloader.cpp \
386
461
                                                xtra_res.cpp  \
387
 
                                                nullptr.cpp
 
462
                                                nullptr.cpp \
 
463
                                                mozilla_chardet/src/CharDistribution.cpp \
 
464
                                                mozilla_chardet/src/JpCntx.cpp \
 
465
                                                mozilla_chardet/src/LangBulgarianModel.cpp \
 
466
                                                mozilla_chardet/src/LangCyrillicModel.cpp \
 
467
                                                mozilla_chardet/src/LangGreekModel.cpp \
 
468
                                                mozilla_chardet/src/LangHebrewModel.cpp \
 
469
                                                mozilla_chardet/src/LangHungarianModel.cpp \
 
470
                                                mozilla_chardet/src/LangThaiModel.cpp \
 
471
                                                mozilla_chardet/src/nsBig5Prober.cpp \
 
472
                                                mozilla_chardet/src/nsCharSetProber.cpp \
 
473
                                                mozilla_chardet/src/nsEscCharsetProber.cpp \
 
474
                                                mozilla_chardet/src/nsEscSM.cpp \
 
475
                                                mozilla_chardet/src/nsEUCJPProber.cpp \
 
476
                                                mozilla_chardet/src/nsEUCKRProber.cpp \
 
477
                                                mozilla_chardet/src/nsEUCTWProber.cpp \
 
478
                                                mozilla_chardet/src/nsGB2312Prober.cpp \
 
479
                                                mozilla_chardet/src/nsHebrewProber.cpp \
 
480
                                                mozilla_chardet/src/nsLatin1Prober.cpp \
 
481
                                                mozilla_chardet/src/nsMBCSGroupProber.cpp \
 
482
                                                mozilla_chardet/src/nsMBCSSM.cpp \
 
483
                                                mozilla_chardet/src/nsSBCharSetProber.cpp \
 
484
                                                mozilla_chardet/src/nsSBCSGroupProber.cpp \
 
485
                                                mozilla_chardet/src/nsSJISProber.cpp \
 
486
                                                mozilla_chardet/src/nsUniversalDetector.cpp \
 
487
                                                mozilla_chardet/src/nsUTF8Prober.cpp
 
488
 
 
489
EXTRA_DIST = mozilla_chardet/src/Big5Freq.tab \
 
490
                mozilla_chardet/src/EUCKRFreq.tab \
 
491
                mozilla_chardet/src/EUCTWFreq.tab \
 
492
                mozilla_chardet/src/GB2312Freq.tab \
 
493
                mozilla_chardet/src/JISFreq.tab
388
494
 
389
495
all: all-recursive
390
496
 
394
500
        @for dep in $?; do \
395
501
          case '$(am__configure_deps)' in \
396
502
            *$$dep*) \
397
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
398
 
                && exit 0; \
 
503
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
504
                && { if test -f $@; then exit 0; else break; fi; }; \
399
505
              exit 1;; \
400
506
          esac; \
401
507
        done; \
402
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/sdk/Makefile'; \
403
 
        cd $(top_srcdir) && \
404
 
          $(AUTOMAKE) --foreign  src/sdk/Makefile
 
508
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/Makefile'; \
 
509
        $(am__cd) $(top_srcdir) && \
 
510
          $(AUTOMAKE) --foreign src/sdk/Makefile
405
511
.PRECIOUS: Makefile
406
512
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407
513
        @case '$?' in \
419
525
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
526
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
421
527
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
528
$(am__aclocal_m4_deps):
422
529
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
423
530
        @$(NORMAL_INSTALL)
424
531
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
425
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
532
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
533
        list2=; for p in $$list; do \
426
534
          if test -f $$p; then \
427
 
            f=$(am__strip_dir) \
428
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
429
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
535
            list2="$$list2 $$p"; \
430
536
          else :; fi; \
431
 
        done
 
537
        done; \
 
538
        test -z "$$list2" || { \
 
539
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
540
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
541
        }
432
542
 
433
543
uninstall-libLTLIBRARIES:
434
544
        @$(NORMAL_UNINSTALL)
435
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
436
 
          p=$(am__strip_dir) \
437
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
438
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
545
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
546
        for p in $$list; do \
 
547
          $(am__strip_dir) \
 
548
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
549
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
439
550
        done
440
551
 
441
552
clean-libLTLIBRARIES:
455
566
distclean-compile:
456
567
        -rm -f *.tab.c
457
568
 
 
569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CharDistribution.Plo@am__quote@
 
570
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JpCntx.Plo@am__quote@
 
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LangBulgarianModel.Plo@am__quote@
 
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LangCyrillicModel.Plo@am__quote@
 
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LangGreekModel.Plo@am__quote@
 
574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LangHebrewModel.Plo@am__quote@
 
575
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LangHungarianModel.Plo@am__quote@
 
576
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LangThaiModel.Plo@am__quote@
458
577
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/annoyingdialog.Plo@am__quote@
459
578
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autodetectcompilers.Plo@am__quote@
460
579
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
461
580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blockallocated.Plo@am__quote@
 
581
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbauibook.Plo@am__quote@
462
582
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbeditor.Plo@am__quote@
463
583
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbeditorprintout.Plo@am__quote@
464
584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbexception.Plo@am__quote@
511
631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuitemsmanager.Plo@am__quote@
512
632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multiselectdlg.Plo@am__quote@
513
633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newfromtemplatedlg.Plo@am__quote@
 
634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsBig5Prober.Plo@am__quote@
 
635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsCharSetProber.Plo@am__quote@
 
636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsEUCJPProber.Plo@am__quote@
 
637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsEUCKRProber.Plo@am__quote@
 
638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsEUCTWProber.Plo@am__quote@
 
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsEscCharsetProber.Plo@am__quote@
 
640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsEscSM.Plo@am__quote@
 
641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsGB2312Prober.Plo@am__quote@
 
642
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsHebrewProber.Plo@am__quote@
 
643
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsLatin1Prober.Plo@am__quote@
 
644
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsMBCSGroupProber.Plo@am__quote@
 
645
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsMBCSSM.Plo@am__quote@
 
646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsSBCSGroupProber.Plo@am__quote@
 
647
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsSBCharSetProber.Plo@am__quote@
 
648
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsSJISProber.Plo@am__quote@
 
649
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsUTF8Prober.Plo@am__quote@
 
650
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsUniversalDetector.Plo@am__quote@
514
651
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nullptr.Plo@am__quote@
515
652
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/personalitymanager.Plo@am__quote@
516
653
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipedprocess.Plo@am__quote@
531
668
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replacedlg.Plo@am__quote@
532
669
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptingmanager.Plo@am__quote@
533
670
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptsecuritywarningdlg.Plo@am__quote@
 
671
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrollingdialog.Plo@am__quote@
534
672
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdk_events.Plo@am__quote@
535
673
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/searchresultslog.Plo@am__quote@
536
674
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selecttargetdlg.Plo@am__quote@
543
681
 
544
682
.cpp.o:
545
683
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
546
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
684
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
547
685
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
548
686
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549
687
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
550
688
 
551
689
.cpp.obj:
552
690
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
553
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
691
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
554
692
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555
693
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556
694
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
557
695
 
558
696
.cpp.lo:
559
697
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
560
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
698
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
561
699
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
562
700
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
701
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
564
702
 
 
703
CharDistribution.lo: mozilla_chardet/src/CharDistribution.cpp
 
704
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CharDistribution.lo -MD -MP -MF $(DEPDIR)/CharDistribution.Tpo -c -o CharDistribution.lo `test -f 'mozilla_chardet/src/CharDistribution.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/CharDistribution.cpp
 
705
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/CharDistribution.Tpo $(DEPDIR)/CharDistribution.Plo
 
706
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/CharDistribution.cpp' object='CharDistribution.lo' libtool=yes @AMDEPBACKSLASH@
 
707
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
708
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CharDistribution.lo `test -f 'mozilla_chardet/src/CharDistribution.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/CharDistribution.cpp
 
709
 
 
710
JpCntx.lo: mozilla_chardet/src/JpCntx.cpp
 
711
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT JpCntx.lo -MD -MP -MF $(DEPDIR)/JpCntx.Tpo -c -o JpCntx.lo `test -f 'mozilla_chardet/src/JpCntx.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/JpCntx.cpp
 
712
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/JpCntx.Tpo $(DEPDIR)/JpCntx.Plo
 
713
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/JpCntx.cpp' object='JpCntx.lo' libtool=yes @AMDEPBACKSLASH@
 
714
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
715
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o JpCntx.lo `test -f 'mozilla_chardet/src/JpCntx.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/JpCntx.cpp
 
716
 
 
717
LangBulgarianModel.lo: mozilla_chardet/src/LangBulgarianModel.cpp
 
718
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LangBulgarianModel.lo -MD -MP -MF $(DEPDIR)/LangBulgarianModel.Tpo -c -o LangBulgarianModel.lo `test -f 'mozilla_chardet/src/LangBulgarianModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangBulgarianModel.cpp
 
719
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/LangBulgarianModel.Tpo $(DEPDIR)/LangBulgarianModel.Plo
 
720
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/LangBulgarianModel.cpp' object='LangBulgarianModel.lo' libtool=yes @AMDEPBACKSLASH@
 
721
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
722
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LangBulgarianModel.lo `test -f 'mozilla_chardet/src/LangBulgarianModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangBulgarianModel.cpp
 
723
 
 
724
LangCyrillicModel.lo: mozilla_chardet/src/LangCyrillicModel.cpp
 
725
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LangCyrillicModel.lo -MD -MP -MF $(DEPDIR)/LangCyrillicModel.Tpo -c -o LangCyrillicModel.lo `test -f 'mozilla_chardet/src/LangCyrillicModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangCyrillicModel.cpp
 
726
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/LangCyrillicModel.Tpo $(DEPDIR)/LangCyrillicModel.Plo
 
727
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/LangCyrillicModel.cpp' object='LangCyrillicModel.lo' libtool=yes @AMDEPBACKSLASH@
 
728
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
729
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LangCyrillicModel.lo `test -f 'mozilla_chardet/src/LangCyrillicModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangCyrillicModel.cpp
 
730
 
 
731
LangGreekModel.lo: mozilla_chardet/src/LangGreekModel.cpp
 
732
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LangGreekModel.lo -MD -MP -MF $(DEPDIR)/LangGreekModel.Tpo -c -o LangGreekModel.lo `test -f 'mozilla_chardet/src/LangGreekModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangGreekModel.cpp
 
733
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/LangGreekModel.Tpo $(DEPDIR)/LangGreekModel.Plo
 
734
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/LangGreekModel.cpp' object='LangGreekModel.lo' libtool=yes @AMDEPBACKSLASH@
 
735
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
736
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LangGreekModel.lo `test -f 'mozilla_chardet/src/LangGreekModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangGreekModel.cpp
 
737
 
 
738
LangHebrewModel.lo: mozilla_chardet/src/LangHebrewModel.cpp
 
739
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LangHebrewModel.lo -MD -MP -MF $(DEPDIR)/LangHebrewModel.Tpo -c -o LangHebrewModel.lo `test -f 'mozilla_chardet/src/LangHebrewModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangHebrewModel.cpp
 
740
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/LangHebrewModel.Tpo $(DEPDIR)/LangHebrewModel.Plo
 
741
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/LangHebrewModel.cpp' object='LangHebrewModel.lo' libtool=yes @AMDEPBACKSLASH@
 
742
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
743
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LangHebrewModel.lo `test -f 'mozilla_chardet/src/LangHebrewModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangHebrewModel.cpp
 
744
 
 
745
LangHungarianModel.lo: mozilla_chardet/src/LangHungarianModel.cpp
 
746
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LangHungarianModel.lo -MD -MP -MF $(DEPDIR)/LangHungarianModel.Tpo -c -o LangHungarianModel.lo `test -f 'mozilla_chardet/src/LangHungarianModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangHungarianModel.cpp
 
747
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/LangHungarianModel.Tpo $(DEPDIR)/LangHungarianModel.Plo
 
748
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/LangHungarianModel.cpp' object='LangHungarianModel.lo' libtool=yes @AMDEPBACKSLASH@
 
749
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
750
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LangHungarianModel.lo `test -f 'mozilla_chardet/src/LangHungarianModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangHungarianModel.cpp
 
751
 
 
752
LangThaiModel.lo: mozilla_chardet/src/LangThaiModel.cpp
 
753
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LangThaiModel.lo -MD -MP -MF $(DEPDIR)/LangThaiModel.Tpo -c -o LangThaiModel.lo `test -f 'mozilla_chardet/src/LangThaiModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangThaiModel.cpp
 
754
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/LangThaiModel.Tpo $(DEPDIR)/LangThaiModel.Plo
 
755
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/LangThaiModel.cpp' object='LangThaiModel.lo' libtool=yes @AMDEPBACKSLASH@
 
756
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
757
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LangThaiModel.lo `test -f 'mozilla_chardet/src/LangThaiModel.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/LangThaiModel.cpp
 
758
 
 
759
nsBig5Prober.lo: mozilla_chardet/src/nsBig5Prober.cpp
 
760
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsBig5Prober.lo -MD -MP -MF $(DEPDIR)/nsBig5Prober.Tpo -c -o nsBig5Prober.lo `test -f 'mozilla_chardet/src/nsBig5Prober.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsBig5Prober.cpp
 
761
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsBig5Prober.Tpo $(DEPDIR)/nsBig5Prober.Plo
 
762
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsBig5Prober.cpp' object='nsBig5Prober.lo' libtool=yes @AMDEPBACKSLASH@
 
763
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
764
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsBig5Prober.lo `test -f 'mozilla_chardet/src/nsBig5Prober.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsBig5Prober.cpp
 
765
 
 
766
nsCharSetProber.lo: mozilla_chardet/src/nsCharSetProber.cpp
 
767
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsCharSetProber.lo -MD -MP -MF $(DEPDIR)/nsCharSetProber.Tpo -c -o nsCharSetProber.lo `test -f 'mozilla_chardet/src/nsCharSetProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsCharSetProber.cpp
 
768
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsCharSetProber.Tpo $(DEPDIR)/nsCharSetProber.Plo
 
769
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsCharSetProber.cpp' object='nsCharSetProber.lo' libtool=yes @AMDEPBACKSLASH@
 
770
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
771
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsCharSetProber.lo `test -f 'mozilla_chardet/src/nsCharSetProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsCharSetProber.cpp
 
772
 
 
773
nsEscCharsetProber.lo: mozilla_chardet/src/nsEscCharsetProber.cpp
 
774
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsEscCharsetProber.lo -MD -MP -MF $(DEPDIR)/nsEscCharsetProber.Tpo -c -o nsEscCharsetProber.lo `test -f 'mozilla_chardet/src/nsEscCharsetProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEscCharsetProber.cpp
 
775
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsEscCharsetProber.Tpo $(DEPDIR)/nsEscCharsetProber.Plo
 
776
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsEscCharsetProber.cpp' object='nsEscCharsetProber.lo' libtool=yes @AMDEPBACKSLASH@
 
777
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
778
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsEscCharsetProber.lo `test -f 'mozilla_chardet/src/nsEscCharsetProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEscCharsetProber.cpp
 
779
 
 
780
nsEscSM.lo: mozilla_chardet/src/nsEscSM.cpp
 
781
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsEscSM.lo -MD -MP -MF $(DEPDIR)/nsEscSM.Tpo -c -o nsEscSM.lo `test -f 'mozilla_chardet/src/nsEscSM.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEscSM.cpp
 
782
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsEscSM.Tpo $(DEPDIR)/nsEscSM.Plo
 
783
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsEscSM.cpp' object='nsEscSM.lo' libtool=yes @AMDEPBACKSLASH@
 
784
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
785
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsEscSM.lo `test -f 'mozilla_chardet/src/nsEscSM.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEscSM.cpp
 
786
 
 
787
nsEUCJPProber.lo: mozilla_chardet/src/nsEUCJPProber.cpp
 
788
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsEUCJPProber.lo -MD -MP -MF $(DEPDIR)/nsEUCJPProber.Tpo -c -o nsEUCJPProber.lo `test -f 'mozilla_chardet/src/nsEUCJPProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEUCJPProber.cpp
 
789
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsEUCJPProber.Tpo $(DEPDIR)/nsEUCJPProber.Plo
 
790
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsEUCJPProber.cpp' object='nsEUCJPProber.lo' libtool=yes @AMDEPBACKSLASH@
 
791
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
792
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsEUCJPProber.lo `test -f 'mozilla_chardet/src/nsEUCJPProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEUCJPProber.cpp
 
793
 
 
794
nsEUCKRProber.lo: mozilla_chardet/src/nsEUCKRProber.cpp
 
795
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsEUCKRProber.lo -MD -MP -MF $(DEPDIR)/nsEUCKRProber.Tpo -c -o nsEUCKRProber.lo `test -f 'mozilla_chardet/src/nsEUCKRProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEUCKRProber.cpp
 
796
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsEUCKRProber.Tpo $(DEPDIR)/nsEUCKRProber.Plo
 
797
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsEUCKRProber.cpp' object='nsEUCKRProber.lo' libtool=yes @AMDEPBACKSLASH@
 
798
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
799
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsEUCKRProber.lo `test -f 'mozilla_chardet/src/nsEUCKRProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEUCKRProber.cpp
 
800
 
 
801
nsEUCTWProber.lo: mozilla_chardet/src/nsEUCTWProber.cpp
 
802
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsEUCTWProber.lo -MD -MP -MF $(DEPDIR)/nsEUCTWProber.Tpo -c -o nsEUCTWProber.lo `test -f 'mozilla_chardet/src/nsEUCTWProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEUCTWProber.cpp
 
803
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsEUCTWProber.Tpo $(DEPDIR)/nsEUCTWProber.Plo
 
804
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsEUCTWProber.cpp' object='nsEUCTWProber.lo' libtool=yes @AMDEPBACKSLASH@
 
805
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
806
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsEUCTWProber.lo `test -f 'mozilla_chardet/src/nsEUCTWProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsEUCTWProber.cpp
 
807
 
 
808
nsGB2312Prober.lo: mozilla_chardet/src/nsGB2312Prober.cpp
 
809
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsGB2312Prober.lo -MD -MP -MF $(DEPDIR)/nsGB2312Prober.Tpo -c -o nsGB2312Prober.lo `test -f 'mozilla_chardet/src/nsGB2312Prober.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsGB2312Prober.cpp
 
810
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsGB2312Prober.Tpo $(DEPDIR)/nsGB2312Prober.Plo
 
811
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsGB2312Prober.cpp' object='nsGB2312Prober.lo' libtool=yes @AMDEPBACKSLASH@
 
812
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
813
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsGB2312Prober.lo `test -f 'mozilla_chardet/src/nsGB2312Prober.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsGB2312Prober.cpp
 
814
 
 
815
nsHebrewProber.lo: mozilla_chardet/src/nsHebrewProber.cpp
 
816
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsHebrewProber.lo -MD -MP -MF $(DEPDIR)/nsHebrewProber.Tpo -c -o nsHebrewProber.lo `test -f 'mozilla_chardet/src/nsHebrewProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsHebrewProber.cpp
 
817
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsHebrewProber.Tpo $(DEPDIR)/nsHebrewProber.Plo
 
818
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsHebrewProber.cpp' object='nsHebrewProber.lo' libtool=yes @AMDEPBACKSLASH@
 
819
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
820
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsHebrewProber.lo `test -f 'mozilla_chardet/src/nsHebrewProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsHebrewProber.cpp
 
821
 
 
822
nsLatin1Prober.lo: mozilla_chardet/src/nsLatin1Prober.cpp
 
823
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsLatin1Prober.lo -MD -MP -MF $(DEPDIR)/nsLatin1Prober.Tpo -c -o nsLatin1Prober.lo `test -f 'mozilla_chardet/src/nsLatin1Prober.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsLatin1Prober.cpp
 
824
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsLatin1Prober.Tpo $(DEPDIR)/nsLatin1Prober.Plo
 
825
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsLatin1Prober.cpp' object='nsLatin1Prober.lo' libtool=yes @AMDEPBACKSLASH@
 
826
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
827
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsLatin1Prober.lo `test -f 'mozilla_chardet/src/nsLatin1Prober.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsLatin1Prober.cpp
 
828
 
 
829
nsMBCSGroupProber.lo: mozilla_chardet/src/nsMBCSGroupProber.cpp
 
830
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsMBCSGroupProber.lo -MD -MP -MF $(DEPDIR)/nsMBCSGroupProber.Tpo -c -o nsMBCSGroupProber.lo `test -f 'mozilla_chardet/src/nsMBCSGroupProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsMBCSGroupProber.cpp
 
831
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsMBCSGroupProber.Tpo $(DEPDIR)/nsMBCSGroupProber.Plo
 
832
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsMBCSGroupProber.cpp' object='nsMBCSGroupProber.lo' libtool=yes @AMDEPBACKSLASH@
 
833
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
834
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsMBCSGroupProber.lo `test -f 'mozilla_chardet/src/nsMBCSGroupProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsMBCSGroupProber.cpp
 
835
 
 
836
nsMBCSSM.lo: mozilla_chardet/src/nsMBCSSM.cpp
 
837
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsMBCSSM.lo -MD -MP -MF $(DEPDIR)/nsMBCSSM.Tpo -c -o nsMBCSSM.lo `test -f 'mozilla_chardet/src/nsMBCSSM.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsMBCSSM.cpp
 
838
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsMBCSSM.Tpo $(DEPDIR)/nsMBCSSM.Plo
 
839
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsMBCSSM.cpp' object='nsMBCSSM.lo' libtool=yes @AMDEPBACKSLASH@
 
840
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
841
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsMBCSSM.lo `test -f 'mozilla_chardet/src/nsMBCSSM.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsMBCSSM.cpp
 
842
 
 
843
nsSBCharSetProber.lo: mozilla_chardet/src/nsSBCharSetProber.cpp
 
844
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsSBCharSetProber.lo -MD -MP -MF $(DEPDIR)/nsSBCharSetProber.Tpo -c -o nsSBCharSetProber.lo `test -f 'mozilla_chardet/src/nsSBCharSetProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsSBCharSetProber.cpp
 
845
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsSBCharSetProber.Tpo $(DEPDIR)/nsSBCharSetProber.Plo
 
846
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsSBCharSetProber.cpp' object='nsSBCharSetProber.lo' libtool=yes @AMDEPBACKSLASH@
 
847
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
848
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsSBCharSetProber.lo `test -f 'mozilla_chardet/src/nsSBCharSetProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsSBCharSetProber.cpp
 
849
 
 
850
nsSBCSGroupProber.lo: mozilla_chardet/src/nsSBCSGroupProber.cpp
 
851
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsSBCSGroupProber.lo -MD -MP -MF $(DEPDIR)/nsSBCSGroupProber.Tpo -c -o nsSBCSGroupProber.lo `test -f 'mozilla_chardet/src/nsSBCSGroupProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsSBCSGroupProber.cpp
 
852
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsSBCSGroupProber.Tpo $(DEPDIR)/nsSBCSGroupProber.Plo
 
853
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsSBCSGroupProber.cpp' object='nsSBCSGroupProber.lo' libtool=yes @AMDEPBACKSLASH@
 
854
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
855
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsSBCSGroupProber.lo `test -f 'mozilla_chardet/src/nsSBCSGroupProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsSBCSGroupProber.cpp
 
856
 
 
857
nsSJISProber.lo: mozilla_chardet/src/nsSJISProber.cpp
 
858
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsSJISProber.lo -MD -MP -MF $(DEPDIR)/nsSJISProber.Tpo -c -o nsSJISProber.lo `test -f 'mozilla_chardet/src/nsSJISProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsSJISProber.cpp
 
859
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsSJISProber.Tpo $(DEPDIR)/nsSJISProber.Plo
 
860
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsSJISProber.cpp' object='nsSJISProber.lo' libtool=yes @AMDEPBACKSLASH@
 
861
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
862
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsSJISProber.lo `test -f 'mozilla_chardet/src/nsSJISProber.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsSJISProber.cpp
 
863
 
 
864
nsUniversalDetector.lo: mozilla_chardet/src/nsUniversalDetector.cpp
 
865
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsUniversalDetector.lo -MD -MP -MF $(DEPDIR)/nsUniversalDetector.Tpo -c -o nsUniversalDetector.lo `test -f 'mozilla_chardet/src/nsUniversalDetector.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsUniversalDetector.cpp
 
866
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsUniversalDetector.Tpo $(DEPDIR)/nsUniversalDetector.Plo
 
867
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsUniversalDetector.cpp' object='nsUniversalDetector.lo' libtool=yes @AMDEPBACKSLASH@
 
868
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
869
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsUniversalDetector.lo `test -f 'mozilla_chardet/src/nsUniversalDetector.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsUniversalDetector.cpp
 
870
 
 
871
nsUTF8Prober.lo: mozilla_chardet/src/nsUTF8Prober.cpp
 
872
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nsUTF8Prober.lo -MD -MP -MF $(DEPDIR)/nsUTF8Prober.Tpo -c -o nsUTF8Prober.lo `test -f 'mozilla_chardet/src/nsUTF8Prober.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsUTF8Prober.cpp
 
873
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/nsUTF8Prober.Tpo $(DEPDIR)/nsUTF8Prober.Plo
 
874
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='mozilla_chardet/src/nsUTF8Prober.cpp' object='nsUTF8Prober.lo' libtool=yes @AMDEPBACKSLASH@
 
875
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
876
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nsUTF8Prober.lo `test -f 'mozilla_chardet/src/nsUTF8Prober.cpp' || echo '$(srcdir)/'`mozilla_chardet/src/nsUTF8Prober.cpp
 
877
 
565
878
mostlyclean-libtool:
566
879
        -rm -f *.lo
567
880
 
575
888
#     (which will cause the Makefiles to be regenerated when you run `make');
576
889
# (2) otherwise, pass the desired values on the `make' command line.
577
890
$(RECURSIVE_TARGETS):
578
 
        @failcom='exit 1'; \
 
891
        @fail= failcom='exit 1'; \
579
892
        for f in x $$MAKEFLAGS; do \
580
893
          case $$f in \
581
894
            *=* | --[!k]*);; \
592
905
          else \
593
906
            local_target="$$target"; \
594
907
          fi; \
595
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
908
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
596
909
          || eval $$failcom; \
597
910
        done; \
598
911
        if test "$$dot_seen" = "no"; then \
600
913
        fi; test -z "$$fail"
601
914
 
602
915
$(RECURSIVE_CLEAN_TARGETS):
603
 
        @failcom='exit 1'; \
 
916
        @fail= failcom='exit 1'; \
604
917
        for f in x $$MAKEFLAGS; do \
605
918
          case $$f in \
606
919
            *=* | --[!k]*);; \
626
939
          else \
627
940
            local_target="$$target"; \
628
941
          fi; \
629
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
942
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
630
943
          || eval $$failcom; \
631
944
        done && test -z "$$fail"
632
945
tags-recursive:
633
946
        list='$(SUBDIRS)'; for subdir in $$list; do \
634
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
947
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
635
948
        done
636
949
ctags-recursive:
637
950
        list='$(SUBDIRS)'; for subdir in $$list; do \
638
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
951
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
639
952
        done
640
953
 
641
954
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
643
956
        unique=`for i in $$list; do \
644
957
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
645
958
          done | \
646
 
          $(AWK) '    { files[$$0] = 1; } \
647
 
               END { for (i in files) print i; }'`; \
 
959
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
960
              END { if (nonempty) { for (i in files) print i; }; }'`; \
648
961
        mkid -fID $$unique
649
962
tags: TAGS
650
963
 
651
964
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
652
965
                $(TAGS_FILES) $(LISP)
653
 
        tags=; \
 
966
        set x; \
654
967
        here=`pwd`; \
655
968
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
656
969
          include_option=--etags-include; \
662
975
        list='$(SUBDIRS)'; for subdir in $$list; do \
663
976
          if test "$$subdir" = .; then :; else \
664
977
            test ! -f $$subdir/TAGS || \
665
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
978
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
666
979
          fi; \
667
980
        done; \
668
981
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
669
982
        unique=`for i in $$list; do \
670
983
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
671
984
          done | \
672
 
          $(AWK) '    { files[$$0] = 1; } \
673
 
               END { for (i in files) print i; }'`; \
674
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
985
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
986
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
987
        shift; \
 
988
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
675
989
          test -n "$$unique" || unique=$$empty_fix; \
676
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
677
 
            $$tags $$unique; \
 
990
          if test $$# -gt 0; then \
 
991
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
992
              "$$@" $$unique; \
 
993
          else \
 
994
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
995
              $$unique; \
 
996
          fi; \
678
997
        fi
679
998
ctags: CTAGS
680
999
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
681
1000
                $(TAGS_FILES) $(LISP)
682
 
        tags=; \
683
 
        here=`pwd`; \
684
1001
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
685
1002
        unique=`for i in $$list; do \
686
1003
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
687
1004
          done | \
688
 
          $(AWK) '    { files[$$0] = 1; } \
689
 
               END { for (i in files) print i; }'`; \
690
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1005
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1006
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1007
        test -z "$(CTAGS_ARGS)$$unique" \
691
1008
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
692
 
             $$tags $$unique
 
1009
             $$unique
693
1010
 
694
1011
GTAGS:
695
1012
        here=`$(am__cd) $(top_builddir) && pwd` \
696
 
          && cd $(top_srcdir) \
697
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1013
          && $(am__cd) $(top_srcdir) \
 
1014
          && gtags -i $(GTAGS_ARGS) "$$here"
698
1015
 
699
1016
distclean-tags:
700
1017
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
715
1032
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
716
1033
          if test -d $$d/$$file; then \
717
1034
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1035
            if test -d "$(distdir)/$$file"; then \
 
1036
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1037
            fi; \
718
1038
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
719
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1039
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1040
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
720
1041
            fi; \
721
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1042
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
722
1043
          else \
723
 
            test -f $(distdir)/$$file \
724
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1044
            test -f "$(distdir)/$$file" \
 
1045
            || cp -p $$d/$$file "$(distdir)/$$file" \
725
1046
            || exit 1; \
726
1047
          fi; \
727
1048
        done
728
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1049
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
729
1050
          if test "$$subdir" = .; then :; else \
730
1051
            test -d "$(distdir)/$$subdir" \
731
1052
            || $(MKDIR_P) "$(distdir)/$$subdir" \
732
1053
            || exit 1; \
733
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
734
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
735
 
            (cd $$subdir && \
 
1054
          fi; \
 
1055
        done
 
1056
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1057
          if test "$$subdir" = .; then :; else \
 
1058
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1059
            $(am__relativize); \
 
1060
            new_distdir=$$reldir; \
 
1061
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1062
            $(am__relativize); \
 
1063
            new_top_distdir=$$reldir; \
 
1064
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1065
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1066
            ($(am__cd) $$subdir && \
736
1067
              $(MAKE) $(AM_MAKEFLAGS) \
737
 
                top_distdir="$$top_distdir" \
738
 
                distdir="$$distdir/$$subdir" \
 
1068
                top_distdir="$$new_top_distdir" \
 
1069
                distdir="$$new_distdir" \
739
1070
                am__remove_distdir=: \
740
1071
                am__skip_length_check=: \
 
1072
                am__skip_mode_fix=: \
741
1073
                distdir) \
742
1074
              || exit 1; \
743
1075
          fi; \
770
1102
 
771
1103
distclean-generic:
772
1104
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1105
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
773
1106
 
774
1107
maintainer-clean-generic:
775
1108
        @echo "This command is intended for maintainers to use"
791
1124
 
792
1125
html: html-recursive
793
1126
 
 
1127
html-am:
 
1128
 
794
1129
info: info-recursive
795
1130
 
796
1131
info-am:
799
1134
 
800
1135
install-dvi: install-dvi-recursive
801
1136
 
 
1137
install-dvi-am:
 
1138
 
802
1139
install-exec-am: install-libLTLIBRARIES
803
1140
 
804
1141
install-html: install-html-recursive
805
1142
 
 
1143
install-html-am:
 
1144
 
806
1145
install-info: install-info-recursive
807
1146
 
 
1147
install-info-am:
 
1148
 
808
1149
install-man:
809
1150
 
810
1151
install-pdf: install-pdf-recursive
811
1152
 
 
1153
install-pdf-am:
 
1154
 
812
1155
install-ps: install-ps-recursive
813
1156
 
 
1157
install-ps-am:
 
1158
 
814
1159
installcheck-am:
815
1160
 
816
1161
maintainer-clean: maintainer-clean-recursive
833
1178
 
834
1179
uninstall-am: uninstall-libLTLIBRARIES
835
1180
 
836
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
837
 
        install-strip
 
1181
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
1182
        install-am install-strip tags-recursive
838
1183
 
839
1184
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
840
1185
        all all-am check check-am clean clean-generic \
852
1197
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
853
1198
        uninstall-libLTLIBRARIES
854
1199
 
 
1200
 
855
1201
# Tell versions [3.59,3.63) of GNU make to not export all variables.
856
1202
# Otherwise a system limit (for SysV at least) may be exceeded.
857
1203
.NOEXPORT: