(usage): Tell where to report bugs.
[coreutils.git] / tests / tr / Makefile.am
blob7b1b8d46ed7c2ff4023b8423b3a1baed72d988bc
1 ## Process this file with automake to produce Makefile.in.
3 AUTOMAKE_OPTIONS = 1.1c
5 x = tr
6 in = \
7   t1.in t2.in t3.in t4.in t5.in t6.in t7.in t8.in t9.in tA.in tB.in \
8   tC.in tD.in tE.in tF.in tG.in tH.in tI.in tR0.0.in tR0.1.in tR1.0.in \
9   tR1.1.in tR2.in tR3.in tR4.in tR5.in tR6.in ta.in tb.in tc.in td.in \
10   te.in tf.in tg.in th.in ti.in tj.in tk.in tl.in tm.in tn.in to.in \
11   tp.in tq.in tr.in ts.in tt.in tu.in tv.in tw.in tx.in ty.in tz.in
13 exp = $(in:.in=.exp)
14 out = $(in:.in=.out)
15 err = $(in:.in=.err)
17 EXTRA_DIST = build-script.pl Test.pm $x-tests $(in) $(exp)
18 noinst_SCRIPTS = $x-tests
20 PERL = @PERL@
21 editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g'
23 TESTS = $x-tests
25 $x-tests: @MAINT@ build-script Test.pm
26         ./build-script ../../src/$x > $@.n
27         mv $@.n $@
28         chmod 755 $@
30 SUFFIXES = .pl
32 .pl:
33         rm -f $@ $@.tmp
34         $(editpl) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
36 MAINTAINERCLEANFILES = $x-tests $(in) $(exp)
37 CLEANFILES = $(out) $(err)