DEADSOFTWARE

moved to wiki
[bbcp.git] / ubuntu / Lin / Mod / gen-Termios / Makefile
1 # This is GNU Makefile
2 # BSD GNU
3 # ${.TARGET} $@
4 # ${.ALLSRC} $^
5 # ${.IMPSRC} $<
7 INCDIR ?= /usr/include
9 all: Termios.txt
11 PY = python2.7
12 DEFS = defs-termios
14 Termios.txt: Termios.txt.templ ${DEFS}
15 ${PY} ./untempl.py Termios.txt.templ $@
17 defs-termios:
18 ./dumpdefs.py 2 0 i ${INCDIR}/i386-linux-gnu/bits/termios.h > $@
20 clean:
21 rm -f Termios.txt ${DEFS}