DEADSOFTWARE

41bb64dd4de7004604e6c61904b76b6513322b0d
[bbcp.git] / Trurl-based / _Linux_ / Lin / Mod / gen-Termios / Makefile
1 # This is GNU Makefile
2 # BSD GNU
3 # ${.TARGET} $@
4 # ${.ALLSRC} $^
5 # ${.IMPSRC} $<
7 all: Termios.txt
9 PY = python2.7
10 DEFS = defs-termios
12 Termios.txt: Termios.txt.templ ${DEFS}
13 ${PY} ./untempl.py Termios.txt.templ $@
15 defs-termios:
16 ./dumpdefs.py 2 0 i /usr/include/i386-linux-gnu/bits/termios.h > $@
18 clean:
19 rm -f Termios.txt ${DEFS}