# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ../..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = fzsftp$(EXEEXT)
@SFTP_UNIX_TRUE@am__append_1 = time.c
@SFTP_MINGW_TRUE@am__append_2 = pproxy.c
subdir = src/putty
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/cppunit.m4 \
$(top_srcdir)/fz_checkversion.m4 $(top_srcdir)/libgnutls.m4 \
$(top_srcdir)/wxwin.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/src/include/config.h
CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(bindir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am__fzsftp_SOURCES_DIST = ssh.c sshcrc.c sshdes.c sshmd5.c sshrsa.c \
sshrand.c sshsha.c sshblowf.c sshdh.c sshcrcda.c sshpubk.c \
sshzlib.c sshdss.c x11fwd.c portfwd.c sshaes.c sshsh256.c \
sshsh512.c sshbn.c wildcard.c pinger.c ssharcf.c sftp.c \
int64.c logging.c be_none.c cproxy.c psftp.c cmdline.c \
timing.c misc.c version.c settings.c tree234.c proxy.c \
fzsftp.c time.c pproxy.c
@SFTP_UNIX_TRUE@am__objects_1 = fzsftp-time.$(OBJEXT)
@SFTP_MINGW_TRUE@am__objects_2 = fzsftp-pproxy.$(OBJEXT)
am_fzsftp_OBJECTS = fzsftp-ssh.$(OBJEXT) fzsftp-sshcrc.$(OBJEXT) \
fzsftp-sshdes.$(OBJEXT) fzsftp-sshmd5.$(OBJEXT) \
fzsftp-sshrsa.$(OBJEXT) fzsftp-sshrand.$(OBJEXT) \
fzsftp-sshsha.$(OBJEXT) fzsftp-sshblowf.$(OBJEXT) \
fzsftp-sshdh.$(OBJEXT) fzsftp-sshcrcda.$(OBJEXT) \
fzsftp-sshpubk.$(OBJEXT) fzsftp-sshzlib.$(OBJEXT) \
fzsftp-sshdss.$(OBJEXT) fzsftp-x11fwd.$(OBJEXT) \
fzsftp-portfwd.$(OBJEXT) fzsftp-sshaes.$(OBJEXT) \
fzsftp-sshsh256.$(OBJEXT) fzsftp-sshsh512.$(OBJEXT) \
fzsftp-sshbn.$(OBJEXT) fzsftp-wildcard.$(OBJEXT) \
fzsftp-pinger.$(OBJEXT) fzsftp-ssharcf.$(OBJEXT) \
fzsftp-sftp.$(OBJEXT) fzsftp-int64.$(OBJEXT) \
fzsftp-logging.$(OBJEXT) fzsftp-be_none.$(OBJEXT) \
fzsftp-cproxy.$(OBJEXT) fzsftp-psftp.$(OBJEXT) \
fzsftp-cmdline.$(OBJEXT) fzsftp-timing.$(OBJEXT) \
fzsftp-misc.$(OBJEXT) fzsftp-version.$(OBJEXT) \
fzsftp-settings.$(OBJEXT) fzsftp-tree234.$(OBJEXT) \
fzsftp-proxy.$(OBJEXT) fzsftp-fzsftp.$(OBJEXT) \
$(am__objects_1) $(am__objects_2)
fzsftp_OBJECTS = $(am_fzsftp_OBJECTS)
@USE_RESOURCEFILE_TRUE@am__DEPENDENCIES_1 = windows/psftp.o
@SFTP_MINGW_FALSE@@SFTP_UNIX_TRUE@fzsftp_DEPENDENCIES = \
@SFTP_MINGW_FALSE@@SFTP_UNIX_TRUE@ unix/libfzsftp_ux.a
@SFTP_MINGW_TRUE@fzsftp_DEPENDENCIES = windows/libfzsftp_win.a \
@SFTP_MINGW_TRUE@ $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(fzsftp_SOURCES)
DIST_SOURCES = $(am__fzsftp_SOURCES_DIST)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-exec-recursive install-info-recursive \
install-recursive installcheck-recursive installdirs-recursive \
pdf-recursive ps-recursive uninstall-info-recursive \
uninstall-recursive
DATA = $(noinst_DATA)
HEADERS = $(noinst_HEADERS)
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = windows unix .
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CATALOGS_TO_INSTALL = @CATALOGS_TO_INSTALL@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
CPPUNIT_LIBS = @CPPUNIT_LIBS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
ECHO = @ECHO@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ENABLE_PRECOMP_FALSE = @ENABLE_PRECOMP_FALSE@
ENABLE_PRECOMP_TRUE = @ENABLE_PRECOMP_TRUE@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
FILEZILLA_LINGUAS = @FILEZILLA_LINGUAS@
FILEZILLA_LINGUAS_MO = @FILEZILLA_LINGUAS_MO@
FILEZILLA_LINGUAS_PO = @FILEZILLA_LINGUAS_PO@
FILEZILLA_LINGUAS_PO_NEW = @FILEZILLA_LINGUAS_PO_NEW@
GREP = @GREP@
HAS_CPPUNIT_FALSE = @HAS_CPPUNIT_FALSE@
HAS_CPPUNIT_TRUE = @HAS_CPPUNIT_TRUE@
IDN_LIB = @IDN_LIB@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LOCALES_FALSE = @LOCALES_FALSE@
LOCALES_ONLY_FALSE = @LOCALES_ONLY_FALSE@
LOCALES_ONLY_TRUE = @LOCALES_ONLY_TRUE@
LOCALES_TRUE = @LOCALES_TRUE@
LTLIBOBJS = @LTLIBOBJS@
MACAPPBUNDLE_FALSE = @MACAPPBUNDLE_FALSE@
MACAPPBUNDLE_TRUE = @MACAPPBUNDLE_TRUE@
MAKEINFO = @MAKEINFO@
MAKENSISSCRIPT_FALSE = @MAKENSISSCRIPT_FALSE@
MAKENSISSCRIPT_TRUE = @MAKENSISSCRIPT_TRUE@
MINGW_FALSE = @MINGW_FALSE@
MINGW_TRUE = @MINGW_TRUE@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SFTP_MINGW_FALSE = @SFTP_MINGW_FALSE@
SFTP_MINGW_TRUE = @SFTP_MINGW_TRUE@
SFTP_UNIX_FALSE = @SFTP_UNIX_FALSE@
SFTP_UNIX_TRUE = @SFTP_UNIX_TRUE@
SHELL = @SHELL@
STRIP = @STRIP@
USE_BINRELOC_FALSE = @USE_BINRELOC_FALSE@
USE_BINRELOC_TRUE = @USE_BINRELOC_TRUE@
USE_RESOURCEFILE_FALSE = @USE_RESOURCEFILE_FALSE@
USE_RESOURCEFILE_TRUE = @USE_RESOURCEFILE_TRUE@
VERSION = @VERSION@
WINDRES = @WINDRES@
WINDRESFLAGS = @WINDRESFLAGS@
WXRC = @WXRC@
WX_CFLAGS = @WX_CFLAGS@
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
WX_CONFIG_PATH = @WX_CONFIG_PATH@
WX_CONFIG_WITH_ARGS = @WX_CONFIG_WITH_ARGS@
WX_CPPFLAGS = @WX_CPPFLAGS@
WX_CXXFLAGS = @WX_CXXFLAGS@
WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
WX_LIBS = @WX_LIBS@
WX_LIBS_STATIC = @WX_LIBS_STATIC@
WX_RESCOMP = @WX_RESCOMP@
WX_VERSION = @WX_VERSION@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
msgfmt = @msgfmt@
msgmerge = @msgmerge@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
xgettext = @xgettext@
@SFTP_MINGW_TRUE@FRONTEND = windows
@SFTP_UNIX_TRUE@FRONTEND = unix
SUBDIRS = $(FRONTEND) .
fzsftp_SOURCES = ssh.c sshcrc.c sshdes.c sshmd5.c sshrsa.c sshrand.c \
sshsha.c sshblowf.c sshdh.c sshcrcda.c sshpubk.c sshzlib.c \
sshdss.c x11fwd.c portfwd.c sshaes.c sshsh256.c sshsh512.c \
sshbn.c wildcard.c pinger.c ssharcf.c sftp.c int64.c logging.c \
be_none.c cproxy.c psftp.c cmdline.c timing.c misc.c version.c \
settings.c tree234.c proxy.c fzsftp.c $(am__append_1) \
$(am__append_2)
noinst_HEADERS = fzsftp.h int64.h misc.h network.h proxy.h psftp.h putty.h \
puttymem.h puttyps.h sftp.h ssh.h storage.h tree234.h
@USE_RESOURCEFILE_TRUE@RESOURCEFILE = windows/psftp.o
INCLUDES = -I$(srcdir)/$(FRONTEND) -I../../config.h
@SFTP_MINGW_TRUE@fzsftp_LDADD = windows/libfzsftp_win.a $(RESOURCEFILE)
@SFTP_UNIX_TRUE@fzsftp_LDADD = unix/libfzsftp_ux.a
@SFTP_UNIX_TRUE@fzsftp_CPPFLAGS = $(AM_CPPFLAGS) -D_FILE_OFFSET_BITS=64
@SFTP_MINGW_TRUE@fzsftp_CFLAGS = $(AM_CFLAGS) -D_WINDOWS
@MACAPPBUNDLE_TRUE@noinst_DATA = $(top_builddir)/FileZilla.app/Contents/MacOS/fzsftp$(EXEEXT)
all: all-recursive
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/putty/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu src/putty/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
@list='$(bin_PROGRAMS)'; for p in $$list; do \
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
if test -f $$p \
|| test -f $$p1 \
; then \
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
else :; fi; \
done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
rm -f "$(DESTDIR)$(bindir)/$$f"; \
done
clean-binPROGRAMS:
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
echo " rm -f $$p $$f"; \
rm -f $$p $$f ; \
done
fzsftp$(EXEEXT): $(fzsftp_OBJECTS) $(fzsftp_DEPENDENCIES)
@rm -f fzsftp$(EXEEXT)
$(LINK) $(fzsftp_LDFLAGS) $(fzsftp_OBJECTS) $(fzsftp_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-be_none.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-cmdline.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-cproxy.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-fzsftp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-int64.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-logging.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-misc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-pinger.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-portfwd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-pproxy.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-proxy.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-psftp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-settings.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sftp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-ssh.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshaes.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-ssharcf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshblowf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshbn.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshcrc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshcrcda.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshdes.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshdh.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshdss.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshmd5.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshpubk.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshrand.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshrsa.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshsh256.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshsh512.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshsha.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-sshzlib.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-time.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-timing.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-tree234.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-version.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-wildcard.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fzsftp-x11fwd.Po@am__quote@
.c.o:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
fzsftp-ssh.o: ssh.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-ssh.o -MD -MP -MF "$(DEPDIR)/fzsftp-ssh.Tpo" -c -o fzsftp-ssh.o `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-ssh.Tpo" "$(DEPDIR)/fzsftp-ssh.Po"; else rm -f "$(DEPDIR)/fzsftp-ssh.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ssh.c' object='fzsftp-ssh.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-ssh.o `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c
fzsftp-ssh.obj: ssh.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-ssh.obj -MD -MP -MF "$(DEPDIR)/fzsftp-ssh.Tpo" -c -o fzsftp-ssh.obj `if test -f 'ssh.c'; then $(CYGPATH_W) 'ssh.c'; else $(CYGPATH_W) '$(srcdir)/ssh.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-ssh.Tpo" "$(DEPDIR)/fzsftp-ssh.Po"; else rm -f "$(DEPDIR)/fzsftp-ssh.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ssh.c' object='fzsftp-ssh.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-ssh.obj `if test -f 'ssh.c'; then $(CYGPATH_W) 'ssh.c'; else $(CYGPATH_W) '$(srcdir)/ssh.c'; fi`
fzsftp-sshcrc.o: sshcrc.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshcrc.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshcrc.Tpo" -c -o fzsftp-sshcrc.o `test -f 'sshcrc.c' || echo '$(srcdir)/'`sshcrc.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshcrc.Tpo" "$(DEPDIR)/fzsftp-sshcrc.Po"; else rm -f "$(DEPDIR)/fzsftp-sshcrc.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshcrc.c' object='fzsftp-sshcrc.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshcrc.o `test -f 'sshcrc.c' || echo '$(srcdir)/'`sshcrc.c
fzsftp-sshcrc.obj: sshcrc.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshcrc.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshcrc.Tpo" -c -o fzsftp-sshcrc.obj `if test -f 'sshcrc.c'; then $(CYGPATH_W) 'sshcrc.c'; else $(CYGPATH_W) '$(srcdir)/sshcrc.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshcrc.Tpo" "$(DEPDIR)/fzsftp-sshcrc.Po"; else rm -f "$(DEPDIR)/fzsftp-sshcrc.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshcrc.c' object='fzsftp-sshcrc.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshcrc.obj `if test -f 'sshcrc.c'; then $(CYGPATH_W) 'sshcrc.c'; else $(CYGPATH_W) '$(srcdir)/sshcrc.c'; fi`
fzsftp-sshdes.o: sshdes.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshdes.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshdes.Tpo" -c -o fzsftp-sshdes.o `test -f 'sshdes.c' || echo '$(srcdir)/'`sshdes.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshdes.Tpo" "$(DEPDIR)/fzsftp-sshdes.Po"; else rm -f "$(DEPDIR)/fzsftp-sshdes.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshdes.c' object='fzsftp-sshdes.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshdes.o `test -f 'sshdes.c' || echo '$(srcdir)/'`sshdes.c
fzsftp-sshdes.obj: sshdes.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshdes.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshdes.Tpo" -c -o fzsftp-sshdes.obj `if test -f 'sshdes.c'; then $(CYGPATH_W) 'sshdes.c'; else $(CYGPATH_W) '$(srcdir)/sshdes.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshdes.Tpo" "$(DEPDIR)/fzsftp-sshdes.Po"; else rm -f "$(DEPDIR)/fzsftp-sshdes.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshdes.c' object='fzsftp-sshdes.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshdes.obj `if test -f 'sshdes.c'; then $(CYGPATH_W) 'sshdes.c'; else $(CYGPATH_W) '$(srcdir)/sshdes.c'; fi`
fzsftp-sshmd5.o: sshmd5.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshmd5.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshmd5.Tpo" -c -o fzsftp-sshmd5.o `test -f 'sshmd5.c' || echo '$(srcdir)/'`sshmd5.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshmd5.Tpo" "$(DEPDIR)/fzsftp-sshmd5.Po"; else rm -f "$(DEPDIR)/fzsftp-sshmd5.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshmd5.c' object='fzsftp-sshmd5.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshmd5.o `test -f 'sshmd5.c' || echo '$(srcdir)/'`sshmd5.c
fzsftp-sshmd5.obj: sshmd5.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshmd5.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshmd5.Tpo" -c -o fzsftp-sshmd5.obj `if test -f 'sshmd5.c'; then $(CYGPATH_W) 'sshmd5.c'; else $(CYGPATH_W) '$(srcdir)/sshmd5.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshmd5.Tpo" "$(DEPDIR)/fzsftp-sshmd5.Po"; else rm -f "$(DEPDIR)/fzsftp-sshmd5.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshmd5.c' object='fzsftp-sshmd5.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshmd5.obj `if test -f 'sshmd5.c'; then $(CYGPATH_W) 'sshmd5.c'; else $(CYGPATH_W) '$(srcdir)/sshmd5.c'; fi`
fzsftp-sshrsa.o: sshrsa.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshrsa.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshrsa.Tpo" -c -o fzsftp-sshrsa.o `test -f 'sshrsa.c' || echo '$(srcdir)/'`sshrsa.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshrsa.Tpo" "$(DEPDIR)/fzsftp-sshrsa.Po"; else rm -f "$(DEPDIR)/fzsftp-sshrsa.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshrsa.c' object='fzsftp-sshrsa.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshrsa.o `test -f 'sshrsa.c' || echo '$(srcdir)/'`sshrsa.c
fzsftp-sshrsa.obj: sshrsa.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshrsa.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshrsa.Tpo" -c -o fzsftp-sshrsa.obj `if test -f 'sshrsa.c'; then $(CYGPATH_W) 'sshrsa.c'; else $(CYGPATH_W) '$(srcdir)/sshrsa.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshrsa.Tpo" "$(DEPDIR)/fzsftp-sshrsa.Po"; else rm -f "$(DEPDIR)/fzsftp-sshrsa.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshrsa.c' object='fzsftp-sshrsa.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshrsa.obj `if test -f 'sshrsa.c'; then $(CYGPATH_W) 'sshrsa.c'; else $(CYGPATH_W) '$(srcdir)/sshrsa.c'; fi`
fzsftp-sshrand.o: sshrand.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshrand.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshrand.Tpo" -c -o fzsftp-sshrand.o `test -f 'sshrand.c' || echo '$(srcdir)/'`sshrand.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshrand.Tpo" "$(DEPDIR)/fzsftp-sshrand.Po"; else rm -f "$(DEPDIR)/fzsftp-sshrand.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshrand.c' object='fzsftp-sshrand.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshrand.o `test -f 'sshrand.c' || echo '$(srcdir)/'`sshrand.c
fzsftp-sshrand.obj: sshrand.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshrand.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshrand.Tpo" -c -o fzsftp-sshrand.obj `if test -f 'sshrand.c'; then $(CYGPATH_W) 'sshrand.c'; else $(CYGPATH_W) '$(srcdir)/sshrand.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshrand.Tpo" "$(DEPDIR)/fzsftp-sshrand.Po"; else rm -f "$(DEPDIR)/fzsftp-sshrand.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshrand.c' object='fzsftp-sshrand.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshrand.obj `if test -f 'sshrand.c'; then $(CYGPATH_W) 'sshrand.c'; else $(CYGPATH_W) '$(srcdir)/sshrand.c'; fi`
fzsftp-sshsha.o: sshsha.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshsha.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshsha.Tpo" -c -o fzsftp-sshsha.o `test -f 'sshsha.c' || echo '$(srcdir)/'`sshsha.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshsha.Tpo" "$(DEPDIR)/fzsftp-sshsha.Po"; else rm -f "$(DEPDIR)/fzsftp-sshsha.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshsha.c' object='fzsftp-sshsha.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshsha.o `test -f 'sshsha.c' || echo '$(srcdir)/'`sshsha.c
fzsftp-sshsha.obj: sshsha.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshsha.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshsha.Tpo" -c -o fzsftp-sshsha.obj `if test -f 'sshsha.c'; then $(CYGPATH_W) 'sshsha.c'; else $(CYGPATH_W) '$(srcdir)/sshsha.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshsha.Tpo" "$(DEPDIR)/fzsftp-sshsha.Po"; else rm -f "$(DEPDIR)/fzsftp-sshsha.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshsha.c' object='fzsftp-sshsha.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshsha.obj `if test -f 'sshsha.c'; then $(CYGPATH_W) 'sshsha.c'; else $(CYGPATH_W) '$(srcdir)/sshsha.c'; fi`
fzsftp-sshblowf.o: sshblowf.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshblowf.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshblowf.Tpo" -c -o fzsftp-sshblowf.o `test -f 'sshblowf.c' || echo '$(srcdir)/'`sshblowf.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshblowf.Tpo" "$(DEPDIR)/fzsftp-sshblowf.Po"; else rm -f "$(DEPDIR)/fzsftp-sshblowf.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshblowf.c' object='fzsftp-sshblowf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshblowf.o `test -f 'sshblowf.c' || echo '$(srcdir)/'`sshblowf.c
fzsftp-sshblowf.obj: sshblowf.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshblowf.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshblowf.Tpo" -c -o fzsftp-sshblowf.obj `if test -f 'sshblowf.c'; then $(CYGPATH_W) 'sshblowf.c'; else $(CYGPATH_W) '$(srcdir)/sshblowf.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshblowf.Tpo" "$(DEPDIR)/fzsftp-sshblowf.Po"; else rm -f "$(DEPDIR)/fzsftp-sshblowf.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshblowf.c' object='fzsftp-sshblowf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshblowf.obj `if test -f 'sshblowf.c'; then $(CYGPATH_W) 'sshblowf.c'; else $(CYGPATH_W) '$(srcdir)/sshblowf.c'; fi`
fzsftp-sshdh.o: sshdh.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshdh.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshdh.Tpo" -c -o fzsftp-sshdh.o `test -f 'sshdh.c' || echo '$(srcdir)/'`sshdh.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshdh.Tpo" "$(DEPDIR)/fzsftp-sshdh.Po"; else rm -f "$(DEPDIR)/fzsftp-sshdh.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshdh.c' object='fzsftp-sshdh.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshdh.o `test -f 'sshdh.c' || echo '$(srcdir)/'`sshdh.c
fzsftp-sshdh.obj: sshdh.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshdh.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshdh.Tpo" -c -o fzsftp-sshdh.obj `if test -f 'sshdh.c'; then $(CYGPATH_W) 'sshdh.c'; else $(CYGPATH_W) '$(srcdir)/sshdh.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshdh.Tpo" "$(DEPDIR)/fzsftp-sshdh.Po"; else rm -f "$(DEPDIR)/fzsftp-sshdh.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshdh.c' object='fzsftp-sshdh.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshdh.obj `if test -f 'sshdh.c'; then $(CYGPATH_W) 'sshdh.c'; else $(CYGPATH_W) '$(srcdir)/sshdh.c'; fi`
fzsftp-sshcrcda.o: sshcrcda.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshcrcda.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshcrcda.Tpo" -c -o fzsftp-sshcrcda.o `test -f 'sshcrcda.c' || echo '$(srcdir)/'`sshcrcda.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshcrcda.Tpo" "$(DEPDIR)/fzsftp-sshcrcda.Po"; else rm -f "$(DEPDIR)/fzsftp-sshcrcda.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshcrcda.c' object='fzsftp-sshcrcda.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshcrcda.o `test -f 'sshcrcda.c' || echo '$(srcdir)/'`sshcrcda.c
fzsftp-sshcrcda.obj: sshcrcda.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshcrcda.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshcrcda.Tpo" -c -o fzsftp-sshcrcda.obj `if test -f 'sshcrcda.c'; then $(CYGPATH_W) 'sshcrcda.c'; else $(CYGPATH_W) '$(srcdir)/sshcrcda.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshcrcda.Tpo" "$(DEPDIR)/fzsftp-sshcrcda.Po"; else rm -f "$(DEPDIR)/fzsftp-sshcrcda.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshcrcda.c' object='fzsftp-sshcrcda.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshcrcda.obj `if test -f 'sshcrcda.c'; then $(CYGPATH_W) 'sshcrcda.c'; else $(CYGPATH_W) '$(srcdir)/sshcrcda.c'; fi`
fzsftp-sshpubk.o: sshpubk.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshpubk.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshpubk.Tpo" -c -o fzsftp-sshpubk.o `test -f 'sshpubk.c' || echo '$(srcdir)/'`sshpubk.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshpubk.Tpo" "$(DEPDIR)/fzsftp-sshpubk.Po"; else rm -f "$(DEPDIR)/fzsftp-sshpubk.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshpubk.c' object='fzsftp-sshpubk.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshpubk.o `test -f 'sshpubk.c' || echo '$(srcdir)/'`sshpubk.c
fzsftp-sshpubk.obj: sshpubk.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshpubk.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshpubk.Tpo" -c -o fzsftp-sshpubk.obj `if test -f 'sshpubk.c'; then $(CYGPATH_W) 'sshpubk.c'; else $(CYGPATH_W) '$(srcdir)/sshpubk.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshpubk.Tpo" "$(DEPDIR)/fzsftp-sshpubk.Po"; else rm -f "$(DEPDIR)/fzsftp-sshpubk.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshpubk.c' object='fzsftp-sshpubk.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshpubk.obj `if test -f 'sshpubk.c'; then $(CYGPATH_W) 'sshpubk.c'; else $(CYGPATH_W) '$(srcdir)/sshpubk.c'; fi`
fzsftp-sshzlib.o: sshzlib.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshzlib.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshzlib.Tpo" -c -o fzsftp-sshzlib.o `test -f 'sshzlib.c' || echo '$(srcdir)/'`sshzlib.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshzlib.Tpo" "$(DEPDIR)/fzsftp-sshzlib.Po"; else rm -f "$(DEPDIR)/fzsftp-sshzlib.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshzlib.c' object='fzsftp-sshzlib.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshzlib.o `test -f 'sshzlib.c' || echo '$(srcdir)/'`sshzlib.c
fzsftp-sshzlib.obj: sshzlib.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshzlib.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshzlib.Tpo" -c -o fzsftp-sshzlib.obj `if test -f 'sshzlib.c'; then $(CYGPATH_W) 'sshzlib.c'; else $(CYGPATH_W) '$(srcdir)/sshzlib.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshzlib.Tpo" "$(DEPDIR)/fzsftp-sshzlib.Po"; else rm -f "$(DEPDIR)/fzsftp-sshzlib.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshzlib.c' object='fzsftp-sshzlib.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshzlib.obj `if test -f 'sshzlib.c'; then $(CYGPATH_W) 'sshzlib.c'; else $(CYGPATH_W) '$(srcdir)/sshzlib.c'; fi`
fzsftp-sshdss.o: sshdss.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshdss.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshdss.Tpo" -c -o fzsftp-sshdss.o `test -f 'sshdss.c' || echo '$(srcdir)/'`sshdss.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshdss.Tpo" "$(DEPDIR)/fzsftp-sshdss.Po"; else rm -f "$(DEPDIR)/fzsftp-sshdss.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshdss.c' object='fzsftp-sshdss.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshdss.o `test -f 'sshdss.c' || echo '$(srcdir)/'`sshdss.c
fzsftp-sshdss.obj: sshdss.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshdss.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshdss.Tpo" -c -o fzsftp-sshdss.obj `if test -f 'sshdss.c'; then $(CYGPATH_W) 'sshdss.c'; else $(CYGPATH_W) '$(srcdir)/sshdss.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshdss.Tpo" "$(DEPDIR)/fzsftp-sshdss.Po"; else rm -f "$(DEPDIR)/fzsftp-sshdss.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshdss.c' object='fzsftp-sshdss.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshdss.obj `if test -f 'sshdss.c'; then $(CYGPATH_W) 'sshdss.c'; else $(CYGPATH_W) '$(srcdir)/sshdss.c'; fi`
fzsftp-x11fwd.o: x11fwd.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-x11fwd.o -MD -MP -MF "$(DEPDIR)/fzsftp-x11fwd.Tpo" -c -o fzsftp-x11fwd.o `test -f 'x11fwd.c' || echo '$(srcdir)/'`x11fwd.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-x11fwd.Tpo" "$(DEPDIR)/fzsftp-x11fwd.Po"; else rm -f "$(DEPDIR)/fzsftp-x11fwd.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='x11fwd.c' object='fzsftp-x11fwd.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-x11fwd.o `test -f 'x11fwd.c' || echo '$(srcdir)/'`x11fwd.c
fzsftp-x11fwd.obj: x11fwd.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-x11fwd.obj -MD -MP -MF "$(DEPDIR)/fzsftp-x11fwd.Tpo" -c -o fzsftp-x11fwd.obj `if test -f 'x11fwd.c'; then $(CYGPATH_W) 'x11fwd.c'; else $(CYGPATH_W) '$(srcdir)/x11fwd.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-x11fwd.Tpo" "$(DEPDIR)/fzsftp-x11fwd.Po"; else rm -f "$(DEPDIR)/fzsftp-x11fwd.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='x11fwd.c' object='fzsftp-x11fwd.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-x11fwd.obj `if test -f 'x11fwd.c'; then $(CYGPATH_W) 'x11fwd.c'; else $(CYGPATH_W) '$(srcdir)/x11fwd.c'; fi`
fzsftp-portfwd.o: portfwd.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-portfwd.o -MD -MP -MF "$(DEPDIR)/fzsftp-portfwd.Tpo" -c -o fzsftp-portfwd.o `test -f 'portfwd.c' || echo '$(srcdir)/'`portfwd.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-portfwd.Tpo" "$(DEPDIR)/fzsftp-portfwd.Po"; else rm -f "$(DEPDIR)/fzsftp-portfwd.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='portfwd.c' object='fzsftp-portfwd.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-portfwd.o `test -f 'portfwd.c' || echo '$(srcdir)/'`portfwd.c
fzsftp-portfwd.obj: portfwd.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-portfwd.obj -MD -MP -MF "$(DEPDIR)/fzsftp-portfwd.Tpo" -c -o fzsftp-portfwd.obj `if test -f 'portfwd.c'; then $(CYGPATH_W) 'portfwd.c'; else $(CYGPATH_W) '$(srcdir)/portfwd.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-portfwd.Tpo" "$(DEPDIR)/fzsftp-portfwd.Po"; else rm -f "$(DEPDIR)/fzsftp-portfwd.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='portfwd.c' object='fzsftp-portfwd.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-portfwd.obj `if test -f 'portfwd.c'; then $(CYGPATH_W) 'portfwd.c'; else $(CYGPATH_W) '$(srcdir)/portfwd.c'; fi`
fzsftp-sshaes.o: sshaes.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshaes.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshaes.Tpo" -c -o fzsftp-sshaes.o `test -f 'sshaes.c' || echo '$(srcdir)/'`sshaes.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshaes.Tpo" "$(DEPDIR)/fzsftp-sshaes.Po"; else rm -f "$(DEPDIR)/fzsftp-sshaes.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshaes.c' object='fzsftp-sshaes.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshaes.o `test -f 'sshaes.c' || echo '$(srcdir)/'`sshaes.c
fzsftp-sshaes.obj: sshaes.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshaes.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshaes.Tpo" -c -o fzsftp-sshaes.obj `if test -f 'sshaes.c'; then $(CYGPATH_W) 'sshaes.c'; else $(CYGPATH_W) '$(srcdir)/sshaes.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshaes.Tpo" "$(DEPDIR)/fzsftp-sshaes.Po"; else rm -f "$(DEPDIR)/fzsftp-sshaes.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshaes.c' object='fzsftp-sshaes.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshaes.obj `if test -f 'sshaes.c'; then $(CYGPATH_W) 'sshaes.c'; else $(CYGPATH_W) '$(srcdir)/sshaes.c'; fi`
fzsftp-sshsh256.o: sshsh256.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshsh256.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshsh256.Tpo" -c -o fzsftp-sshsh256.o `test -f 'sshsh256.c' || echo '$(srcdir)/'`sshsh256.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshsh256.Tpo" "$(DEPDIR)/fzsftp-sshsh256.Po"; else rm -f "$(DEPDIR)/fzsftp-sshsh256.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshsh256.c' object='fzsftp-sshsh256.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshsh256.o `test -f 'sshsh256.c' || echo '$(srcdir)/'`sshsh256.c
fzsftp-sshsh256.obj: sshsh256.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshsh256.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshsh256.Tpo" -c -o fzsftp-sshsh256.obj `if test -f 'sshsh256.c'; then $(CYGPATH_W) 'sshsh256.c'; else $(CYGPATH_W) '$(srcdir)/sshsh256.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshsh256.Tpo" "$(DEPDIR)/fzsftp-sshsh256.Po"; else rm -f "$(DEPDIR)/fzsftp-sshsh256.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshsh256.c' object='fzsftp-sshsh256.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshsh256.obj `if test -f 'sshsh256.c'; then $(CYGPATH_W) 'sshsh256.c'; else $(CYGPATH_W) '$(srcdir)/sshsh256.c'; fi`
fzsftp-sshsh512.o: sshsh512.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshsh512.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshsh512.Tpo" -c -o fzsftp-sshsh512.o `test -f 'sshsh512.c' || echo '$(srcdir)/'`sshsh512.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshsh512.Tpo" "$(DEPDIR)/fzsftp-sshsh512.Po"; else rm -f "$(DEPDIR)/fzsftp-sshsh512.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshsh512.c' object='fzsftp-sshsh512.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshsh512.o `test -f 'sshsh512.c' || echo '$(srcdir)/'`sshsh512.c
fzsftp-sshsh512.obj: sshsh512.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshsh512.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshsh512.Tpo" -c -o fzsftp-sshsh512.obj `if test -f 'sshsh512.c'; then $(CYGPATH_W) 'sshsh512.c'; else $(CYGPATH_W) '$(srcdir)/sshsh512.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshsh512.Tpo" "$(DEPDIR)/fzsftp-sshsh512.Po"; else rm -f "$(DEPDIR)/fzsftp-sshsh512.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshsh512.c' object='fzsftp-sshsh512.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshsh512.obj `if test -f 'sshsh512.c'; then $(CYGPATH_W) 'sshsh512.c'; else $(CYGPATH_W) '$(srcdir)/sshsh512.c'; fi`
fzsftp-sshbn.o: sshbn.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshbn.o -MD -MP -MF "$(DEPDIR)/fzsftp-sshbn.Tpo" -c -o fzsftp-sshbn.o `test -f 'sshbn.c' || echo '$(srcdir)/'`sshbn.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshbn.Tpo" "$(DEPDIR)/fzsftp-sshbn.Po"; else rm -f "$(DEPDIR)/fzsftp-sshbn.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshbn.c' object='fzsftp-sshbn.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshbn.o `test -f 'sshbn.c' || echo '$(srcdir)/'`sshbn.c
fzsftp-sshbn.obj: sshbn.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sshbn.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sshbn.Tpo" -c -o fzsftp-sshbn.obj `if test -f 'sshbn.c'; then $(CYGPATH_W) 'sshbn.c'; else $(CYGPATH_W) '$(srcdir)/sshbn.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sshbn.Tpo" "$(DEPDIR)/fzsftp-sshbn.Po"; else rm -f "$(DEPDIR)/fzsftp-sshbn.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sshbn.c' object='fzsftp-sshbn.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sshbn.obj `if test -f 'sshbn.c'; then $(CYGPATH_W) 'sshbn.c'; else $(CYGPATH_W) '$(srcdir)/sshbn.c'; fi`
fzsftp-wildcard.o: wildcard.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-wildcard.o -MD -MP -MF "$(DEPDIR)/fzsftp-wildcard.Tpo" -c -o fzsftp-wildcard.o `test -f 'wildcard.c' || echo '$(srcdir)/'`wildcard.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-wildcard.Tpo" "$(DEPDIR)/fzsftp-wildcard.Po"; else rm -f "$(DEPDIR)/fzsftp-wildcard.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wildcard.c' object='fzsftp-wildcard.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-wildcard.o `test -f 'wildcard.c' || echo '$(srcdir)/'`wildcard.c
fzsftp-wildcard.obj: wildcard.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-wildcard.obj -MD -MP -MF "$(DEPDIR)/fzsftp-wildcard.Tpo" -c -o fzsftp-wildcard.obj `if test -f 'wildcard.c'; then $(CYGPATH_W) 'wildcard.c'; else $(CYGPATH_W) '$(srcdir)/wildcard.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-wildcard.Tpo" "$(DEPDIR)/fzsftp-wildcard.Po"; else rm -f "$(DEPDIR)/fzsftp-wildcard.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wildcard.c' object='fzsftp-wildcard.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-wildcard.obj `if test -f 'wildcard.c'; then $(CYGPATH_W) 'wildcard.c'; else $(CYGPATH_W) '$(srcdir)/wildcard.c'; fi`
fzsftp-pinger.o: pinger.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-pinger.o -MD -MP -MF "$(DEPDIR)/fzsftp-pinger.Tpo" -c -o fzsftp-pinger.o `test -f 'pinger.c' || echo '$(srcdir)/'`pinger.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-pinger.Tpo" "$(DEPDIR)/fzsftp-pinger.Po"; else rm -f "$(DEPDIR)/fzsftp-pinger.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pinger.c' object='fzsftp-pinger.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-pinger.o `test -f 'pinger.c' || echo '$(srcdir)/'`pinger.c
fzsftp-pinger.obj: pinger.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-pinger.obj -MD -MP -MF "$(DEPDIR)/fzsftp-pinger.Tpo" -c -o fzsftp-pinger.obj `if test -f 'pinger.c'; then $(CYGPATH_W) 'pinger.c'; else $(CYGPATH_W) '$(srcdir)/pinger.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-pinger.Tpo" "$(DEPDIR)/fzsftp-pinger.Po"; else rm -f "$(DEPDIR)/fzsftp-pinger.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pinger.c' object='fzsftp-pinger.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-pinger.obj `if test -f 'pinger.c'; then $(CYGPATH_W) 'pinger.c'; else $(CYGPATH_W) '$(srcdir)/pinger.c'; fi`
fzsftp-ssharcf.o: ssharcf.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-ssharcf.o -MD -MP -MF "$(DEPDIR)/fzsftp-ssharcf.Tpo" -c -o fzsftp-ssharcf.o `test -f 'ssharcf.c' || echo '$(srcdir)/'`ssharcf.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-ssharcf.Tpo" "$(DEPDIR)/fzsftp-ssharcf.Po"; else rm -f "$(DEPDIR)/fzsftp-ssharcf.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ssharcf.c' object='fzsftp-ssharcf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-ssharcf.o `test -f 'ssharcf.c' || echo '$(srcdir)/'`ssharcf.c
fzsftp-ssharcf.obj: ssharcf.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-ssharcf.obj -MD -MP -MF "$(DEPDIR)/fzsftp-ssharcf.Tpo" -c -o fzsftp-ssharcf.obj `if test -f 'ssharcf.c'; then $(CYGPATH_W) 'ssharcf.c'; else $(CYGPATH_W) '$(srcdir)/ssharcf.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-ssharcf.Tpo" "$(DEPDIR)/fzsftp-ssharcf.Po"; else rm -f "$(DEPDIR)/fzsftp-ssharcf.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ssharcf.c' object='fzsftp-ssharcf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-ssharcf.obj `if test -f 'ssharcf.c'; then $(CYGPATH_W) 'ssharcf.c'; else $(CYGPATH_W) '$(srcdir)/ssharcf.c'; fi`
fzsftp-sftp.o: sftp.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sftp.o -MD -MP -MF "$(DEPDIR)/fzsftp-sftp.Tpo" -c -o fzsftp-sftp.o `test -f 'sftp.c' || echo '$(srcdir)/'`sftp.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sftp.Tpo" "$(DEPDIR)/fzsftp-sftp.Po"; else rm -f "$(DEPDIR)/fzsftp-sftp.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sftp.c' object='fzsftp-sftp.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sftp.o `test -f 'sftp.c' || echo '$(srcdir)/'`sftp.c
fzsftp-sftp.obj: sftp.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-sftp.obj -MD -MP -MF "$(DEPDIR)/fzsftp-sftp.Tpo" -c -o fzsftp-sftp.obj `if test -f 'sftp.c'; then $(CYGPATH_W) 'sftp.c'; else $(CYGPATH_W) '$(srcdir)/sftp.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-sftp.Tpo" "$(DEPDIR)/fzsftp-sftp.Po"; else rm -f "$(DEPDIR)/fzsftp-sftp.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sftp.c' object='fzsftp-sftp.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-sftp.obj `if test -f 'sftp.c'; then $(CYGPATH_W) 'sftp.c'; else $(CYGPATH_W) '$(srcdir)/sftp.c'; fi`
fzsftp-int64.o: int64.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-int64.o -MD -MP -MF "$(DEPDIR)/fzsftp-int64.Tpo" -c -o fzsftp-int64.o `test -f 'int64.c' || echo '$(srcdir)/'`int64.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-int64.Tpo" "$(DEPDIR)/fzsftp-int64.Po"; else rm -f "$(DEPDIR)/fzsftp-int64.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='int64.c' object='fzsftp-int64.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-int64.o `test -f 'int64.c' || echo '$(srcdir)/'`int64.c
fzsftp-int64.obj: int64.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-int64.obj -MD -MP -MF "$(DEPDIR)/fzsftp-int64.Tpo" -c -o fzsftp-int64.obj `if test -f 'int64.c'; then $(CYGPATH_W) 'int64.c'; else $(CYGPATH_W) '$(srcdir)/int64.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-int64.Tpo" "$(DEPDIR)/fzsftp-int64.Po"; else rm -f "$(DEPDIR)/fzsftp-int64.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='int64.c' object='fzsftp-int64.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-int64.obj `if test -f 'int64.c'; then $(CYGPATH_W) 'int64.c'; else $(CYGPATH_W) '$(srcdir)/int64.c'; fi`
fzsftp-logging.o: logging.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-logging.o -MD -MP -MF "$(DEPDIR)/fzsftp-logging.Tpo" -c -o fzsftp-logging.o `test -f 'logging.c' || echo '$(srcdir)/'`logging.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-logging.Tpo" "$(DEPDIR)/fzsftp-logging.Po"; else rm -f "$(DEPDIR)/fzsftp-logging.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='logging.c' object='fzsftp-logging.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-logging.o `test -f 'logging.c' || echo '$(srcdir)/'`logging.c
fzsftp-logging.obj: logging.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-logging.obj -MD -MP -MF "$(DEPDIR)/fzsftp-logging.Tpo" -c -o fzsftp-logging.obj `if test -f 'logging.c'; then $(CYGPATH_W) 'logging.c'; else $(CYGPATH_W) '$(srcdir)/logging.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-logging.Tpo" "$(DEPDIR)/fzsftp-logging.Po"; else rm -f "$(DEPDIR)/fzsftp-logging.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='logging.c' object='fzsftp-logging.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-logging.obj `if test -f 'logging.c'; then $(CYGPATH_W) 'logging.c'; else $(CYGPATH_W) '$(srcdir)/logging.c'; fi`
fzsftp-be_none.o: be_none.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-be_none.o -MD -MP -MF "$(DEPDIR)/fzsftp-be_none.Tpo" -c -o fzsftp-be_none.o `test -f 'be_none.c' || echo '$(srcdir)/'`be_none.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-be_none.Tpo" "$(DEPDIR)/fzsftp-be_none.Po"; else rm -f "$(DEPDIR)/fzsftp-be_none.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='be_none.c' object='fzsftp-be_none.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-be_none.o `test -f 'be_none.c' || echo '$(srcdir)/'`be_none.c
fzsftp-be_none.obj: be_none.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-be_none.obj -MD -MP -MF "$(DEPDIR)/fzsftp-be_none.Tpo" -c -o fzsftp-be_none.obj `if test -f 'be_none.c'; then $(CYGPATH_W) 'be_none.c'; else $(CYGPATH_W) '$(srcdir)/be_none.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-be_none.Tpo" "$(DEPDIR)/fzsftp-be_none.Po"; else rm -f "$(DEPDIR)/fzsftp-be_none.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='be_none.c' object='fzsftp-be_none.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-be_none.obj `if test -f 'be_none.c'; then $(CYGPATH_W) 'be_none.c'; else $(CYGPATH_W) '$(srcdir)/be_none.c'; fi`
fzsftp-cproxy.o: cproxy.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-cproxy.o -MD -MP -MF "$(DEPDIR)/fzsftp-cproxy.Tpo" -c -o fzsftp-cproxy.o `test -f 'cproxy.c' || echo '$(srcdir)/'`cproxy.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-cproxy.Tpo" "$(DEPDIR)/fzsftp-cproxy.Po"; else rm -f "$(DEPDIR)/fzsftp-cproxy.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cproxy.c' object='fzsftp-cproxy.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-cproxy.o `test -f 'cproxy.c' || echo '$(srcdir)/'`cproxy.c
fzsftp-cproxy.obj: cproxy.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-cproxy.obj -MD -MP -MF "$(DEPDIR)/fzsftp-cproxy.Tpo" -c -o fzsftp-cproxy.obj `if test -f 'cproxy.c'; then $(CYGPATH_W) 'cproxy.c'; else $(CYGPATH_W) '$(srcdir)/cproxy.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-cproxy.Tpo" "$(DEPDIR)/fzsftp-cproxy.Po"; else rm -f "$(DEPDIR)/fzsftp-cproxy.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cproxy.c' object='fzsftp-cproxy.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-cproxy.obj `if test -f 'cproxy.c'; then $(CYGPATH_W) 'cproxy.c'; else $(CYGPATH_W) '$(srcdir)/cproxy.c'; fi`
fzsftp-psftp.o: psftp.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-psftp.o -MD -MP -MF "$(DEPDIR)/fzsftp-psftp.Tpo" -c -o fzsftp-psftp.o `test -f 'psftp.c' || echo '$(srcdir)/'`psftp.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-psftp.Tpo" "$(DEPDIR)/fzsftp-psftp.Po"; else rm -f "$(DEPDIR)/fzsftp-psftp.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='psftp.c' object='fzsftp-psftp.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-psftp.o `test -f 'psftp.c' || echo '$(srcdir)/'`psftp.c
fzsftp-psftp.obj: psftp.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-psftp.obj -MD -MP -MF "$(DEPDIR)/fzsftp-psftp.Tpo" -c -o fzsftp-psftp.obj `if test -f 'psftp.c'; then $(CYGPATH_W) 'psftp.c'; else $(CYGPATH_W) '$(srcdir)/psftp.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-psftp.Tpo" "$(DEPDIR)/fzsftp-psftp.Po"; else rm -f "$(DEPDIR)/fzsftp-psftp.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='psftp.c' object='fzsftp-psftp.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-psftp.obj `if test -f 'psftp.c'; then $(CYGPATH_W) 'psftp.c'; else $(CYGPATH_W) '$(srcdir)/psftp.c'; fi`
fzsftp-cmdline.o: cmdline.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-cmdline.o -MD -MP -MF "$(DEPDIR)/fzsftp-cmdline.Tpo" -c -o fzsftp-cmdline.o `test -f 'cmdline.c' || echo '$(srcdir)/'`cmdline.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-cmdline.Tpo" "$(DEPDIR)/fzsftp-cmdline.Po"; else rm -f "$(DEPDIR)/fzsftp-cmdline.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmdline.c' object='fzsftp-cmdline.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-cmdline.o `test -f 'cmdline.c' || echo '$(srcdir)/'`cmdline.c
fzsftp-cmdline.obj: cmdline.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-cmdline.obj -MD -MP -MF "$(DEPDIR)/fzsftp-cmdline.Tpo" -c -o fzsftp-cmdline.obj `if test -f 'cmdline.c'; then $(CYGPATH_W) 'cmdline.c'; else $(CYGPATH_W) '$(srcdir)/cmdline.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-cmdline.Tpo" "$(DEPDIR)/fzsftp-cmdline.Po"; else rm -f "$(DEPDIR)/fzsftp-cmdline.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmdline.c' object='fzsftp-cmdline.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-cmdline.obj `if test -f 'cmdline.c'; then $(CYGPATH_W) 'cmdline.c'; else $(CYGPATH_W) '$(srcdir)/cmdline.c'; fi`
fzsftp-timing.o: timing.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-timing.o -MD -MP -MF "$(DEPDIR)/fzsftp-timing.Tpo" -c -o fzsftp-timing.o `test -f 'timing.c' || echo '$(srcdir)/'`timing.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-timing.Tpo" "$(DEPDIR)/fzsftp-timing.Po"; else rm -f "$(DEPDIR)/fzsftp-timing.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='timing.c' object='fzsftp-timing.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-timing.o `test -f 'timing.c' || echo '$(srcdir)/'`timing.c
fzsftp-timing.obj: timing.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-timing.obj -MD -MP -MF "$(DEPDIR)/fzsftp-timing.Tpo" -c -o fzsftp-timing.obj `if test -f 'timing.c'; then $(CYGPATH_W) 'timing.c'; else $(CYGPATH_W) '$(srcdir)/timing.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-timing.Tpo" "$(DEPDIR)/fzsftp-timing.Po"; else rm -f "$(DEPDIR)/fzsftp-timing.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='timing.c' object='fzsftp-timing.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-timing.obj `if test -f 'timing.c'; then $(CYGPATH_W) 'timing.c'; else $(CYGPATH_W) '$(srcdir)/timing.c'; fi`
fzsftp-misc.o: misc.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-misc.o -MD -MP -MF "$(DEPDIR)/fzsftp-misc.Tpo" -c -o fzsftp-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-misc.Tpo" "$(DEPDIR)/fzsftp-misc.Po"; else rm -f "$(DEPDIR)/fzsftp-misc.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='misc.c' object='fzsftp-misc.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
fzsftp-misc.obj: misc.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-misc.obj -MD -MP -MF "$(DEPDIR)/fzsftp-misc.Tpo" -c -o fzsftp-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-misc.Tpo" "$(DEPDIR)/fzsftp-misc.Po"; else rm -f "$(DEPDIR)/fzsftp-misc.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='misc.c' object='fzsftp-misc.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi`
fzsftp-version.o: version.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-version.o -MD -MP -MF "$(DEPDIR)/fzsftp-version.Tpo" -c -o fzsftp-version.o `test -f 'version.c' || echo '$(srcdir)/'`version.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-version.Tpo" "$(DEPDIR)/fzsftp-version.Po"; else rm -f "$(DEPDIR)/fzsftp-version.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='version.c' object='fzsftp-version.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-version.o `test -f 'version.c' || echo '$(srcdir)/'`version.c
fzsftp-version.obj: version.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-version.obj -MD -MP -MF "$(DEPDIR)/fzsftp-version.Tpo" -c -o fzsftp-version.obj `if test -f 'version.c'; then $(CYGPATH_W) 'version.c'; else $(CYGPATH_W) '$(srcdir)/version.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-version.Tpo" "$(DEPDIR)/fzsftp-version.Po"; else rm -f "$(DEPDIR)/fzsftp-version.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='version.c' object='fzsftp-version.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-version.obj `if test -f 'version.c'; then $(CYGPATH_W) 'version.c'; else $(CYGPATH_W) '$(srcdir)/version.c'; fi`
fzsftp-settings.o: settings.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-settings.o -MD -MP -MF "$(DEPDIR)/fzsftp-settings.Tpo" -c -o fzsftp-settings.o `test -f 'settings.c' || echo '$(srcdir)/'`settings.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-settings.Tpo" "$(DEPDIR)/fzsftp-settings.Po"; else rm -f "$(DEPDIR)/fzsftp-settings.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='settings.c' object='fzsftp-settings.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-settings.o `test -f 'settings.c' || echo '$(srcdir)/'`settings.c
fzsftp-settings.obj: settings.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-settings.obj -MD -MP -MF "$(DEPDIR)/fzsftp-settings.Tpo" -c -o fzsftp-settings.obj `if test -f 'settings.c'; then $(CYGPATH_W) 'settings.c'; else $(CYGPATH_W) '$(srcdir)/settings.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-settings.Tpo" "$(DEPDIR)/fzsftp-settings.Po"; else rm -f "$(DEPDIR)/fzsftp-settings.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='settings.c' object='fzsftp-settings.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-settings.obj `if test -f 'settings.c'; then $(CYGPATH_W) 'settings.c'; else $(CYGPATH_W) '$(srcdir)/settings.c'; fi`
fzsftp-tree234.o: tree234.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-tree234.o -MD -MP -MF "$(DEPDIR)/fzsftp-tree234.Tpo" -c -o fzsftp-tree234.o `test -f 'tree234.c' || echo '$(srcdir)/'`tree234.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-tree234.Tpo" "$(DEPDIR)/fzsftp-tree234.Po"; else rm -f "$(DEPDIR)/fzsftp-tree234.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tree234.c' object='fzsftp-tree234.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-tree234.o `test -f 'tree234.c' || echo '$(srcdir)/'`tree234.c
fzsftp-tree234.obj: tree234.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-tree234.obj -MD -MP -MF "$(DEPDIR)/fzsftp-tree234.Tpo" -c -o fzsftp-tree234.obj `if test -f 'tree234.c'; then $(CYGPATH_W) 'tree234.c'; else $(CYGPATH_W) '$(srcdir)/tree234.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-tree234.Tpo" "$(DEPDIR)/fzsftp-tree234.Po"; else rm -f "$(DEPDIR)/fzsftp-tree234.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tree234.c' object='fzsftp-tree234.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-tree234.obj `if test -f 'tree234.c'; then $(CYGPATH_W) 'tree234.c'; else $(CYGPATH_W) '$(srcdir)/tree234.c'; fi`
fzsftp-proxy.o: proxy.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-proxy.o -MD -MP -MF "$(DEPDIR)/fzsftp-proxy.Tpo" -c -o fzsftp-proxy.o `test -f 'proxy.c' || echo '$(srcdir)/'`proxy.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-proxy.Tpo" "$(DEPDIR)/fzsftp-proxy.Po"; else rm -f "$(DEPDIR)/fzsftp-proxy.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='proxy.c' object='fzsftp-proxy.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-proxy.o `test -f 'proxy.c' || echo '$(srcdir)/'`proxy.c
fzsftp-proxy.obj: proxy.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-proxy.obj -MD -MP -MF "$(DEPDIR)/fzsftp-proxy.Tpo" -c -o fzsftp-proxy.obj `if test -f 'proxy.c'; then $(CYGPATH_W) 'proxy.c'; else $(CYGPATH_W) '$(srcdir)/proxy.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-proxy.Tpo" "$(DEPDIR)/fzsftp-proxy.Po"; else rm -f "$(DEPDIR)/fzsftp-proxy.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='proxy.c' object='fzsftp-proxy.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-proxy.obj `if test -f 'proxy.c'; then $(CYGPATH_W) 'proxy.c'; else $(CYGPATH_W) '$(srcdir)/proxy.c'; fi`
fzsftp-fzsftp.o: fzsftp.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-fzsftp.o -MD -MP -MF "$(DEPDIR)/fzsftp-fzsftp.Tpo" -c -o fzsftp-fzsftp.o `test -f 'fzsftp.c' || echo '$(srcdir)/'`fzsftp.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-fzsftp.Tpo" "$(DEPDIR)/fzsftp-fzsftp.Po"; else rm -f "$(DEPDIR)/fzsftp-fzsftp.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fzsftp.c' object='fzsftp-fzsftp.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-fzsftp.o `test -f 'fzsftp.c' || echo '$(srcdir)/'`fzsftp.c
fzsftp-fzsftp.obj: fzsftp.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-fzsftp.obj -MD -MP -MF "$(DEPDIR)/fzsftp-fzsftp.Tpo" -c -o fzsftp-fzsftp.obj `if test -f 'fzsftp.c'; then $(CYGPATH_W) 'fzsftp.c'; else $(CYGPATH_W) '$(srcdir)/fzsftp.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-fzsftp.Tpo" "$(DEPDIR)/fzsftp-fzsftp.Po"; else rm -f "$(DEPDIR)/fzsftp-fzsftp.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fzsftp.c' object='fzsftp-fzsftp.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-fzsftp.obj `if test -f 'fzsftp.c'; then $(CYGPATH_W) 'fzsftp.c'; else $(CYGPATH_W) '$(srcdir)/fzsftp.c'; fi`
fzsftp-time.o: time.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-time.o -MD -MP -MF "$(DEPDIR)/fzsftp-time.Tpo" -c -o fzsftp-time.o `test -f 'time.c' || echo '$(srcdir)/'`time.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-time.Tpo" "$(DEPDIR)/fzsftp-time.Po"; else rm -f "$(DEPDIR)/fzsftp-time.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='time.c' object='fzsftp-time.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-time.o `test -f 'time.c' || echo '$(srcdir)/'`time.c
fzsftp-time.obj: time.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-time.obj -MD -MP -MF "$(DEPDIR)/fzsftp-time.Tpo" -c -o fzsftp-time.obj `if test -f 'time.c'; then $(CYGPATH_W) 'time.c'; else $(CYGPATH_W) '$(srcdir)/time.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-time.Tpo" "$(DEPDIR)/fzsftp-time.Po"; else rm -f "$(DEPDIR)/fzsftp-time.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='time.c' object='fzsftp-time.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-time.obj `if test -f 'time.c'; then $(CYGPATH_W) 'time.c'; else $(CYGPATH_W) '$(srcdir)/time.c'; fi`
fzsftp-pproxy.o: pproxy.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-pproxy.o -MD -MP -MF "$(DEPDIR)/fzsftp-pproxy.Tpo" -c -o fzsftp-pproxy.o `test -f 'pproxy.c' || echo '$(srcdir)/'`pproxy.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-pproxy.Tpo" "$(DEPDIR)/fzsftp-pproxy.Po"; else rm -f "$(DEPDIR)/fzsftp-pproxy.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pproxy.c' object='fzsftp-pproxy.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-pproxy.o `test -f 'pproxy.c' || echo '$(srcdir)/'`pproxy.c
fzsftp-pproxy.obj: pproxy.c
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -MT fzsftp-pproxy.obj -MD -MP -MF "$(DEPDIR)/fzsftp-pproxy.Tpo" -c -o fzsftp-pproxy.obj `if test -f 'pproxy.c'; then $(CYGPATH_W) 'pproxy.c'; else $(CYGPATH_W) '$(srcdir)/pproxy.c'; fi`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fzsftp-pproxy.Tpo" "$(DEPDIR)/fzsftp-pproxy.Po"; else rm -f "$(DEPDIR)/fzsftp-pproxy.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pproxy.c' object='fzsftp-pproxy.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fzsftp_CPPFLAGS) $(CPPFLAGS) $(fzsftp_CFLAGS) $(CFLAGS) -c -o fzsftp-pproxy.obj `if test -f 'pproxy.c'; then $(CYGPATH_W) 'pproxy.c'; else $(CYGPATH_W) '$(srcdir)/pproxy.c'; fi`
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
distclean-libtool:
-rm -f libtool
uninstall-info-am:
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(mkdir_p) "$(distdir)/$$subdir" \
|| exit 1; \
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-recursive
all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(bindir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive
-rm -rf ./$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-libtool distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
info: info-recursive
info-am:
install-data-am:
install-exec-am: install-binPROGRAMS
install-info: install-info-recursive
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -rf ./$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
uninstall-info: uninstall-info-recursive
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
clean clean-binPROGRAMS clean-generic clean-libtool \
clean-recursive ctags ctags-recursive distclean \
distclean-compile distclean-generic distclean-libtool \
distclean-recursive distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-binPROGRAMS \
install-data install-data-am install-exec install-exec-am \
install-info install-info-am install-man install-strip \
installcheck installcheck-am installdirs installdirs-am \
maintainer-clean maintainer-clean-generic \
maintainer-clean-recursive mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
uninstall-binPROGRAMS uninstall-info-am
$(top_builddir)/FileZilla.app/Contents/MacOS/fzsftp$(EXEEXT): fzsftp
mkdir -p $(top_builddir)/FileZilla.app/Contents/MacOS
cp -f fzsftp $(top_builddir)/FileZilla.app/Contents/MacOS/fzsftp
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
syntax highlighted by Code2HTML, v. 0.9.1