mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
1b135a7805
don't set PLAN9 don't set PLAN9
42 lines
460 B
Makefile
42 lines
460 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\
|
|
mem.$O\
|
|
packet.$O\
|
|
parsescore.$O\
|
|
queue.$O\
|
|
root.$O\
|
|
rpc.$O\
|
|
scorefmt.$O\
|
|
send.$O\
|
|
server.$O\
|
|
srvhello.$O\
|
|
strdup.$O\
|
|
string.$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
|
|
|
|
|