summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/ml/mkfile
blob: 8af0f7d2394e630017ff846c424628546632222a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
</$objtype/mkfile

TARG=\
	ml\
	mlowner\
	mlmgr\

LIB=../common/libcommon.a$O

OFILES=common.$O

HFILES=\
	../common/common.h\
	../common/sys.h\
	dat.h\
	../smtp/rfc822.tab.h\

</sys/src/cmd/mkmany
<../mkupas
CFLAGS=$CFLAGS -I../common

$O.ml: ../smtp/rfc822.tab.$O
$O.mlowner: ../smtp/rfc822.tab.$O

../smtp/rfc822.tab.h ../smtp/rfc822.tab.$O: ../smtp/rfc822.y
	cd ../smtp && mk rfc822.tab.h rfc822.tab.$O