Module Name: othersrc
Committed By: lukem
Date: Sat Nov 7 10:59:01 UTC 2009
Modified Files:
othersrc/libexec/tnftpd: Makefile.in aclocal.m4 configure
othersrc/libexec/tnftpd/buildaux: install-sh
othersrc/libexec/tnftpd/libnetbsd: Makefile.in
othersrc/libexec/tnftpd/ls: Makefile.in
othersrc/libexec/tnftpd/src: Makefile.in
Log Message:
Regen with silent-rules and other tweaks
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/libexec/tnftpd/Makefile.in
cvs rdiff -u -r1.4 -r1.5 othersrc/libexec/tnftpd/aclocal.m4
cvs rdiff -u -r1.38 -r1.39 othersrc/libexec/tnftpd/configure
cvs rdiff -u -r1.2 -r1.3 othersrc/libexec/tnftpd/buildaux/install-sh
cvs rdiff -u -r1.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/Makefile.in
cvs rdiff -u -r1.1 -r1.2 othersrc/libexec/tnftpd/ls/Makefile.in
cvs rdiff -u -r1.10 -r1.11 othersrc/libexec/tnftpd/src/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/Makefile.in
diff -u othersrc/libexec/tnftpd/Makefile.in:1.6 othersrc/libexec/tnftpd/Makefile.in:1.7
--- othersrc/libexec/tnftpd/Makefile.in:1.6 Sat Nov 7 10:00:43 2009
+++ othersrc/libexec/tnftpd/Makefile.in Sat Nov 7 10:59:00 2009
@@ -50,6 +50,12 @@
CONFIG_HEADER = tnftpd_config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -105,6 +111,7 @@
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
Index: othersrc/libexec/tnftpd/aclocal.m4
diff -u othersrc/libexec/tnftpd/aclocal.m4:1.4 othersrc/libexec/tnftpd/aclocal.m4:1.5
--- othersrc/libexec/tnftpd/aclocal.m4:1.4 Sat Nov 7 09:54:23 2009
+++ othersrc/libexec/tnftpd/aclocal.m4 Sat Nov 7 10:59:00 2009
@@ -7482,6 +7482,33 @@
fi
AC_MSG_RESULT(yes)])
+# Copyright (C) 2009 Free Software Foundation, Inc.
+#
+# This file 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.
+
+# serial 1
+
+# AM_SILENT_RULES([DEFAULT])
+# --------------------------
+# Enable less verbose build rules; with the default set to DEFAULT
+# (`yes' being less verbose, `no' or empty being verbose).
+AC_DEFUN([AM_SILENT_RULES],
+[AC_ARG_ENABLE([silent-rules],
+[ --enable-silent-rules less verbose build output (undo: `make V=1')
+ --disable-silent-rules verbose build output (undo: `make V=0')])
+case $enable_silent_rules in
+yes) AM_DEFAULT_VERBOSITY=0;;
+no) AM_DEFAULT_VERBOSITY=1;;
+*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
+esac
+AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
+AM_BACKSLASH='\'
+AC_SUBST([AM_BACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
+])
+
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
Index: othersrc/libexec/tnftpd/configure
diff -u othersrc/libexec/tnftpd/configure:1.38 othersrc/libexec/tnftpd/configure:1.39
--- othersrc/libexec/tnftpd/configure:1.38 Sat Nov 7 10:00:43 2009
+++ othersrc/libexec/tnftpd/configure Sat Nov 7 10:59:00 2009
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 1.25 .
+# From configure.ac Revision: 1.26 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for tnftpd 20081009.
#
@@ -808,6 +808,8 @@
MAINT
MAINTAINER_MODE_FALSE
MAINTAINER_MODE_TRUE
+AM_BACKSLASH
+AM_DEFAULT_VERBOSITY
am__untar
am__tar
AMTAR
@@ -872,6 +874,7 @@
ac_subst_files=''
ac_user_opts='
enable_option_checking
+enable_silent_rules
enable_maintainer_mode
enable_ipv6
enable_builtinls
@@ -1524,6 +1527,8 @@
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
+ --enable-silent-rules less verbose build output (undo: `make V=1')
+ --disable-silent-rules verbose build output (undo: `make V=0')
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
--enable-ipv6 enable IPv6 support (if your OS supports it)
@@ -3344,6 +3349,18 @@
fi
rmdir .tst 2>/dev/null
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+ enableval=$enable_silent_rules;
+fi
+
+case $enable_silent_rules in
+yes) AM_DEFAULT_VERBOSITY=0;;
+no) AM_DEFAULT_VERBOSITY=1;;
+*) AM_DEFAULT_VERBOSITY=1;;
+esac
+AM_BACKSLASH='\'
+
if test "`cd $srcdir && pwd`" != "`pwd`"; then
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
# is not polluted with repeated "-I."
@@ -5248,7 +5265,7 @@
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5251 "configure"' > conftest.$ac_ext
+ echo '#line 5268 "configure"' > conftest.$ac_ext
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -7666,11 +7683,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7669: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7686: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7673: \$? = $ac_status" >&5
+ echo "$as_me:7690: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -7956,11 +7973,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7959: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7976: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7963: \$? = $ac_status" >&5
+ echo "$as_me:7980: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -8060,11 +8077,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8063: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8080: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:8067: \$? = $ac_status" >&5
+ echo "$as_me:8084: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -10085,7 +10102,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10088 "configure"
+#line 10105 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10185,7 +10202,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10188 "configure"
+#line 10205 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12526,11 +12543,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:12529: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:12546: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:12533: \$? = $ac_status" >&5
+ echo "$as_me:12550: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -12630,11 +12647,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:12633: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:12650: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:12637: \$? = $ac_status" >&5
+ echo "$as_me:12654: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -14213,11 +14230,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14216: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14233: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:14220: \$? = $ac_status" >&5
+ echo "$as_me:14237: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -14317,11 +14334,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14320: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14337: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:14324: \$? = $ac_status" >&5
+ echo "$as_me:14341: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -16478,11 +16495,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16481: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16498: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:16485: \$? = $ac_status" >&5
+ echo "$as_me:16502: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -16768,11 +16785,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16771: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16788: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:16775: \$? = $ac_status" >&5
+ echo "$as_me:16792: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -16872,11 +16889,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16875: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16892: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:16879: \$? = $ac_status" >&5
+ echo "$as_me:16896: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
Index: othersrc/libexec/tnftpd/buildaux/install-sh
diff -u othersrc/libexec/tnftpd/buildaux/install-sh:1.2 othersrc/libexec/tnftpd/buildaux/install-sh:1.3
--- othersrc/libexec/tnftpd/buildaux/install-sh:1.2 Sat Nov 7 10:00:44 2009
+++ othersrc/libexec/tnftpd/buildaux/install-sh Sat Nov 7 10:59:01 2009
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: install-sh,v 1.2 2009/11/07 10:00:44 lukem Exp $
+# $NetBSD: install-sh,v 1.3 2009/11/07 10:59:01 lukem Exp $
# This script now also installs multiple files, but might choke on installing
# multiple files with spaces in the file names.
#
Index: othersrc/libexec/tnftpd/libnetbsd/Makefile.in
diff -u othersrc/libexec/tnftpd/libnetbsd/Makefile.in:1.3 othersrc/libexec/tnftpd/libnetbsd/Makefile.in:1.4
--- othersrc/libexec/tnftpd/libnetbsd/Makefile.in:1.3 Sat Nov 7 10:00:43 2009
+++ othersrc/libexec/tnftpd/libnetbsd/Makefile.in Sat Nov 7 10:59:00 2009
@@ -53,19 +53,35 @@
libnetbsd_la_DEPENDENCIES = $(LTLIBOBJS)
am_libnetbsd_la_OBJECTS =
libnetbsd_la_OBJECTS = $(am_libnetbsd_la_OBJECTS)
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
DEFAULT_INCLUDES =
depcomp = $(SHELL) $(top_srcdir)/buildaux/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
- $(LDFLAGS) -o $@
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libnetbsd_la_SOURCES)
DIST_SOURCES = $(libnetbsd_la_SOURCES)
ETAGS = etags
@@ -73,6 +89,7 @@
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -235,7 +252,7 @@
rm -f "$${dir}/so_locations"; \
done
libnetbsd.la: $(libnetbsd_la_OBJECTS) $(libnetbsd_la_DEPENDENCIES)
- $(LINK) $(libnetbsd_la_OBJECTS) $(libnetbsd_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(LINK) $(libnetbsd_la_OBJECTS) $(libnetbsd_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -272,22 +289,25 @@
@AMDEP_TRUE@@am__include@ @am__qu...@$(DEPDIR)/usleep....@am__quote@
.c.o:
-...@am__fastdepcc_true@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+...@am__fastdepcc_true@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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 $@ $<
Index: othersrc/libexec/tnftpd/ls/Makefile.in
diff -u othersrc/libexec/tnftpd/ls/Makefile.in:1.1 othersrc/libexec/tnftpd/ls/Makefile.in:1.2
--- othersrc/libexec/tnftpd/ls/Makefile.in:1.1 Sat Nov 7 10:00:43 2009
+++ othersrc/libexec/tnftpd/ls/Makefile.in Sat Nov 7 10:59:01 2009
@@ -46,26 +46,42 @@
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
-libls_la_LIBADD =
+libls_la_DEPENDENCIES = ../libnetbsd/libnetbsd.la
am__libls_la_SOURCES_DIST = cmp.c ls.c print.c util.c
@enable_internal_ls_t...@am__objects_1 = libls_la-cmp.lo \
@ENABLE_INTERNAL_LS_TRUE@ libls_la-ls.lo libls_la-print.lo \
@ENABLE_INTERNAL_LS_TRUE@ libls_la-util.lo
am_libls_la_OBJECTS = $(am__objects_1)
libls_la_OBJECTS = $(am_libls_la_OBJECTS)
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
DEFAULT_INCLUDES =
depcomp = $(SHELL) $(top_srcdir)/buildaux/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
- $(LDFLAGS) -o $@
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libls_la_SOURCES)
DIST_SOURCES = $(am__libls_la_SOURCES_DIST)
ETAGS = etags
@@ -73,6 +89,7 @@
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -193,6 +210,9 @@
-I$(top_srcdir) \
-I$(top_builddir)
+libls_la_LIBADD = \
+ ../libnetbsd/libnetbsd.la
+
all: all-am
.SUFFIXES:
@@ -237,7 +257,7 @@
rm -f "$${dir}/so_locations"; \
done
libls.la: $(libls_la_OBJECTS) $(libls_la_DEPENDENCIES)
- $(LINK) $(libls_la_OBJECTS) $(libls_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(LINK) $(libls_la_OBJECTS) $(libls_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -251,53 +271,60 @@
@AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/libls_la-util....@am__quote@
.c.o:
-...@am__fastdepcc_true@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+...@am__fastdepcc_true@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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 $@ $<
libls_la-cmp.lo: cmp.c
-...@am__fastdepcc_true@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libls_la-cmp.lo -MD -MP -MF $(DEPDIR)/libls_la-cmp.Tpo -c -o libls_la-cmp.lo `test -f 'cmp.c' || echo '$(srcdir)/'`cmp.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/libls_la-cmp.Tpo $(DEPDIR)/libls_la-cmp.Plo
+...@am__fastdepcc_true@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libls_la-cmp.lo -MD -MP -MF $(DEPDIR)/libls_la-cmp.Tpo -c -o libls_la-cmp.lo `test -f 'cmp.c' || echo '$(srcdir)/'`cmp.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/libls_la-cmp.Tpo $(DEPDIR)/libls_la-cmp.Plo
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmp.c' object='libls_la-cmp.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-...@am__fastdepcc_false@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libls_la-cmp.lo `test -f 'cmp.c' || echo '$(srcdir)/'`cmp.c
+...@am__fastdepcc_false@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libls_la-cmp.lo `test -f 'cmp.c' || echo '$(srcdir)/'`cmp.c
libls_la-ls.lo: ls.c
-...@am__fastdepcc_true@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libls_la-ls.lo -MD -MP -MF $(DEPDIR)/libls_la-ls.Tpo -c -o libls_la-ls.lo `test -f 'ls.c' || echo '$(srcdir)/'`ls.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/libls_la-ls.Tpo $(DEPDIR)/libls_la-ls.Plo
+...@am__fastdepcc_true@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libls_la-ls.lo -MD -MP -MF $(DEPDIR)/libls_la-ls.Tpo -c -o libls_la-ls.lo `test -f 'ls.c' || echo '$(srcdir)/'`ls.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/libls_la-ls.Tpo $(DEPDIR)/libls_la-ls.Plo
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ls.c' object='libls_la-ls.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-...@am__fastdepcc_false@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libls_la-ls.lo `test -f 'ls.c' || echo '$(srcdir)/'`ls.c
+...@am__fastdepcc_false@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libls_la-ls.lo `test -f 'ls.c' || echo '$(srcdir)/'`ls.c
libls_la-print.lo: print.c
-...@am__fastdepcc_true@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libls_la-print.lo -MD -MP -MF $(DEPDIR)/libls_la-print.Tpo -c -o libls_la-print.lo `test -f 'print.c' || echo '$(srcdir)/'`print.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/libls_la-print.Tpo $(DEPDIR)/libls_la-print.Plo
+...@am__fastdepcc_true@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libls_la-print.lo -MD -MP -MF $(DEPDIR)/libls_la-print.Tpo -c -o libls_la-print.lo `test -f 'print.c' || echo '$(srcdir)/'`print.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/libls_la-print.Tpo $(DEPDIR)/libls_la-print.Plo
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='print.c' object='libls_la-print.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-...@am__fastdepcc_false@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libls_la-print.lo `test -f 'print.c' || echo '$(srcdir)/'`print.c
+...@am__fastdepcc_false@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libls_la-print.lo `test -f 'print.c' || echo '$(srcdir)/'`print.c
libls_la-util.lo: util.c
-...@am__fastdepcc_true@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libls_la-util.lo -MD -MP -MF $(DEPDIR)/libls_la-util.Tpo -c -o libls_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/libls_la-util.Tpo $(DEPDIR)/libls_la-util.Plo
+...@am__fastdepcc_true@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libls_la-util.lo -MD -MP -MF $(DEPDIR)/libls_la-util.Tpo -c -o libls_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/libls_la-util.Tpo $(DEPDIR)/libls_la-util.Plo
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='libls_la-util.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-...@am__fastdepcc_false@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libls_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
+...@am__fastdepcc_false@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libls_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
mostlyclean-libtool:
-rm -f *.lo
Index: othersrc/libexec/tnftpd/src/Makefile.in
diff -u othersrc/libexec/tnftpd/src/Makefile.in:1.10 othersrc/libexec/tnftpd/src/Makefile.in:1.11
--- othersrc/libexec/tnftpd/src/Makefile.in:1.10 Sat Nov 7 10:00:44 2009
+++ othersrc/libexec/tnftpd/src/Makefile.in Sat Nov 7 10:59:01 2009
@@ -53,24 +53,43 @@
tnftpd-popen.$(OBJEXT)
tnftpd_OBJECTS = $(am_tnftpd_OBJECTS)
tnftpd_DEPENDENCIES = ../libnetbsd/libnetbsd.la ../ls/libls.la
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
DEFAULT_INCLUDES =
depcomp = $(SHELL) $(top_srcdir)/buildaux/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
- $(LDFLAGS) -o $@
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
@maintainer_mode_fa...@am__skipyacc = test -f $@ ||
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
-LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
+LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
+AM_V_YACC = $(am__v_YACC_$(V))
+am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY))
+am__v_YACC_0 = @echo " YACC " $@;
YLWRAP = $(top_srcdir)/buildaux/ylwrap
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(tnftpd_SOURCES)
DIST_SOURCES = $(tnftpd_SOURCES)
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -103,6 +122,7 @@
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -240,6 +260,12 @@
man8_MANS = \
tnftpd.man
+CLEANFILES = \
+ ftpcmd.c \
+ ftpd.conf.man \
+ ftpusers.man \
+ tnftpd.man
+
seddotin = \
sed -e 's|@datad...@]|${datadir}|g' \
-e 's|@sysconfd...@]|${sysconfdir}|g'
@@ -323,7 +349,7 @@
rm -f $$list
tnftpd$(EXEEXT): $(tnftpd_OBJECTS) $(tnftpd_DEPENDENCIES)
@rm -f tnftpd$(EXEEXT)
- $(LINK) $(tnftpd_OBJECTS) $(tnftpd_LDADD) $(LIBS)
+ $(AM_V_CCLD)$(LINK) $(tnftpd_OBJECTS) $(tnftpd_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -338,98 +364,111 @@
@AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/tnftpd-popen...@am__quote@
.c.o:
-...@am__fastdepcc_true@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+...@am__fastdepcc_true@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@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 $@ $<
tnftpd-cmds.o: cmds.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-cmds.o -MD -MP -MF $(DEPDIR)/tnftpd-cmds.Tpo -c -o tnftpd-cmds.o `test -f 'cmds.c' || echo '$(srcdir)/'`cmds.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-cmds.Tpo $(DEPDIR)/tnftpd-cmds.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-cmds.o -MD -MP -MF $(DEPDIR)/tnftpd-cmds.Tpo -c -o tnftpd-cmds.o `test -f 'cmds.c' || echo '$(srcdir)/'`cmds.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-cmds.Tpo $(DEPDIR)/tnftpd-cmds.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmds.c' object='tnftpd-cmds.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-cmds.o `test -f 'cmds.c' || echo '$(srcdir)/'`cmds.c
tnftpd-cmds.obj: cmds.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-cmds.obj -MD -MP -MF $(DEPDIR)/tnftpd-cmds.Tpo -c -o tnftpd-cmds.obj `if test -f 'cmds.c'; then $(CYGPATH_W) 'cmds.c'; else $(CYGPATH_W) '$(srcdir)/cmds.c'; fi`
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-cmds.Tpo $(DEPDIR)/tnftpd-cmds.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-cmds.obj -MD -MP -MF $(DEPDIR)/tnftpd-cmds.Tpo -c -o tnftpd-cmds.obj `if test -f 'cmds.c'; then $(CYGPATH_W) 'cmds.c'; else $(CYGPATH_W) '$(srcdir)/cmds.c'; fi`
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-cmds.Tpo $(DEPDIR)/tnftpd-cmds.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmds.c' object='tnftpd-cmds.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-cmds.obj `if test -f 'cmds.c'; then $(CYGPATH_W) 'cmds.c'; else $(CYGPATH_W) '$(srcdir)/cmds.c'; fi`
tnftpd-conf.o: conf.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-conf.o -MD -MP -MF $(DEPDIR)/tnftpd-conf.Tpo -c -o tnftpd-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-conf.Tpo $(DEPDIR)/tnftpd-conf.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-conf.o -MD -MP -MF $(DEPDIR)/tnftpd-conf.Tpo -c -o tnftpd-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-conf.Tpo $(DEPDIR)/tnftpd-conf.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='conf.c' object='tnftpd-conf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
tnftpd-conf.obj: conf.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-conf.obj -MD -MP -MF $(DEPDIR)/tnftpd-conf.Tpo -c -o tnftpd-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi`
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-conf.Tpo $(DEPDIR)/tnftpd-conf.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-conf.obj -MD -MP -MF $(DEPDIR)/tnftpd-conf.Tpo -c -o tnftpd-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi`
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-conf.Tpo $(DEPDIR)/tnftpd-conf.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='conf.c' object='tnftpd-conf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi`
tnftpd-ftpd.o: ftpd.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-ftpd.o -MD -MP -MF $(DEPDIR)/tnftpd-ftpd.Tpo -c -o tnftpd-ftpd.o `test -f 'ftpd.c' || echo '$(srcdir)/'`ftpd.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-ftpd.Tpo $(DEPDIR)/tnftpd-ftpd.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-ftpd.o -MD -MP -MF $(DEPDIR)/tnftpd-ftpd.Tpo -c -o tnftpd-ftpd.o `test -f 'ftpd.c' || echo '$(srcdir)/'`ftpd.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-ftpd.Tpo $(DEPDIR)/tnftpd-ftpd.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ftpd.c' object='tnftpd-ftpd.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-ftpd.o `test -f 'ftpd.c' || echo '$(srcdir)/'`ftpd.c
tnftpd-ftpd.obj: ftpd.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-ftpd.obj -MD -MP -MF $(DEPDIR)/tnftpd-ftpd.Tpo -c -o tnftpd-ftpd.obj `if test -f 'ftpd.c'; then $(CYGPATH_W) 'ftpd.c'; else $(CYGPATH_W) '$(srcdir)/ftpd.c'; fi`
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-ftpd.Tpo $(DEPDIR)/tnftpd-ftpd.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-ftpd.obj -MD -MP -MF $(DEPDIR)/tnftpd-ftpd.Tpo -c -o tnftpd-ftpd.obj `if test -f 'ftpd.c'; then $(CYGPATH_W) 'ftpd.c'; else $(CYGPATH_W) '$(srcdir)/ftpd.c'; fi`
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-ftpd.Tpo $(DEPDIR)/tnftpd-ftpd.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ftpd.c' object='tnftpd-ftpd.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-ftpd.obj `if test -f 'ftpd.c'; then $(CYGPATH_W) 'ftpd.c'; else $(CYGPATH_W) '$(srcdir)/ftpd.c'; fi`
tnftpd-ftpcmd.o: ftpcmd.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-ftpcmd.o -MD -MP -MF $(DEPDIR)/tnftpd-ftpcmd.Tpo -c -o tnftpd-ftpcmd.o `test -f 'ftpcmd.c' || echo '$(srcdir)/'`ftpcmd.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-ftpcmd.Tpo $(DEPDIR)/tnftpd-ftpcmd.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-ftpcmd.o -MD -MP -MF $(DEPDIR)/tnftpd-ftpcmd.Tpo -c -o tnftpd-ftpcmd.o `test -f 'ftpcmd.c' || echo '$(srcdir)/'`ftpcmd.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-ftpcmd.Tpo $(DEPDIR)/tnftpd-ftpcmd.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ftpcmd.c' object='tnftpd-ftpcmd.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-ftpcmd.o `test -f 'ftpcmd.c' || echo '$(srcdir)/'`ftpcmd.c
tnftpd-ftpcmd.obj: ftpcmd.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-ftpcmd.obj -MD -MP -MF $(DEPDIR)/tnftpd-ftpcmd.Tpo -c -o tnftpd-ftpcmd.obj `if test -f 'ftpcmd.c'; then $(CYGPATH_W) 'ftpcmd.c'; else $(CYGPATH_W) '$(srcdir)/ftpcmd.c'; fi`
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-ftpcmd.Tpo $(DEPDIR)/tnftpd-ftpcmd.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-ftpcmd.obj -MD -MP -MF $(DEPDIR)/tnftpd-ftpcmd.Tpo -c -o tnftpd-ftpcmd.obj `if test -f 'ftpcmd.c'; then $(CYGPATH_W) 'ftpcmd.c'; else $(CYGPATH_W) '$(srcdir)/ftpcmd.c'; fi`
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-ftpcmd.Tpo $(DEPDIR)/tnftpd-ftpcmd.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ftpcmd.c' object='tnftpd-ftpcmd.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-ftpcmd.obj `if test -f 'ftpcmd.c'; then $(CYGPATH_W) 'ftpcmd.c'; else $(CYGPATH_W) '$(srcdir)/ftpcmd.c'; fi`
tnftpd-popen.o: popen.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-popen.o -MD -MP -MF $(DEPDIR)/tnftpd-popen.Tpo -c -o tnftpd-popen.o `test -f 'popen.c' || echo '$(srcdir)/'`popen.c
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-popen.Tpo $(DEPDIR)/tnftpd-popen.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-popen.o -MD -MP -MF $(DEPDIR)/tnftpd-popen.Tpo -c -o tnftpd-popen.o `test -f 'popen.c' || echo '$(srcdir)/'`popen.c
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-popen.Tpo $(DEPDIR)/tnftpd-popen.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='popen.c' object='tnftpd-popen.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-popen.o `test -f 'popen.c' || echo '$(srcdir)/'`popen.c
tnftpd-popen.obj: popen.c
-...@am__fastdepcc_true@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-popen.obj -MD -MP -MF $(DEPDIR)/tnftpd-popen.Tpo -c -o tnftpd-popen.obj `if test -f 'popen.c'; then $(CYGPATH_W) 'popen.c'; else $(CYGPATH_W) '$(srcdir)/popen.c'; fi`
-...@am__fastdepcc_true@ $(am__mv) $(DEPDIR)/tnftpd-popen.Tpo $(DEPDIR)/tnftpd-popen.Po
+...@am__fastdepcc_true@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftpd-popen.obj -MD -MP -MF $(DEPDIR)/tnftpd-popen.Tpo -c -o tnftpd-popen.obj `if test -f 'popen.c'; then $(CYGPATH_W) 'popen.c'; else $(CYGPATH_W) '$(srcdir)/popen.c'; fi`
+...@am__fastdepcc_true@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftpd-popen.Tpo $(DEPDIR)/tnftpd-popen.Po
+...@am__fastdepcc_false@ $(AM_V_CC) @AM_BACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='popen.c' object='tnftpd-popen.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftpd-popen.obj `if test -f 'popen.c'; then $(CYGPATH_W) 'popen.c'; else $(CYGPATH_W) '$(srcdir)/popen.c'; fi`
.y.c:
- $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
+ $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
mostlyclean-libtool:
-rm -f *.lo
@@ -624,6 +663,7 @@
mostlyclean-generic:
clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)