mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
25 lines
302 B
Makefile
25 lines
302 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
LIBFILES=\
|
|
error\
|
|
file\
|
|
fs\
|
|
pack\
|
|
|
|
LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a
|
|
|
|
HFILES=\
|
|
$PLAN9/include/venti.h\
|
|
stdinc.h\
|
|
error.h\
|
|
vac.h\
|
|
dat.h\
|
|
fns.h\
|
|
|
|
TARG=vac vacfs # vtdump
|
|
|
|
default:V: all
|
|
|
|
test:V: $O.srcload $O.wtest $O.rtest $O.vtdump $O.vtread
|
|
|
|
<$PLAN9/src/mkmany
|