Blob


1 <$PLAN9/src/mkhdr
3 TARG=marshal
5 LIB=../common/libcommon.a\
7 HFILES= ../common/common.h\
9 OFILES= marshal.$O
11 BIN=$PLAN9/bin/upas
13 UPDATE=\
14 mkfile\
15 $HFILES\
16 ${OFILES:%.$O=%.c}\
18 <$PLAN9/src/mkone
19 CFLAGS=$CFLAGS -I../common