summaryrefslogtreecommitdiff
path: root/tests/hello-test
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-01-12 11:43:31 +0000
committerjbj <devnull@localhost>1999-01-12 11:43:31 +0000
commitb5d564eb99cd9798996627af4c30e4a652e955b5 (patch)
tree3fd17d6e74eca41c8daa5707d5df10db294821c9 /tests/hello-test
parent33d610be387218a7c786a84e585efd2cc3a33881 (diff)
downloadrpm-b5d564eb99cd9798996627af4c30e4a652e955b5.tar.gz
rpm-b5d564eb99cd9798996627af4c30e4a652e955b5.tar.bz2
rpm-b5d564eb99cd9798996627af4c30e4a652e955b5.zip
Automake noise..
CVS patchset: 2692 CVS date: 1999/01/12 11:43:31
Diffstat (limited to 'tests/hello-test')
-rw-r--r--tests/hello-test/Makefile.in17
1 files changed, 6 insertions, 11 deletions
diff --git a/tests/hello-test/Makefile.in b/tests/hello-test/Makefile.in
index 499ce6ad4..619f49fb6 100644
--- a/tests/hello-test/Makefile.in
+++ b/tests/hello-test/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.3 from Makefile.am
+# Makefile.in generated automatically by automake 1.3b from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -32,7 +32,7 @@ mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
-DISTDIR =
+DESTDIR =
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -143,7 +143,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = tar
+TAR = gtar
GZIP = --best
all: Makefile $(SCRIPTS)
@@ -203,7 +203,7 @@ check-TESTS: $(TESTS)
info:
dvi:
check: all
- $(MAKE) check-TESTS
+ $(MAKE) $(AM_MAKEFLAGS) check-TESTS
installcheck:
install-exec:
@$(NORMAL_INSTALL)
@@ -217,24 +217,19 @@ install: install-exec install-data all
uninstall:
install-strip:
- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
installdirs:
mostlyclean-generic:
- -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
clean-generic:
- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
- -rm -f Makefile $(DISTCLEANFILES)
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
-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:
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean: mostlyclean-generic
clean: clean-generic mostlyclean