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 (234B)
---
1 <$PLAN9/src/mkhdr
2
3 TARG=vf unvf
4
5 OFILES=
6
7 LIB=../common/libcommon.a\
8
9 HFILES=../common/common.h\
10 ../common/sys.h\
11
12
13 BIN=$PLAN9/bin/upas
14 UPDATE=\
15 mkfile\
16 $HFILES\
17 ${OFILES:%.$O=%.c}\
18
19 <$PLAN9/src/mkmany
20 CFLAGS=$CFLAGS -I../common