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 (429B)
---
1 <$PLAN9/src/mkhdr
2
3 TARG=ml\
4 mlowner\
5 mlmgr\
6
7 OFILES=\
8 common.$O\
9
10 LIB=../common/libcommon.av\
11
12 UHFILES= ../common/common.h\
13 ../common/sys.h\
14 dat.h\
15
16 HFILES=$UHFILES\
17 ../smtp/rfc822.tab.h\
18
19 LIB=../common/libcommon.a
20
21 BIN=$BIN/upas
22 <$PLAN9/src/mkmany
23 CFLAGS=$CFLAGS -I../common
24
25 $O.ml: ../smtp/rfc822.tab.$O
26 $O.mlowner: ../smtp/rfc822.tab.$O
27
28 ../smtp/rfc822.tab.h ../smtp/rfc822.tab.$O:
29 (
30 cd ../smtp
31 mk rfc822.tab.$O
32 )