tmkfile - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tmkfile (228B)
---
1 <$PLAN9/src/mkhdr
2
3 TARG=marshal
4
5 LIB=../common/libcommon.a\
6
7 HFILES= ../common/common.h\
8
9 OFILES= marshal.$O
10
11 BIN=$PLAN9/bin/upas
12
13 UPDATE=\
14 mkfile\
15 $HFILES\
16 ${OFILES:%.$O=%.c}\
17
18 <$PLAN9/src/mkone
19 CFLAGS=$CFLAGS -I../common
20