diff options
author | Jim Meyering <jim@meyering.net> | 1997-05-24 14:11:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-05-24 14:11:19 +0000 |
commit | 3dc7a93409b08ae1f8371e95c9693116e86cfef5 (patch) | |
tree | 45775c80f756a231bda8a333daba87c10331e5ec /tests/factor | |
parent | 59ed92cdcf86526aef343d3b9eac7d04de4fd14d (diff) | |
download | coreutils-3dc7a93409b08ae1f8371e95c9693116e86cfef5.tar.xz |
.
Diffstat (limited to 'tests/factor')
-rw-r--r-- | tests/factor/Makefile.in | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index 40ce4ac72..a1f618923 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1n from Makefile.am +# Makefile.in generated automatically by automake 1.1p from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -49,9 +49,14 @@ POST_INSTALL = true NORMAL_UNINSTALL = true PRE_UNINSTALL = true POST_UNINSTALL = true +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ +CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ GENCAT = @GENCAT@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ @@ -67,6 +72,7 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBOBJS = @LIBOBJS@ MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ @@ -138,7 +144,12 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = tests/factor + distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/factor/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ @@ -183,7 +194,7 @@ install: install-exec install-data all uninstall: -all: $(SCRIPTS) Makefile +all: Makefile $(SCRIPTS) install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install @@ -198,7 +209,7 @@ clean-generic: distclean-generic: rm -f Makefile $(DISTCLEANFILES) - rm -f config.cache config.log stamp-h + rm -f config.cache config.log stamp-h stamp-h[0-9]* test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: |