1998-10-12 11:55:15 +02:00
|
|
|
include GNUmakevars
|
|
|
|
include GNUmakerules
|
|
|
|
|
|
|
|
all: charhist
|
|
|
|
|
2016-02-24 15:41:19 +01:00
|
|
|
charhist: charhist.pl
|
|
|
|
cp $^ $@
|
|
|
|
|
1998-10-12 11:55:15 +02:00
|
|
|
chartab:
|
|
|
|
clean:
|
|
|
|
rm -f charhist core foo bar baz
|
|
|
|
|
2016-07-05 21:39:39 +02:00
|
|
|
distclean: clean
|
|
|
|
rm -f GNUmakerules GNUmakevars
|
|
|
|
|
|
|
|
GNUmakevars: GNUmakevars.sh
|
|
|
|
sh ./$^ > $@
|
|
|
|
GNUmakerules: GNUmakerules.pl
|
|
|
|
perl ./$^ > $@
|
|
|
|
|
1998-10-12 11:55:15 +02:00
|
|
|
install: $(BINDIR)/charhist
|