1 ## Process this file with automake to produce Makefile.in.
3 AUTOMAKE_OPTIONS = 1.1c
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
17 EXTRA_DIST = build-script.pl Test.pm $x-tests $(in) $(exp)
18 noinst_SCRIPTS = $x-tests
21 editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g'
25 $x-tests: @MAINT@ build-script Test.pm
26 ./build-script ../../src/$x > $@.n
34 $(editpl) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
36 MAINTAINERCLEANFILES = $x-tests $(in) $(exp)
37 CLEANFILES = $(out) $(err)