.
[coreutils.git] / tests / join / Makefile.in
blobd03d81dee02cc54df8451695ca5da70dd51c6134
1 # Makefile.in generated automatically by automake 1.1f from Makefile.am
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
8 SHELL = /bin/sh
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
33 top_builddir = ../..
35 INSTALL = @INSTALL@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA = @INSTALL_DATA@
38 INSTALL_SCRIPT = @INSTALL_SCRIPT@
39 transform = @program_transform_name@
41 x = join
42 t = t1a t1b t1c t1d t1e t1f t2a t2b t2c t3a t4a t4b t4c t4d t4e t5a t5b \
43 t5c t5d t5e t5f t5g t5h t5i t5j t5k t5l t5m t6a t6b t6c t7a t8a t8b t9a
45 in1 = $(t:=.in1)
46 in2 = $(t:=.in2)
47 exp = $(t:=.exp)
48 out = $(t:=.out)
49 err = $(t:=.err)
51 EXTRA_DIST = build-script.pl Test.pm $x-tests $(in1) $(in2) $(exp)
52 noinst_SCRIPTS = $x-tests build-script
54 PERL = @PERL@
55 editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g'
57 TESTS = $x-tests
59 SUFFIXES = .pl
61 MAINTAINERCLEANFILES = $x-tests $(in) $(exp)
62 CLEANFILES = $(out) $(err)
63 mkinstalldirs = $(top_srcdir)/mkinstalldirs
64 CONFIG_HEADER = ../../config.h
65 CONFIG_CLEAN_FILES =
66 SCRIPTS = $(noinst_SCRIPTS)
68 DIST_COMMON = Makefile.am Makefile.in TODO
71 PACKAGE = @PACKAGE@
72 VERSION = @VERSION@
74 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
75 $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST)
76 DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
77 $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST)
79 TAR = tar
80 default: all
83 $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
84 cd $(top_srcdir) && automake $(subdir)/Makefile
86 Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES)
87 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
88 tags: TAGS
89 TAGS:
92 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
94 subdir = tests/join-test
95 distdir: $(DEP_DISTFILES)
96 @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
97 test -f $(distdir)/$$file \
98 || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
99 || cp -p $(srcdir)/$$file $(distdir)/$$file; \
100 done
101 check-TESTS: $(TESTS)
102 @failed=0; all=0; \
103 srcdir=$(srcdir); export srcdir; \
104 for tst in $(TESTS); do \
105 all=`expr $$all + 1`; \
106 if test -f $$tst; then dir=.; \
107 else dir="$(srcdir)"; fi; \
108 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
109 echo "PASS: $$tst"; \
110 else \
111 failed=`expr $$failed + 1`; \
112 echo "FAIL: $$tst"; \
113 fi; \
114 done; \
115 if test "$$failed" -eq 0; then \
116 echo "========================"; \
117 echo "All $$all tests passed"; \
118 echo "========================"; \
119 else \
120 echo "$$failed of $$all tests failed"; \
122 info:
123 dvi:
124 check: all check-TESTS
125 installcheck:
126 install-exec:
127 $(NORMAL_INSTALL)
129 install-data:
130 $(NORMAL_INSTALL)
132 install: install-exec install-data all
135 uninstall:
137 all: $(SCRIPTS) Makefile
139 install-strip:
140 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
141 installdirs:
144 mostlyclean-generic:
145 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
147 clean-generic:
148 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
150 distclean-generic:
151 rm -f Makefile $(DISTCLEANFILES)
152 rm -f config.cache config.log stamp-h
153 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
155 maintainer-clean-generic:
156 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
157 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
158 mostlyclean: mostlyclean-generic
160 clean: clean-generic mostlyclean
162 distclean: distclean-generic clean
163 rm -f config.status
165 maintainer-clean: maintainer-clean-generic distclean
166 @echo "This command is intended for maintainers to use;"
167 @echo "it deletes files that may require special tools to rebuild."
169 .PHONY: default tags distdir check-TESTS info dvi check installcheck \
170 install-exec install-data install uninstall all installdirs \
171 mostlyclean-generic distclean-generic clean-generic \
172 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
175 $x-tests: @MAINT@build-script Test.pm
176 ./build-script ../../src/$x > $@.n
177 mv $@.n $@
178 chmod 755 $@
180 .pl:
181 rm -f $@ $@.tmp
182 $(editpl) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
183 .SUFFIXES:
184 .SUFFIXES: .pl
186 # Tell versions [3.59,3.63) of GNU make to not export all variables.
187 # Otherwise a system limit (for SysV at least) may be exceeded.
188 .NOEXPORT: