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