1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00
Files
coreutils/tests/tr/Makefile

20 lines
295 B
Makefile
Raw Normal View History

1993-03-02 14:13:10 +00:00
.PHONY: all
1993-03-02 14:10:31 +00:00
all: tr-tests
./tr-tests
tr-tests: main build-script test.data.pl
1993-03-02 14:13:10 +00:00
./main test.data.pl > $@.n
mv $@.n $@
1993-03-02 14:10:31 +00:00
chmod 755 $@
1993-03-02 14:13:10 +00:00
.PHONY: distclean
distclean:
1993-03-02 14:10:31 +00:00
rm -f t[0-9]*.out
1993-03-02 14:13:10 +00:00
1993-03-02 14:10:31 +00:00
.PHONY: clean
1993-03-02 14:13:10 +00:00
clean: distclean
1993-03-02 14:10:31 +00:00
.PHONY: realclean
1993-03-02 14:13:10 +00:00
realclean: clean
rm -f tr-tests t[0-9]*.in t[0-9]*.expected