coreutils/tests/join/Makefile.in

196 lines
4.6 KiB
Makefile
Raw Normal View History

1996-12-11 05:32:54 +08:00
# Makefile.in generated automatically by automake 1.1l from Makefile.am
1996-10-18 13:09:03 +08:00
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
SHELL = /bin/sh
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ../..
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
1996-11-20 14:34:41 +08:00
RANLIB = @RANLIB@
1996-12-11 05:32:54 +08:00
GENCAT = @GENCAT@
GMSGFMT = @GMSGFMT@
1996-11-20 14:34:41 +08:00
CC = @CC@
1996-10-18 13:09:03 +08:00
x = join
t = t1a t1b t1c t1d t1e t1f t2a t2b t2c t3a t4a t4b t4c t4d t4e t5a t5b \
t5c t5d t5e t5f t5g t5h t5i t5j t5k t5l t5m t6a t6b t6c t7a t8a t8b t9a
in1 = $(t:=.in1)
in2 = $(t:=.in2)
exp = $(t:=.exp)
out = $(t:=.out)
err = $(t:=.err)
1996-12-11 05:32:54 +08:00
EXTRA_DIST = mk-script.pl Test.pm $x-tests $(in1) $(in2) $(exp)
noinst_SCRIPTS = $x-tests
1996-10-18 13:09:03 +08:00
PERL = @PERL@
editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g'
TESTS = $x-tests
SUFFIXES = .pl
1996-12-20 14:11:59 +08:00
MAINTAINERCLEANFILES = $x-tests $(in1) $(in2) $(exp)
1996-10-18 13:09:03 +08:00
CLEANFILES = $(out) $(err)
1996-11-20 14:34:41 +08:00
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1996-10-18 13:09:03 +08:00
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
SCRIPTS = $(noinst_SCRIPTS)
DIST_COMMON = Makefile.am Makefile.in TODO
PACKAGE = @PACKAGE@
VERSION = @VERSION@
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
1996-11-20 14:34:41 +08:00
$(TEXINFOS) $(MANS) $(EXTRA_DIST)
1996-10-18 13:09:03 +08:00
TAR = tar
default: all
1996-12-08 13:35:20 +08:00
.SUFFIXES:
.SUFFIXES: .pl
1996-12-11 05:32:54 +08:00
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
1996-12-14 07:41:12 +08:00
cd $(top_srcdir) && automake --gnits tests/join-test/Makefile
1996-10-18 13:09:03 +08:00
1996-12-08 13:35:20 +08:00
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1996-11-20 14:34:41 +08:00
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
1996-12-08 13:35:20 +08:00
1996-10-18 13:09:03 +08:00
tags: TAGS
TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = tests/join-test
1996-11-20 14:34:41 +08:00
distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
1996-10-18 13:09:03 +08:00
test -f $(distdir)/$$file \
1996-11-20 14:34:41 +08:00
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
1996-10-18 13:09:03 +08:00
done
check-TESTS: $(TESTS)
@failed=0; all=0; \
srcdir=$(srcdir); export srcdir; \
for tst in $(TESTS); do \
all=`expr $$all + 1`; \
if test -f $$tst; then dir=.; \
else dir="$(srcdir)"; fi; \
if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
echo "PASS: $$tst"; \
else \
failed=`expr $$failed + 1`; \
echo "FAIL: $$tst"; \
fi; \
done; \
if test "$$failed" -eq 0; then \
echo "========================"; \
echo "All $$all tests passed"; \
echo "========================"; \
else \
echo "$$failed of $$all tests failed"; \
fi
info:
dvi:
1996-12-08 13:35:20 +08:00
check: all
$(MAKE) check-TESTS
1996-10-18 13:09:03 +08:00
installcheck:
install-exec:
$(NORMAL_INSTALL)
install-data:
$(NORMAL_INSTALL)
install: install-exec install-data all
@:
uninstall:
all: $(SCRIPTS) Makefile
install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' 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 config.cache config.log stamp-h
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
1996-12-08 13:35:20 +08:00
clean: clean-generic mostlyclean
1996-10-18 13:09:03 +08:00
1996-12-08 13:35:20 +08:00
distclean: distclean-generic clean
1996-10-18 13:09:03 +08:00
rm -f config.status
1996-12-08 13:35:20 +08:00
maintainer-clean: maintainer-clean-generic distclean
1996-10-18 13:09:03 +08:00
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
1996-12-08 13:35:20 +08:00
.PHONY: default tags distdir check-TESTS info dvi installcheck \
1996-10-18 13:09:03 +08:00
install-exec install-data install uninstall all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1996-12-11 05:32:54 +08:00
$x-tests: @MAINT@mk-script Test.pm
./mk-script ../../src/$x > $@.n
1996-10-18 13:09:03 +08:00
mv $@.n $@
chmod 755 $@
.pl:
rm -f $@ $@.tmp
1996-12-18 06:44:57 +08:00
$(editpl) $< > $@.tmp
chmod +x-w $@.tmp
mv $@.tmp $@
1996-10-18 13:09:03 +08:00
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: