aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/ml/mkfile
blob: 8eca4f08c2f0ebc12243436d576daaec1eda8499 (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
27
28
29
30
31
32
<$PLAN9/src/mkhdr

TARG=ml\
	mlowner\
	mlmgr\

OFILES=\
	common.$O\

LIB=../common/libcommon.av\

UHFILES= ../common/common.h\
	../common/sys.h\
	dat.h\

HFILES=$UHFILES\
	../smtp/rfc822.tab.h\

LIB=../common/libcommon.a

BIN=$BIN/upas
<$PLAN9/src/mkmany
CFLAGS=$CFLAGS -I../common

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

../smtp/rfc822.tab.h ../smtp/rfc822.tab.$O:
	(
		cd ../smtp
		mk rfc822.tab.$O
	)