DEADSOFTWARE

55613683b5a5b94b4fa4ca5a6be3f5c379621e10
[bbcp.git] / BlackBox / _Linux_ / Lin / Mod / gen-LibW / Makefile
1 # This is BSD Makefile
2 # BSD GNU
3 # ${.TARGET} $@
4 # ${.ALLSRC} $^
5 # ${.IMPSRC} $<
7 INCDIR ?= /usr/include
9 PY = python2.7
11 DEFS = defs-basictypes defs-lc
13 all: LibW.txt ${DEFS}
15 LibW.txt: LibW.txt.templ ${DEFS} libver osname machine
16 ${PY} ./untempl.py LibW.txt.templ $@
18 defs-basictypes: sizeofs
19 ./sizeofs > $@
21 defs-lc: mklc
22 ./mklc > $@
24 clean:
25 rm -f ${DEFS} LibW.txt sizeofs mklc