simple/chartab/GNUmakefile

20 lines
270 B
Makefile
Raw Normal View History

-include GNUmakevars
1997-11-18 11:35:54 +01:00
all: chartab ctype-test
chartab: chartab.pl
cp $^ $@
1997-11-18 11:35:54 +01:00
ctype-test:
1997-04-12 17:51:54 +02:00
clean:
rm chartab
1997-11-18 11:35:54 +01:00
install: $(BINDIR)/chartab $(BINDIR)/ctype-test
2000-02-13 20:49:22 +01:00
GNUmakevars: GNUmakevars.sh
sh ./$^ > $@
GNUmakerules: GNUmakerules.pl
perl ./$^ > $@
-include GNUmakerules