blob: f4b188c9c80d88f5b7a8a948dd8a9b4a940054d4 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
|
</$objtype/mkfile
TARG=\
send\
filter\
LIB=../common/libcommon.a$O
OFILES=\
message.$O\
dest.$O\
log.$O\
skipequiv.$O\
../smtp/rfc822.tab.$O\
SOBJ=\
authorize.$O\
bind.$O\
cat_mail.$O\
gateway.$O\
local.$O\
main.$O\
rewrite.$O\
translate.$O\
FOBJ=cat_mail.$O
HFILES=\
send.h\
../common/common.h\
../common/sys.h\
</sys/src/cmd/mkmany
<../mkupas
CFLAGS=$CFLAGS -I../common
$O.send: $SOBJ $OFILES
$LD $LDFLAGS -o $target $prereq $LIB
$O.filter: $FOBJ
message.$O: ../smtp/rfc822.tab.h
../smtp/rfc822.tab.h ../smtp/rfc822.tab.$O: ../smtp/rfc822.y
cd ../smtp && mk rfc822.tab.h rfc822.tab.$O
|