Deleted Added
full compact
1c1
< # Makefile.in generated by automake 1.7.9 from Makefile.am.
---
> # Makefile.in generated by automake 1.8.3 from Makefile.am.
4,5c4,5
< # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
< # Free Software Foundation, Inc.
---
> # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
> # 2003, 2004 Free Software Foundation, Inc.
22a23,24
> SOURCES = $(libcommon_a_SOURCES)
>
30d31
<
44a46,115
> DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
> $(top_srcdir)/Makefile.am.common \
> $(top_srcdir)/cf/Makefile.am.common
> subdir = appl/ftp/common
> ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
> am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
> $(top_srcdir)/cf/auth-modules.m4 \
> $(top_srcdir)/cf/broken-getaddrinfo.m4 \
> $(top_srcdir)/cf/broken-getnameinfo.m4 \
> $(top_srcdir)/cf/broken-glob.m4 \
> $(top_srcdir)/cf/broken-realloc.m4 \
> $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
> $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
> $(top_srcdir)/cf/capabilities.m4 \
> $(top_srcdir)/cf/check-compile-et.m4 \
> $(top_srcdir)/cf/check-declaration.m4 \
> $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
> $(top_srcdir)/cf/check-man.m4 \
> $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
> $(top_srcdir)/cf/check-type-extra.m4 \
> $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
> $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
> $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
> $(top_srcdir)/cf/dlopen.m4 \
> $(top_srcdir)/cf/find-func-no-libs.m4 \
> $(top_srcdir)/cf/find-func-no-libs2.m4 \
> $(top_srcdir)/cf/find-func.m4 \
> $(top_srcdir)/cf/find-if-not-broken.m4 \
> $(top_srcdir)/cf/have-struct-field.m4 \
> $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
> $(top_srcdir)/cf/krb-bigendian.m4 \
> $(top_srcdir)/cf/krb-func-getlogin.m4 \
> $(top_srcdir)/cf/krb-ipv6.m4 $(top_srcdir)/cf/krb-prog-ln-s.m4 \
> $(top_srcdir)/cf/krb-readline.m4 \
> $(top_srcdir)/cf/krb-struct-spwd.m4 \
> $(top_srcdir)/cf/krb-struct-winsize.m4 \
> $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
> $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
> $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/proto-compat.m4 \
> $(top_srcdir)/cf/retsigtype.m4 $(top_srcdir)/cf/roken-frag.m4 \
> $(top_srcdir)/cf/sunos.m4 $(top_srcdir)/cf/telnet.m4 \
> $(top_srcdir)/cf/test-package.m4 $(top_srcdir)/cf/wflags.m4 \
> $(top_srcdir)/cf/with-all.m4 $(top_srcdir)/configure.in
> am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
> $(ACLOCAL_M4)
> mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
> CONFIG_HEADER = $(top_builddir)/include/config.h
> CONFIG_CLEAN_FILES =
> ARFLAGS = cru
> LIBRARIES = $(noinst_LIBRARIES)
> libcommon_a_AR = $(AR) $(ARFLAGS)
> libcommon_a_LIBADD =
> am_libcommon_a_OBJECTS = sockbuf.$(OBJEXT) buffer.$(OBJEXT)
> libcommon_a_OBJECTS = $(am_libcommon_a_OBJECTS)
> DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
> depcomp =
> am__depfiles_maybe =
> COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
> $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
> LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
> $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
> $(AM_CFLAGS) $(CFLAGS)
> CCLD = $(CC)
> LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
> $(AM_LDFLAGS) $(LDFLAGS) -o $@
> SOURCES = $(libcommon_a_SOURCES)
> DIST_SOURCES = $(libcommon_a_SOURCES)
> ETAGS = etags
> CTAGS = ctags
> DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105d175
<
107d176
<
109d177
<
123d190
<
132d198
<
260a327
> mkdir_p = @mkdir_p@
268d334
<
270d335
<
272d336
<
274d337
<
276d338
<
278d339
<
284d344
<
287d346
<
289d347
<
291d348
<
296d352
<
298d353
<
300d354
<
306,332d359
< subdir = appl/ftp/common
< ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
< mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
< CONFIG_HEADER = $(top_builddir)/include/config.h
< CONFIG_CLEAN_FILES =
< LIBRARIES = $(noinst_LIBRARIES)
<
< libcommon_a_AR = $(AR) cru
< libcommon_a_LIBADD =
< am_libcommon_a_OBJECTS = sockbuf.$(OBJEXT) buffer.$(OBJEXT)
< libcommon_a_OBJECTS = $(am_libcommon_a_OBJECTS)
<
< DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
< depcomp =
< am__depfiles_maybe =
< COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
< $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
< LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
< $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
< CCLD = $(CC)
< LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
< $(AM_LDFLAGS) $(LDFLAGS) -o $@
< DIST_SOURCES = $(libcommon_a_SOURCES)
< DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.am.common \
< $(top_srcdir)/cf/Makefile.am.common Makefile.am
< SOURCES = $(libcommon_a_SOURCES)
<
337c364,373
< $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
---
> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(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) --foreign --ignore-deps appl/ftp/common/Makefile'; \
339,341c375,384
< $(AUTOMAKE) --foreign appl/ftp/common/Makefile
< Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
< cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
---
> $(AUTOMAKE) --foreign --ignore-deps appl/ftp/common/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;
342a386,393
> $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
> cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
>
> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
> cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
> cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
>
351c402
< -rm -f *.$(OBJEXT) core *.core
---
> -rm -f *.$(OBJEXT)
357c408
< $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
---
> $(COMPILE) -c $<
360c411
< $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
---
> $(COMPILE) -c `$(CYGPATH_W) '$<'`
363c414
< $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
---
> $(LTCOMPILE) -c -o $@ $<
375,382d425
< ETAGS = etags
< ETAGSFLAGS =
<
< CTAGS = ctags
< CTAGSFLAGS =
<
< tags: TAGS
<
390a434
> tags: TAGS
405d448
<
428d470
< DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
430,432d471
< top_distdir = ../../..
< distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
<
434c473
< $(mkinstalldirs) $(distdir)/../../.. $(distdir)/../../../cf
---
> $(mkdir_p) $(distdir)/../../.. $(distdir)/../../../cf
446c485
< $(mkinstalldirs) "$(distdir)$$dir"; \
---
> $(mkdir_p) "$(distdir)$$dir"; \
468d506
<
507a546,547
> html: html-am
>
547,554c587,595
< distclean distclean-compile distclean-generic distclean-libtool \
< distclean-tags distdir dvi dvi-am info info-am install \
< install-am install-data install-data-am install-exec \
< install-exec-am install-info install-info-am install-man \
< install-strip installcheck installcheck-am installdirs \
< maintainer-clean maintainer-clean-generic mostlyclean \
< mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
< pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
---
> distclean distclean-compile distclean-generic \
> distclean-libtool distclean-tags distdir dvi dvi-am html \
> html-am info info-am install install-am install-data \
> install-data-am install-exec install-exec-am install-info \
> install-info-am install-man install-strip installcheck \
> installcheck-am installdirs maintainer-clean \
> maintainer-clean-generic mostlyclean mostlyclean-compile \
> mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
> tags uninstall uninstall-am uninstall-info-am