~ubuntu-branches/debian/sid/filezilla/sid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2008-07-05 21:00:24 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705210024-mvzp21zlyheschi6
Tags: 3.0.11.1-1
* wxWidgets 2.8 just entered unstable ! Upload to unstable.
* New upstream release.
* Bump Standards-Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
41
37
        $(srcdir)/Makefile.in
42
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
39
am__aclocal_m4_deps = $(top_srcdir)/cppunit.m4 \
44
 
        $(top_srcdir)/fz_checkversion.m4 $(top_srcdir)/wxwin.m4 \
45
 
        $(top_srcdir)/configure.in
 
40
        $(top_srcdir)/fz_checkversion.m4 $(top_srcdir)/libgnutls.m4 \
 
41
        $(top_srcdir)/wxwin.m4 $(top_srcdir)/configure.in
46
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
43
        $(ACLOCAL_M4)
48
44
mkinstalldirs = $(install_sh) -d
52
48
DIST_SOURCES =
53
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
50
        html-recursive info-recursive install-data-recursive \
55
 
        install-exec-recursive install-info-recursive \
56
 
        install-recursive installcheck-recursive installdirs-recursive \
57
 
        pdf-recursive ps-recursive uninstall-info-recursive \
58
 
        uninstall-recursive
 
51
        install-dvi-recursive install-exec-recursive \
 
52
        install-html-recursive install-info-recursive \
 
53
        install-pdf-recursive install-ps-recursive install-recursive \
 
54
        installcheck-recursive installdirs-recursive pdf-recursive \
 
55
        ps-recursive uninstall-recursive
59
56
DATA = $(dist_noinst_DATA)
 
57
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
58
  distclean-recursive maintainer-clean-recursive
60
59
ETAGS = etags
61
60
CTAGS = ctags
62
 
DIST_SUBDIRS = $(SUBDIRS)
 
61
DIST_SUBDIRS = include engine tinyxml interface putty fzshellext .
63
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64
63
ACLOCAL = @ACLOCAL@
65
 
AMDEP_FALSE = @AMDEP_FALSE@
66
 
AMDEP_TRUE = @AMDEP_TRUE@
67
64
AMTAR = @AMTAR@
68
65
AR = @AR@
69
66
AUTOCONF = @AUTOCONF@
91
88
ECHO_N = @ECHO_N@
92
89
ECHO_T = @ECHO_T@
93
90
EGREP = @EGREP@
94
 
ENABLE_PRECOMP_FALSE = @ENABLE_PRECOMP_FALSE@
95
 
ENABLE_PRECOMP_TRUE = @ENABLE_PRECOMP_TRUE@
96
91
EXEEXT = @EXEEXT@
97
92
F77 = @F77@
98
93
FFLAGS = @FFLAGS@
101
96
FILEZILLA_LINGUAS_PO = @FILEZILLA_LINGUAS_PO@
102
97
FILEZILLA_LINGUAS_PO_NEW = @FILEZILLA_LINGUAS_PO_NEW@
103
98
GREP = @GREP@
104
 
HAS_CPPUNIT_FALSE = @HAS_CPPUNIT_FALSE@
105
 
HAS_CPPUNIT_TRUE = @HAS_CPPUNIT_TRUE@
106
99
IDN_LIB = @IDN_LIB@
 
100
INSTALL = @INSTALL@
107
101
INSTALL_DATA = @INSTALL_DATA@
108
102
INSTALL_PROGRAM = @INSTALL_PROGRAM@
109
103
INSTALL_SCRIPT = @INSTALL_SCRIPT@
110
104
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111
105
LDFLAGS = @LDFLAGS@
 
106
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
 
107
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
 
108
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
112
109
LIBOBJS = @LIBOBJS@
113
110
LIBS = @LIBS@
114
111
LIBTOOL = @LIBTOOL@
115
112
LN_S = @LN_S@
116
 
LOCALES_FALSE = @LOCALES_FALSE@
117
 
LOCALES_ONLY_FALSE = @LOCALES_ONLY_FALSE@
118
 
LOCALES_ONLY_TRUE = @LOCALES_ONLY_TRUE@
119
 
LOCALES_TRUE = @LOCALES_TRUE@
120
113
LTLIBOBJS = @LTLIBOBJS@
121
 
MACAPPBUNDLE_FALSE = @MACAPPBUNDLE_FALSE@
122
 
MACAPPBUNDLE_TRUE = @MACAPPBUNDLE_TRUE@
123
114
MAKEINFO = @MAKEINFO@
124
 
MAKENSISSCRIPT_FALSE = @MAKENSISSCRIPT_FALSE@
125
 
MAKENSISSCRIPT_TRUE = @MAKENSISSCRIPT_TRUE@
 
115
MKDIR_P = @MKDIR_P@
126
116
OBJEXT = @OBJEXT@
127
117
PACKAGE = @PACKAGE@
128
118
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136
126
PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
137
127
PATH_SEPARATOR = @PATH_SEPARATOR@
138
128
RANLIB = @RANLIB@
 
129
SED = @SED@
139
130
SET_MAKE = @SET_MAKE@
140
 
SFTP_MINGW_FALSE = @SFTP_MINGW_FALSE@
141
 
SFTP_MINGW_TRUE = @SFTP_MINGW_TRUE@
142
 
SFTP_UNIX_FALSE = @SFTP_UNIX_FALSE@
143
 
SFTP_UNIX_TRUE = @SFTP_UNIX_TRUE@
144
131
SHELL = @SHELL@
145
132
STRIP = @STRIP@
146
 
USE_BINRELOC_FALSE = @USE_BINRELOC_FALSE@
147
 
USE_BINRELOC_TRUE = @USE_BINRELOC_TRUE@
148
 
USE_RESOURCEFILE_FALSE = @USE_RESOURCEFILE_FALSE@
149
 
USE_RESOURCEFILE_TRUE = @USE_RESOURCEFILE_TRUE@
150
133
VERSION = @VERSION@
151
134
WINDRES = @WINDRES@
152
135
WINDRESFLAGS = @WINDRESFLAGS@
162
145
WX_LIBS_STATIC = @WX_LIBS_STATIC@
163
146
WX_RESCOMP = @WX_RESCOMP@
164
147
WX_VERSION = @WX_VERSION@
 
148
abs_builddir = @abs_builddir@
 
149
abs_srcdir = @abs_srcdir@
 
150
abs_top_builddir = @abs_top_builddir@
 
151
abs_top_srcdir = @abs_top_srcdir@
165
152
ac_ct_CC = @ac_ct_CC@
166
153
ac_ct_CXX = @ac_ct_CXX@
167
154
ac_ct_F77 = @ac_ct_F77@
168
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
169
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
170
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
171
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
172
155
am__include = @am__include@
173
156
am__leading_dot = @am__leading_dot@
174
157
am__quote = @am__quote@
180
163
build_cpu = @build_cpu@
181
164
build_os = @build_os@
182
165
build_vendor = @build_vendor@
 
166
builddir = @builddir@
183
167
datadir = @datadir@
184
168
datarootdir = @datarootdir@
185
169
docdir = @docdir@
209
193
psdir = @psdir@
210
194
sbindir = @sbindir@
211
195
sharedstatedir = @sharedstatedir@
 
196
srcdir = @srcdir@
212
197
sysconfdir = @sysconfdir@
213
198
target_alias = @target_alias@
 
199
top_builddir = @top_builddir@
 
200
top_srcdir = @top_srcdir@
214
201
xgettext = @xgettext@
215
 
SUBDIRS = include engine tinyxml interface putty .
 
202
@MINGW_TRUE@MAYBE_FZSHELLEXT = fzshellext
 
203
SUBDIRS = include engine tinyxml interface putty $(MAYBE_FZSHELLEXT) .
216
204
dist_noinst_DATA = FileZilla.sln
217
205
all: all-recursive
218
206
 
253
241
clean-libtool:
254
242
        -rm -rf .libs _libs
255
243
 
256
 
distclean-libtool:
257
 
        -rm -f libtool
258
 
uninstall-info-am:
259
 
 
260
244
# This directory's subdirectories are mostly independent; you can cd
261
245
# into them and run `make' without going through this Makefile.
262
246
# To change the values of `make' variables: instead of editing Makefiles,
288
272
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
289
273
        fi; test -z "$$fail"
290
274
 
291
 
mostlyclean-recursive clean-recursive distclean-recursive \
292
 
maintainer-clean-recursive:
 
275
$(RECURSIVE_CLEAN_TARGETS):
293
276
        @failcom='exit 1'; \
294
277
        for f in x $$MAKEFLAGS; do \
295
278
          case $$f in \
390
373
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
374
 
392
375
distdir: $(DISTFILES)
393
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
394
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
395
 
        list='$(DISTFILES)'; for file in $$list; do \
396
 
          case $$file in \
397
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
398
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
399
 
          esac; \
 
376
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
377
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
378
        list='$(DISTFILES)'; \
 
379
          dist_files=`for file in $$list; do echo $$file; done | \
 
380
          sed -e "s|^$$srcdirstrip/||;t" \
 
381
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
382
        case $$dist_files in \
 
383
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
384
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
385
                           sort -u` ;; \
 
386
        esac; \
 
387
        for file in $$dist_files; do \
400
388
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
401
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
402
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
403
 
            dir="/$$dir"; \
404
 
            $(mkdir_p) "$(distdir)$$dir"; \
405
 
          else \
406
 
            dir=''; \
407
 
          fi; \
408
389
          if test -d $$d/$$file; then \
 
390
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409
391
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410
392
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
411
393
            fi; \
419
401
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
420
402
          if test "$$subdir" = .; then :; else \
421
403
            test -d "$(distdir)/$$subdir" \
422
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
404
            || $(MKDIR_P) "$(distdir)/$$subdir" \
423
405
            || exit 1; \
424
406
            distdir=`$(am__cd) $(distdir) && pwd`; \
425
407
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
427
409
              $(MAKE) $(AM_MAKEFLAGS) \
428
410
                top_distdir="$$top_distdir" \
429
411
                distdir="$$distdir/$$subdir" \
 
412
                am__remove_distdir=: \
 
413
                am__skip_length_check=: \
430
414
                distdir) \
431
415
              || exit 1; \
432
416
          fi; \
466
450
 
467
451
distclean: distclean-recursive
468
452
        -rm -f Makefile
469
 
distclean-am: clean-am distclean-generic distclean-libtool \
470
 
        distclean-tags
 
453
distclean-am: clean-am distclean-generic distclean-tags
471
454
 
472
455
dvi: dvi-recursive
473
456
 
481
464
 
482
465
install-data-am:
483
466
 
 
467
install-dvi: install-dvi-recursive
 
468
 
484
469
install-exec-am:
485
470
 
 
471
install-html: install-html-recursive
 
472
 
486
473
install-info: install-info-recursive
487
474
 
488
475
install-man:
489
476
 
 
477
install-pdf: install-pdf-recursive
 
478
 
 
479
install-ps: install-ps-recursive
 
480
 
490
481
installcheck-am:
491
482
 
492
483
maintainer-clean: maintainer-clean-recursive
505
496
 
506
497
ps-am:
507
498
 
508
 
uninstall-am: uninstall-info-am
509
 
 
510
 
uninstall-info: uninstall-info-recursive
511
 
 
512
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
513
 
        clean clean-generic clean-libtool clean-recursive ctags \
514
 
        ctags-recursive distclean distclean-generic distclean-libtool \
515
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
499
uninstall-am:
 
500
 
 
501
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
502
        install-strip
 
503
 
 
504
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
505
        all all-am check check-am clean clean-generic clean-libtool \
 
506
        ctags ctags-recursive distclean distclean-generic \
 
507
        distclean-libtool distclean-tags distdir dvi dvi-am html \
516
508
        html-am info info-am install install-am install-data \
517
 
        install-data-am install-exec install-exec-am install-info \
518
 
        install-info-am install-man install-strip installcheck \
 
509
        install-data-am install-dvi install-dvi-am install-exec \
 
510
        install-exec-am install-html install-html-am install-info \
 
511
        install-info-am install-man install-pdf install-pdf-am \
 
512
        install-ps install-ps-am install-strip installcheck \
519
513
        installcheck-am installdirs installdirs-am maintainer-clean \
520
 
        maintainer-clean-generic maintainer-clean-recursive \
521
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
522
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
523
 
        uninstall uninstall-am uninstall-info-am
 
514
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
515
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
516
        uninstall uninstall-am
524
517
 
525
518
# Tell versions [3.59,3.63) of GNU make to not export all variables.
526
519
# Otherwise a system limit (for SysV at least) may be exceeded.