aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 2f88a439626cbbe133a581b4aa791d032b2b737d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: all
all: incdec


incdec: incdec.m4.bash incdec.pl
	m4 $< --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" > $@

incdec.pl: incdec.pl.m4 incdec.pm
	sed -n '/sub incdec {/,/^}/p' incdec.pm > incdec.sub.pl
	m4 $< > $@
	rm incdec.sub.pl


.PHONY: test
test:
	prove -v