plan9port/src/libventi/mkfile
David du Colombier 83b247a771 libventi: add functions vtsha1 and vtsha1check
These functions are equivalent to vtSha1 and vtSha1Check
from the old libventi and are particularly used by Fossil.

R=rsc
http://codereview.appspot.com/5555064
2012-01-21 10:01:20 +01:00

45 lines
489 B
Makefile

<$PLAN9/src/mkhdr
LIB=libventi.a
OFILES=\
cache.$O\
client.$O\
conn.$O\
dial.$O\
debug.$O\
dtype.$O\
entry.$O\
fcall.$O\
fcallfmt.$O\
file.$O\
hangup.$O\
log.$O\
mem.$O\
packet.$O\
parsescore.$O\
queue.$O\
root.$O\
rpc.$O\
scorefmt.$O\
send.$O\
server.$O\
sha1.$O\
srvhello.$O\
strdup.$O\
string.$O\
time.$O\
version.$O\
zero.$O\
zeroscore.$O\
HFILES=\
$PLAN9/include/venti.h\
<$PLAN9/src/mksyslib
send.$O: queue.h
server.$O: queue.h
queue.$O: queue.h