start thinking about vac -- doesn't build yet

This commit is contained in:
rsc 2003-11-23 17:55:34 +00:00
parent 7a4ee46d25
commit 7763a61a35
22 changed files with 7959 additions and 0 deletions

36
src/cmd/vac/mkfile Normal file
View file

@ -0,0 +1,36 @@
PLAN9=../../..
<$PLAN9/src/mkhdr
LIBFILES=\
cache\
error\
file\
fs\
source\
pack\
LIB=${LIBFILES:%=%.$O}
HFILES=\
$PLAN9/include/venti.h\
stdinc.h\
error.h\
vac.h\
dat.h\
fns.h\
TARG=vac vtdump
CFILES=${TARG:%=%.c} ${LIBFILES:%=%.c} srcload.c vactest.c
UPDATE=\
mkfile\
$CFILES\
$HFILES\
${TARG:%=/386/bin/%}
default:V: all
test:V: $O.srcload $O.wtest $O.rtest $O.vtdump $O.vtread
<$PLAN9/src/mkmany