1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \
94	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
95	$(top_srcdir)/m4/ax_check_define.m4 \
96	$(top_srcdir)/m4/ax_check_link_flag.m4 \
97	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
98	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_17.m4 \
99	$(top_srcdir)/m4/check_atomic.m4 \
100	$(top_srcdir)/m4/check_clock_gettime.m4 \
101	$(top_srcdir)/m4/check_libc++.m4 \
102	$(top_srcdir)/m4/check_lrt_for_shm_open.m4 \
103	$(top_srcdir)/m4/check_memfd_create.m4 \
104	$(top_srcdir)/m4/check_steady_clock.m4 \
105	$(top_srcdir)/m4/check_thread_local.m4 \
106	$(top_srcdir)/m4/check_time.m4 \
107	$(top_srcdir)/m4/fz_check_pugixml.m4 \
108	$(top_srcdir)/m4/fz_checkversion.m4 \
109	$(top_srcdir)/m4/icopyhookw.m4 $(top_srcdir)/m4/libtool.m4 \
110	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
111	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
112	$(top_srcdir)/m4/map_emplace.m4 $(top_srcdir)/m4/pkg.m4 \
113	$(top_srcdir)/m4/wxwin.m4 $(top_srcdir)/configure.ac
114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115	$(ACLOCAL_M4)
116DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
117	$(am__configure_deps) $(dist_docs_DATA) $(dist_noinst_DATA) \
118	$(am__DIST_COMMON)
119am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120 configure.lineno config.status.lineno
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = $(top_builddir)/config/config.h
123CONFIG_CLEAN_FILES = src/fzshellext/version.rc
124CONFIG_CLEAN_VPATH_FILES =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo "  GEN     " $@;
132am__v_GEN_1 =
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 =
137SOURCES =
138DIST_SOURCES =
139RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
140	ctags-recursive dvi-recursive html-recursive info-recursive \
141	install-data-recursive install-dvi-recursive \
142	install-exec-recursive install-html-recursive \
143	install-info-recursive install-pdf-recursive \
144	install-ps-recursive install-recursive installcheck-recursive \
145	installdirs-recursive pdf-recursive ps-recursive \
146	tags-recursive uninstall-recursive
147am__can_run_installinfo = \
148  case $$AM_UPDATE_INFO_DIR in \
149    n|no|NO) false;; \
150    *) (install-info --version) >/dev/null 2>&1;; \
151  esac
152am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153am__vpath_adj = case $$p in \
154    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155    *) f=$$p;; \
156  esac;
157am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158am__install_max = 40
159am__nobase_strip_setup = \
160  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161am__nobase_strip = \
162  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163am__nobase_list = $(am__nobase_strip_setup); \
164  for p in $$list; do echo "$$p $$p"; done | \
165  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167    if (++n[$$2] == $(am__install_max)) \
168      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169    END { for (dir in files) print dir, files[dir] }'
170am__base_list = \
171  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173am__uninstall_files_from_dir = { \
174  test -z "$$files" \
175    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177         $(am__cd) "$$dir" && rm -f $$files; }; \
178  }
179man1dir = $(mandir)/man1
180am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
181	"$(DESTDIR)$(docsdir)"
182man5dir = $(mandir)/man5
183NROFF = nroff
184MANS = $(dist_man1_MANS) $(dist_man5_MANS)
185DATA = $(dist_docs_DATA) $(dist_noinst_DATA)
186RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
187  distclean-recursive maintainer-clean-recursive
188am__recursive_targets = \
189  $(RECURSIVE_TARGETS) \
190  $(RECURSIVE_CLEAN_TARGETS) \
191  $(am__extra_recursive_targets)
192AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
193	cscope distdir distdir-am dist dist-all distcheck
194am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195# Read a list of newline-separated strings from the standard input,
196# and print each of them once, without duplicates.  Input order is
197# *not* preserved.
198am__uniquify_input = $(AWK) '\
199  BEGIN { nonempty = 0; } \
200  { items[$$0] = 1; nonempty = 1; } \
201  END { if (nonempty) { for (i in items) print i; }; } \
202'
203# Make sure the list of sources is unique.  This is necessary because,
204# e.g., the same source file might be shared among _SOURCES variables
205# for different programs/libraries.
206am__define_uniq_tagged_files = \
207  list='$(am__tagged_files)'; \
208  unique=`for i in $$list; do \
209    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210  done | $(am__uniquify_input)`
211ETAGS = etags
212CTAGS = ctags
213CSCOPE = cscope
214DIST_SUBDIRS = . src locales data tests
215am__DIST_COMMON = $(dist_man1_MANS) $(dist_man5_MANS) \
216	$(srcdir)/Makefile.in $(top_srcdir)/config/compile \
217	$(top_srcdir)/config/config.guess \
218	$(top_srcdir)/config/config.h.in \
219	$(top_srcdir)/config/config.sub \
220	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
221	$(top_srcdir)/config/missing \
222	$(top_srcdir)/src/fzshellext/version.rc.in AUTHORS COPYING \
223	ChangeLog INSTALL NEWS README config/compile \
224	config/config.guess config/config.sub config/depcomp \
225	config/install-sh config/ltmain.sh config/missing
226DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
227distdir = $(PACKAGE)-$(VERSION)
228top_distdir = $(distdir)
229am__remove_distdir = \
230  if test -d "$(distdir)"; then \
231    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
232      && rm -rf "$(distdir)" \
233      || { sleep 5 && rm -rf "$(distdir)"; }; \
234  else :; fi
235am__post_remove_distdir = $(am__remove_distdir)
236am__relativize = \
237  dir0=`pwd`; \
238  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
239  sed_rest='s,^[^/]*/*,,'; \
240  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
241  sed_butlast='s,/*[^/]*$$,,'; \
242  while test -n "$$dir1"; do \
243    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
244    if test "$$first" != "."; then \
245      if test "$$first" = ".."; then \
246        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
247        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
248      else \
249        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
250        if test "$$first2" = "$$first"; then \
251          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
252        else \
253          dir2="../$$dir2"; \
254        fi; \
255        dir0="$$dir0"/"$$first"; \
256      fi; \
257    fi; \
258    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
259  done; \
260  reldir="$$dir2"
261GZIP_ENV = --best
262DIST_ARCHIVES = $(distdir).tar.bz2
263DIST_TARGETS = dist-bzip2
264distuninstallcheck_listfiles = find . -type f -print
265am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
266  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
267distcleancheck_listfiles = find . -type f -print
268ACLOCAL = @ACLOCAL@
269AMTAR = @AMTAR@
270AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
271AR = @AR@
272AUTOCONF = @AUTOCONF@
273AUTOHEADER = @AUTOHEADER@
274AUTOMAKE = @AUTOMAKE@
275AWK = @AWK@
276CC = @CC@
277CCDEPMODE = @CCDEPMODE@
278CFBUNDLEIDSUFFIX = @CFBUNDLEIDSUFFIX@
279CFLAGS = @CFLAGS@
280CPP = @CPP@
281CPPFLAGS = @CPPFLAGS@
282CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
283CPPUNIT_LIBS = @CPPUNIT_LIBS@
284CXX = @CXX@
285CXXCPP = @CXXCPP@
286CXXDEPMODE = @CXXDEPMODE@
287CXXFLAGS = @CXXFLAGS@
288CYGPATH_W = @CYGPATH_W@
289DEFS = @DEFS@
290DEPDIR = @DEPDIR@
291DLLTOOL = @DLLTOOL@
292DSYMUTIL = @DSYMUTIL@
293DUMPBIN = @DUMPBIN@
294ECHO_C = @ECHO_C@
295ECHO_N = @ECHO_N@
296ECHO_T = @ECHO_T@
297EGREP = @EGREP@
298EXEEXT = @EXEEXT@
299FGREP = @FGREP@
300FILEZILLA_LINGUAS = @FILEZILLA_LINGUAS@
301FILEZILLA_LINGUAS_MO = @FILEZILLA_LINGUAS_MO@
302FILEZILLA_LINGUAS_PO = @FILEZILLA_LINGUAS_PO@
303FILEZILLA_LINGUAS_PO_NEW = @FILEZILLA_LINGUAS_PO_NEW@
304GREP = @GREP@
305HAVE_CXX17 = @HAVE_CXX17@
306HOGWEED_CFLAGS = @HOGWEED_CFLAGS@
307HOGWEED_LIBS = @HOGWEED_LIBS@
308IDN_LIB = @IDN_LIB@
309INSTALL = @INSTALL@
310INSTALL_DATA = @INSTALL_DATA@
311INSTALL_PROGRAM = @INSTALL_PROGRAM@
312INSTALL_SCRIPT = @INSTALL_SCRIPT@
313INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
314LD = @LD@
315LDFLAGS = @LDFLAGS@
316LIBDBUS_CFLAGS = @LIBDBUS_CFLAGS@
317LIBDBUS_LIBS = @LIBDBUS_LIBS@
318LIBFILEZILLA_CFLAGS = @LIBFILEZILLA_CFLAGS@
319LIBFILEZILLA_LIBS = @LIBFILEZILLA_LIBS@
320LIBGTK_CFLAGS = @LIBGTK_CFLAGS@
321LIBGTK_LIBS = @LIBGTK_LIBS@
322LIBOBJS = @LIBOBJS@
323LIBS = @LIBS@
324LIBSQLITE3_CFLAGS = @LIBSQLITE3_CFLAGS@
325LIBSQLITE3_LIBS = @LIBSQLITE3_LIBS@
326LIBTOOL = @LIBTOOL@
327LIBUPLINK_CFLAGS = @LIBUPLINK_CFLAGS@
328LIBUPLINK_LIBS = @LIBUPLINK_LIBS@
329LIPO = @LIPO@
330LN_S = @LN_S@
331LTLIBOBJS = @LTLIBOBJS@
332LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
333MAKEINFO = @MAKEINFO@
334MANIFEST_TOOL = @MANIFEST_TOOL@
335MKDIR_P = @MKDIR_P@
336NETTLE_CFLAGS = @NETTLE_CFLAGS@
337NETTLE_LIBS = @NETTLE_LIBS@
338NM = @NM@
339NMEDIT = @NMEDIT@
340NSIS_64BIT = @NSIS_64BIT@
341OBJCXX = @OBJCXX@
342OBJCXXDEPMODE = @OBJCXXDEPMODE@
343OBJCXXFLAGS = @OBJCXXFLAGS@
344OBJDUMP = @OBJDUMP@
345OBJEXT = @OBJEXT@
346OTOOL = @OTOOL@
347OTOOL64 = @OTOOL64@
348PACKAGE = @PACKAGE@
349PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
350PACKAGE_NAME = @PACKAGE_NAME@
351PACKAGE_STRING = @PACKAGE_STRING@
352PACKAGE_TARNAME = @PACKAGE_TARNAME@
353PACKAGE_URL = @PACKAGE_URL@
354PACKAGE_VERSION = @PACKAGE_VERSION@
355PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
356PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
357PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
358PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
359PATH_SEPARATOR = @PATH_SEPARATOR@
360PKG_CONFIG = @PKG_CONFIG@
361PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
362PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
363PUGIXML_LIBS = @PUGIXML_LIBS@
364RANLIB = @RANLIB@
365SED = @SED@
366SET_MAKE = @SET_MAKE@
367SHELL = @SHELL@
368STRIP = @STRIP@
369VERSION = @VERSION@
370WINDRES = @WINDRES@
371WINDRESFLAGS = @WINDRESFLAGS@
372WXRC = @WXRC@
373WX_CFLAGS = @WX_CFLAGS@
374WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
375WX_CONFIG_PATH = @WX_CONFIG_PATH@
376WX_CONFIG_WITH_ARGS = @WX_CONFIG_WITH_ARGS@
377WX_CPPFLAGS = @WX_CPPFLAGS@
378WX_CXXFLAGS = @WX_CXXFLAGS@
379WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
380WX_LIBS = @WX_LIBS@
381WX_LIBS_STATIC = @WX_LIBS_STATIC@
382WX_RESCOMP = @WX_RESCOMP@
383WX_VERSION = @WX_VERSION@
384WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
385WX_VERSION_MICRO = @WX_VERSION_MICRO@
386WX_VERSION_MINOR = @WX_VERSION_MINOR@
387abs_builddir = @abs_builddir@
388abs_srcdir = @abs_srcdir@
389abs_top_builddir = @abs_top_builddir@
390abs_top_srcdir = @abs_top_srcdir@
391ac_ct_AR = @ac_ct_AR@
392ac_ct_CC = @ac_ct_CC@
393ac_ct_CXX = @ac_ct_CXX@
394ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
395ac_ct_OBJCXX = @ac_ct_OBJCXX@
396am__include = @am__include@
397am__leading_dot = @am__leading_dot@
398am__quote = @am__quote@
399am__tar = @am__tar@
400am__untar = @am__untar@
401bindir = @bindir@
402build = @build@
403build_alias = @build_alias@
404build_cpu = @build_cpu@
405build_os = @build_os@
406build_vendor = @build_vendor@
407builddir = @builddir@
408datadir = @datadir@
409datarootdir = @datarootdir@
410docdir = @docdir@
411dvidir = @dvidir@
412exec_prefix = @exec_prefix@
413host = @host@
414host_alias = @host_alias@
415host_cpu = @host_cpu@
416host_os = @host_os@
417host_vendor = @host_vendor@
418htmldir = @htmldir@
419includedir = @includedir@
420infodir = @infodir@
421install_sh = @install_sh@
422libdir = @libdir@
423libexecdir = @libexecdir@
424localedir = @localedir@
425localstatedir = @localstatedir@
426mandir = @mandir@
427mkdir_p = @mkdir_p@
428msgfmt = @msgfmt@
429msgmerge = @msgmerge@
430oldincludedir = @oldincludedir@
431pdfdir = @pdfdir@
432prefix = @prefix@
433program_transform_name = @program_transform_name@
434psdir = @psdir@
435runstatedir = @runstatedir@
436sbindir = @sbindir@
437sharedstatedir = @sharedstatedir@
438srcdir = @srcdir@
439subdirs = @subdirs@
440sysconfdir = @sysconfdir@
441target_alias = @target_alias@
442top_build_prefix = @top_build_prefix@
443top_builddir = @top_builddir@
444top_srcdir = @top_srcdir@
445xdgopen = @xdgopen@
446xgettext = @xgettext@
447ACLOCAL_AMFLAGS = -I m4
448AUTOMAKE_OPTIONS = 1.6
449@LOCALES_ONLY_FALSE@MAYBE_SRCDIR = src
450@LOCALES_ONLY_FALSE@MAYBE_DATADIR = data
451@HAS_CPPUNIT_TRUE@@LOCALES_ONLY_FALSE@MAYBE_TESTS = tests
452@LOCALES_TRUE@MAYBE_LOCALES = locales
453SUBDIRS = . $(MAYBE_SRCDIR) $(MAYBE_LOCALES) $(MAYBE_DATADIR) $(MAYBE_TESTS)
454dist_noinst_DATA = GPL.html docs/iconspecs.htm
455docsdir = $(pkgdatadir)/docs
456dist_docs_DATA = docs/fzdefaults.xml.example
457dist_man1_MANS = docs/filezilla.man \
458		 docs/fzputtygen.man \
459		 docs/fzsftp.man
460
461dist_man5_MANS = docs/fzdefaults.xml.man
462all: all-recursive
463
464.SUFFIXES:
465am--refresh: Makefile
466	@:
467$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
468	@for dep in $?; do \
469	  case '$(am__configure_deps)' in \
470	    *$$dep*) \
471	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
472	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
473		&& exit 0; \
474	      exit 1;; \
475	  esac; \
476	done; \
477	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
478	$(am__cd) $(top_srcdir) && \
479	  $(AUTOMAKE) --gnu Makefile
480Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
481	@case '$?' in \
482	  *config.status*) \
483	    echo ' $(SHELL) ./config.status'; \
484	    $(SHELL) ./config.status;; \
485	  *) \
486	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
487	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
488	esac;
489
490$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
491	$(SHELL) ./config.status --recheck
492
493$(top_srcdir)/configure:  $(am__configure_deps)
494	$(am__cd) $(srcdir) && $(AUTOCONF)
495$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
496	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
497$(am__aclocal_m4_deps):
498
499config/config.h: config/stamp-h1
500	@test -f $@ || rm -f config/stamp-h1
501	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) config/stamp-h1
502
503config/stamp-h1: $(top_srcdir)/config/config.h.in $(top_builddir)/config.status
504	@rm -f config/stamp-h1
505	cd $(top_builddir) && $(SHELL) ./config.status config/config.h
506$(top_srcdir)/config/config.h.in:  $(am__configure_deps)
507	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
508	rm -f config/stamp-h1
509	touch $@
510
511distclean-hdr:
512	-rm -f config/config.h config/stamp-h1
513src/fzshellext/version.rc: $(top_builddir)/config.status $(top_srcdir)/src/fzshellext/version.rc.in
514	cd $(top_builddir) && $(SHELL) ./config.status $@
515
516mostlyclean-libtool:
517	-rm -f *.lo
518
519clean-libtool:
520	-rm -rf .libs _libs
521
522distclean-libtool:
523	-rm -f libtool config.lt
524install-man1: $(dist_man1_MANS)
525	@$(NORMAL_INSTALL)
526	@list1='$(dist_man1_MANS)'; \
527	list2=''; \
528	test -n "$(man1dir)" \
529	  && test -n "`echo $$list1$$list2`" \
530	  || exit 0; \
531	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
532	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
533	{ for i in $$list1; do echo "$$i"; done;  \
534	if test -n "$$list2"; then \
535	  for i in $$list2; do echo "$$i"; done \
536	    | sed -n '/\.1[a-z]*$$/p'; \
537	fi; \
538	} | while read p; do \
539	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
540	  echo "$$d$$p"; echo "$$p"; \
541	done | \
542	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
543	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
544	sed 'N;N;s,\n, ,g' | { \
545	list=; while read file base inst; do \
546	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
547	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
548	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
549	  fi; \
550	done; \
551	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
552	while read files; do \
553	  test -z "$$files" || { \
554	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
555	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
556	done; }
557
558uninstall-man1:
559	@$(NORMAL_UNINSTALL)
560	@list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
561	files=`{ for i in $$list; do echo "$$i"; done; \
562	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
563	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
564	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
565install-man5: $(dist_man5_MANS)
566	@$(NORMAL_INSTALL)
567	@list1='$(dist_man5_MANS)'; \
568	list2=''; \
569	test -n "$(man5dir)" \
570	  && test -n "`echo $$list1$$list2`" \
571	  || exit 0; \
572	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
573	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
574	{ for i in $$list1; do echo "$$i"; done;  \
575	if test -n "$$list2"; then \
576	  for i in $$list2; do echo "$$i"; done \
577	    | sed -n '/\.5[a-z]*$$/p'; \
578	fi; \
579	} | while read p; do \
580	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
581	  echo "$$d$$p"; echo "$$p"; \
582	done | \
583	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
584	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
585	sed 'N;N;s,\n, ,g' | { \
586	list=; while read file base inst; do \
587	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
588	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
589	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
590	  fi; \
591	done; \
592	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
593	while read files; do \
594	  test -z "$$files" || { \
595	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
596	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
597	done; }
598
599uninstall-man5:
600	@$(NORMAL_UNINSTALL)
601	@list='$(dist_man5_MANS)'; test -n "$(man5dir)" || exit 0; \
602	files=`{ for i in $$list; do echo "$$i"; done; \
603	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
604	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
605	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
606install-dist_docsDATA: $(dist_docs_DATA)
607	@$(NORMAL_INSTALL)
608	@list='$(dist_docs_DATA)'; test -n "$(docsdir)" || list=; \
609	if test -n "$$list"; then \
610	  echo " $(MKDIR_P) '$(DESTDIR)$(docsdir)'"; \
611	  $(MKDIR_P) "$(DESTDIR)$(docsdir)" || exit 1; \
612	fi; \
613	for p in $$list; do \
614	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
615	  echo "$$d$$p"; \
616	done | $(am__base_list) | \
617	while read files; do \
618	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docsdir)'"; \
619	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docsdir)" || exit $$?; \
620	done
621
622uninstall-dist_docsDATA:
623	@$(NORMAL_UNINSTALL)
624	@list='$(dist_docs_DATA)'; test -n "$(docsdir)" || list=; \
625	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
626	dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir)
627
628# This directory's subdirectories are mostly independent; you can cd
629# into them and run 'make' without going through this Makefile.
630# To change the values of 'make' variables: instead of editing Makefiles,
631# (1) if the variable is set in 'config.status', edit 'config.status'
632#     (which will cause the Makefiles to be regenerated when you run 'make');
633# (2) otherwise, pass the desired values on the 'make' command line.
634$(am__recursive_targets):
635	@fail=; \
636	if $(am__make_keepgoing); then \
637	  failcom='fail=yes'; \
638	else \
639	  failcom='exit 1'; \
640	fi; \
641	dot_seen=no; \
642	target=`echo $@ | sed s/-recursive//`; \
643	case "$@" in \
644	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
645	  *) list='$(SUBDIRS)' ;; \
646	esac; \
647	for subdir in $$list; do \
648	  echo "Making $$target in $$subdir"; \
649	  if test "$$subdir" = "."; then \
650	    dot_seen=yes; \
651	    local_target="$$target-am"; \
652	  else \
653	    local_target="$$target"; \
654	  fi; \
655	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
656	  || eval $$failcom; \
657	done; \
658	if test "$$dot_seen" = "no"; then \
659	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
660	fi; test -z "$$fail"
661
662ID: $(am__tagged_files)
663	$(am__define_uniq_tagged_files); mkid -fID $$unique
664tags: tags-recursive
665TAGS: tags
666
667tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
668	set x; \
669	here=`pwd`; \
670	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
671	  include_option=--etags-include; \
672	  empty_fix=.; \
673	else \
674	  include_option=--include; \
675	  empty_fix=; \
676	fi; \
677	list='$(SUBDIRS)'; for subdir in $$list; do \
678	  if test "$$subdir" = .; then :; else \
679	    test ! -f $$subdir/TAGS || \
680	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
681	  fi; \
682	done; \
683	$(am__define_uniq_tagged_files); \
684	shift; \
685	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
686	  test -n "$$unique" || unique=$$empty_fix; \
687	  if test $$# -gt 0; then \
688	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
689	      "$$@" $$unique; \
690	  else \
691	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
692	      $$unique; \
693	  fi; \
694	fi
695ctags: ctags-recursive
696
697CTAGS: ctags
698ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
699	$(am__define_uniq_tagged_files); \
700	test -z "$(CTAGS_ARGS)$$unique" \
701	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
702	     $$unique
703
704GTAGS:
705	here=`$(am__cd) $(top_builddir) && pwd` \
706	  && $(am__cd) $(top_srcdir) \
707	  && gtags -i $(GTAGS_ARGS) "$$here"
708cscope: cscope.files
709	test ! -s cscope.files \
710	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
711clean-cscope:
712	-rm -f cscope.files
713cscope.files: clean-cscope cscopelist
714cscopelist: cscopelist-recursive
715
716cscopelist-am: $(am__tagged_files)
717	list='$(am__tagged_files)'; \
718	case "$(srcdir)" in \
719	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
720	  *) sdir=$(subdir)/$(srcdir) ;; \
721	esac; \
722	for i in $$list; do \
723	  if test -f "$$i"; then \
724	    echo "$(subdir)/$$i"; \
725	  else \
726	    echo "$$sdir/$$i"; \
727	  fi; \
728	done >> $(top_builddir)/cscope.files
729
730distclean-tags:
731	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
732	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
733
734distdir: $(BUILT_SOURCES)
735	$(MAKE) $(AM_MAKEFLAGS) distdir-am
736
737distdir-am: $(DISTFILES)
738	$(am__remove_distdir)
739	test -d "$(distdir)" || mkdir "$(distdir)"
740	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
741	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
742	list='$(DISTFILES)'; \
743	  dist_files=`for file in $$list; do echo $$file; done | \
744	  sed -e "s|^$$srcdirstrip/||;t" \
745	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
746	case $$dist_files in \
747	  */*) $(MKDIR_P) `echo "$$dist_files" | \
748			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
749			   sort -u` ;; \
750	esac; \
751	for file in $$dist_files; do \
752	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
753	  if test -d $$d/$$file; then \
754	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
755	    if test -d "$(distdir)/$$file"; then \
756	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
757	    fi; \
758	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
759	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
760	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
761	    fi; \
762	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
763	  else \
764	    test -f "$(distdir)/$$file" \
765	    || cp -p $$d/$$file "$(distdir)/$$file" \
766	    || exit 1; \
767	  fi; \
768	done
769	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
770	  if test "$$subdir" = .; then :; else \
771	    $(am__make_dryrun) \
772	      || test -d "$(distdir)/$$subdir" \
773	      || $(MKDIR_P) "$(distdir)/$$subdir" \
774	      || exit 1; \
775	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
776	    $(am__relativize); \
777	    new_distdir=$$reldir; \
778	    dir1=$$subdir; dir2="$(top_distdir)"; \
779	    $(am__relativize); \
780	    new_top_distdir=$$reldir; \
781	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
782	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
783	    ($(am__cd) $$subdir && \
784	      $(MAKE) $(AM_MAKEFLAGS) \
785	        top_distdir="$$new_top_distdir" \
786	        distdir="$$new_distdir" \
787		am__remove_distdir=: \
788		am__skip_length_check=: \
789		am__skip_mode_fix=: \
790	        distdir) \
791	      || exit 1; \
792	  fi; \
793	done
794	-test -n "$(am__skip_mode_fix)" \
795	|| find "$(distdir)" -type d ! -perm -755 \
796		-exec chmod u+rwx,go+rx {} \; -o \
797	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
798	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
799	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
800	|| chmod -R a+r "$(distdir)"
801dist-gzip: distdir
802	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
803	$(am__post_remove_distdir)
804dist-bzip2: distdir
805	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
806	$(am__post_remove_distdir)
807
808dist-lzip: distdir
809	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
810	$(am__post_remove_distdir)
811
812dist-xz: distdir
813	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
814	$(am__post_remove_distdir)
815
816dist-tarZ: distdir
817	@echo WARNING: "Support for distribution archives compressed with" \
818		       "legacy program 'compress' is deprecated." >&2
819	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
820	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
821	$(am__post_remove_distdir)
822
823dist-shar: distdir
824	@echo WARNING: "Support for shar distribution archives is" \
825	               "deprecated." >&2
826	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
827	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
828	$(am__post_remove_distdir)
829
830dist-zip: distdir
831	-rm -f $(distdir).zip
832	zip -rq $(distdir).zip $(distdir)
833	$(am__post_remove_distdir)
834
835dist dist-all:
836	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
837	$(am__post_remove_distdir)
838
839# This target untars the dist file and tries a VPATH configuration.  Then
840# it guarantees that the distribution is self-contained by making another
841# tarfile.
842distcheck: dist
843	case '$(DIST_ARCHIVES)' in \
844	*.tar.gz*) \
845	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
846	*.tar.bz2*) \
847	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
848	*.tar.lz*) \
849	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
850	*.tar.xz*) \
851	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
852	*.tar.Z*) \
853	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
854	*.shar.gz*) \
855	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
856	*.zip*) \
857	  unzip $(distdir).zip ;;\
858	esac
859	chmod -R a-w $(distdir)
860	chmod u+w $(distdir)
861	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
862	chmod a-w $(distdir)
863	test -d $(distdir)/_build || exit 0; \
864	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
865	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
866	  && am__cwd=`pwd` \
867	  && $(am__cd) $(distdir)/_build/sub \
868	  && ../../configure \
869	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
870	    $(DISTCHECK_CONFIGURE_FLAGS) \
871	    --srcdir=../.. --prefix="$$dc_install_base" \
872	  && $(MAKE) $(AM_MAKEFLAGS) \
873	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
874	  && $(MAKE) $(AM_MAKEFLAGS) check \
875	  && $(MAKE) $(AM_MAKEFLAGS) install \
876	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
877	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
878	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
879	        distuninstallcheck \
880	  && chmod -R a-w "$$dc_install_base" \
881	  && ({ \
882	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
883	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
884	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
885	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
886	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
887	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
888	  && rm -rf "$$dc_destdir" \
889	  && $(MAKE) $(AM_MAKEFLAGS) dist \
890	  && rm -rf $(DIST_ARCHIVES) \
891	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
892	  && cd "$$am__cwd" \
893	  || exit 1
894	$(am__post_remove_distdir)
895	@(echo "$(distdir) archives ready for distribution: "; \
896	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
897	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
898distuninstallcheck:
899	@test -n '$(distuninstallcheck_dir)' || { \
900	  echo 'ERROR: trying to run $@ with an empty' \
901	       '$$(distuninstallcheck_dir)' >&2; \
902	  exit 1; \
903	}; \
904	$(am__cd) '$(distuninstallcheck_dir)' || { \
905	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
906	  exit 1; \
907	}; \
908	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
909	   || { echo "ERROR: files left after uninstall:" ; \
910	        if test -n "$(DESTDIR)"; then \
911	          echo "  (check DESTDIR support)"; \
912	        fi ; \
913	        $(distuninstallcheck_listfiles) ; \
914	        exit 1; } >&2
915distcleancheck: distclean
916	@if test '$(srcdir)' = . ; then \
917	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
918	  exit 1 ; \
919	fi
920	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
921	  || { echo "ERROR: files left in build directory after distclean:" ; \
922	       $(distcleancheck_listfiles) ; \
923	       exit 1; } >&2
924check-am: all-am
925check: check-recursive
926all-am: Makefile $(MANS) $(DATA)
927installdirs: installdirs-recursive
928installdirs-am:
929	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(docsdir)"; do \
930	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
931	done
932install: install-recursive
933install-exec: install-exec-recursive
934install-data: install-data-recursive
935uninstall: uninstall-recursive
936
937install-am: all-am
938	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
939
940installcheck: installcheck-recursive
941install-strip:
942	if test -z '$(STRIP)'; then \
943	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
944	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
945	      install; \
946	else \
947	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
948	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
949	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
950	fi
951mostlyclean-generic:
952
953clean-generic:
954
955distclean-generic:
956	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
957	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
958
959maintainer-clean-generic:
960	@echo "This command is intended for maintainers to use"
961	@echo "it deletes files that may require special tools to rebuild."
962@LOCALES_ONLY_TRUE@clean-local:
963@MACAPPBUNDLE_FALSE@clean-local:
964clean: clean-recursive
965
966clean-am: clean-generic clean-libtool clean-local mostlyclean-am
967
968distclean: distclean-recursive
969	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
970	-rm -f Makefile
971distclean-am: clean-am distclean-generic distclean-hdr \
972	distclean-libtool distclean-tags
973
974dvi: dvi-recursive
975
976dvi-am:
977
978html: html-recursive
979
980html-am:
981
982info: info-recursive
983
984info-am:
985
986install-data-am: install-dist_docsDATA install-man
987
988install-dvi: install-dvi-recursive
989
990install-dvi-am:
991
992install-exec-am:
993
994install-html: install-html-recursive
995
996install-html-am:
997
998install-info: install-info-recursive
999
1000install-info-am:
1001
1002install-man: install-man1 install-man5
1003
1004install-pdf: install-pdf-recursive
1005
1006install-pdf-am:
1007
1008install-ps: install-ps-recursive
1009
1010install-ps-am:
1011
1012installcheck-am:
1013
1014maintainer-clean: maintainer-clean-recursive
1015	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1016	-rm -rf $(top_srcdir)/autom4te.cache
1017	-rm -f Makefile
1018maintainer-clean-am: distclean-am maintainer-clean-generic
1019
1020mostlyclean: mostlyclean-recursive
1021
1022mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1023
1024pdf: pdf-recursive
1025
1026pdf-am:
1027
1028ps: ps-recursive
1029
1030ps-am:
1031
1032uninstall-am: uninstall-dist_docsDATA uninstall-man
1033
1034uninstall-man: uninstall-man1 uninstall-man5
1035
1036.MAKE: $(am__recursive_targets) install-am install-strip
1037
1038.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1039	am--refresh check check-am clean clean-cscope clean-generic \
1040	clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
1041	dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
1042	dist-tarZ dist-xz dist-zip distcheck distclean \
1043	distclean-generic distclean-hdr distclean-libtool \
1044	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1045	dvi-am html html-am info info-am install install-am \
1046	install-data install-data-am install-dist_docsDATA install-dvi \
1047	install-dvi-am install-exec install-exec-am install-html \
1048	install-html-am install-info install-info-am install-man \
1049	install-man1 install-man5 install-pdf install-pdf-am \
1050	install-ps install-ps-am install-strip installcheck \
1051	installcheck-am installdirs installdirs-am maintainer-clean \
1052	maintainer-clean-generic mostlyclean mostlyclean-generic \
1053	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1054	uninstall-am uninstall-dist_docsDATA uninstall-man \
1055	uninstall-man1 uninstall-man5
1056
1057.PRECIOUS: Makefile
1058
1059
1060@LOCALES_ONLY_FALSE@@MACAPPBUNDLE_TRUE@clean-local:
1061@LOCALES_ONLY_FALSE@@MACAPPBUNDLE_TRUE@	rm -rf FileZilla.app
1062
1063# Tell versions [3.59,3.63) of GNU make to not export all variables.
1064# Otherwise a system limit (for SysV at least) may be exceeded.
1065.NOEXPORT:
1066