diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-31 19:15:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-31 19:15:41 +0000 |
commit | 3ff0f8076b416cc59b62c03c01123a0b55ff3af9 (patch) | |
tree | a3cc17daee1d20f196db98a3a09a696683394373 /tests | |
parent | 3dd1381c64ea17ab430635dc3bfd60ba3959ca66 (diff) | |
download | coreutils-3ff0f8076b416cc59b62c03c01123a0b55ff3af9.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chgrp/Makefile.in | 17 | ||||
-rw-r--r-- | tests/chmod/Makefile.in | 17 | ||||
-rw-r--r-- | tests/cp/Makefile.in | 17 | ||||
-rw-r--r-- | tests/dd/Makefile.in | 17 | ||||
-rw-r--r-- | tests/dircolors/Makefile.in | 17 | ||||
-rw-r--r-- | tests/du/Makefile.in | 17 | ||||
-rw-r--r-- | tests/install/Makefile.in | 17 | ||||
-rw-r--r-- | tests/ln/Makefile.in | 17 | ||||
-rw-r--r-- | tests/ls-2/Makefile.in | 17 | ||||
-rw-r--r-- | tests/ls/Makefile.in | 17 | ||||
-rw-r--r-- | tests/mkdir/Makefile.in | 17 | ||||
-rw-r--r-- | tests/mv/Makefile.in | 17 | ||||
-rw-r--r-- | tests/rm/Makefile.in | 17 | ||||
-rw-r--r-- | tests/rmdir/Makefile.in | 17 | ||||
-rw-r--r-- | tests/shred/Makefile.in | 17 | ||||
-rw-r--r-- | tests/touch/Makefile.in | 17 |
16 files changed, 128 insertions, 144 deletions
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index 0b9006e0e..5aed0a6ca 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -146,6 +144,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -270,12 +269,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 5322e91bf..fd46618a9 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -146,6 +144,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -270,12 +269,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 536f90afe..bae83e1ad 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -152,6 +150,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -276,12 +275,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 52c9ab704..d27cb2b44 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -150,6 +148,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -274,12 +273,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index 04538aff8..35b4b6507 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -150,6 +148,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -274,12 +273,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 3a04ce749..84366d9a3 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -146,6 +144,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -270,12 +269,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index 495bcc8e9..de7ae97fd 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -146,6 +144,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -270,12 +269,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index f68363c78..be6ad7f4b 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -146,6 +144,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -270,12 +269,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 0b849e142..45cf05f43 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -150,6 +148,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -274,12 +273,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index d08d87d89..079eb1648 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -149,6 +147,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -273,12 +272,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index d221eb7cb..59e671545 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -147,6 +145,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -271,12 +270,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 50c294892..dcd033969 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -153,6 +151,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -277,12 +276,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 166344bda..1825ce6f5 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -152,6 +150,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -276,12 +275,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index 203e49c84..55978a597 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -150,6 +148,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -274,12 +273,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index 542c07b4e..71a526b11 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -149,6 +147,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -273,12 +272,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index aeff6f881..7b991d7f0 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -147,6 +145,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -271,12 +270,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. |