Blame


1 9f1fdc12 2005-10-29 devnull <$PLAN9/src/mkhdr
2 9f1fdc12 2005-10-29 devnull
3 9f1fdc12 2005-10-29 devnull CC=9c
4 9f1fdc12 2005-10-29 devnull
5 9f1fdc12 2005-10-29 devnull TARG=Mail
6 9f1fdc12 2005-10-29 devnull OFILES=\
7 9f1fdc12 2005-10-29 devnull html.$O\
8 9f1fdc12 2005-10-29 devnull mail.$O\
9 9f1fdc12 2005-10-29 devnull mesg.$O\
10 9f1fdc12 2005-10-29 devnull reply.$O\
11 9f1fdc12 2005-10-29 devnull util.$O\
12 9f1fdc12 2005-10-29 devnull win.$O
13 9f1fdc12 2005-10-29 devnull
14 9f1fdc12 2005-10-29 devnull HFILES=dat.h
15 9f1fdc12 2005-10-29 devnull LIB=
16 9f1fdc12 2005-10-29 devnull
17 9f1fdc12 2005-10-29 devnull BIN=/acme/bin/$objtype
18 9f1fdc12 2005-10-29 devnull
19 9f1fdc12 2005-10-29 devnull UPDATE=\
20 9f1fdc12 2005-10-29 devnull mkfile\
21 9f1fdc12 2005-10-29 devnull $HFILES\
22 9f1fdc12 2005-10-29 devnull ${OFILES:%.$O=%.c}\
23 9f1fdc12 2005-10-29 devnull
24 9f1fdc12 2005-10-29 devnull <$PLAN9/src/mkone
25 9f1fdc12 2005-10-29 devnull
26 9f1fdc12 2005-10-29 devnull $O.out: $OFILES
27 9f1fdc12 2005-10-29 devnull $LD -o $target $LDFLAGS $OFILES
28 9f1fdc12 2005-10-29 devnull
29 9f1fdc12 2005-10-29 devnull syms:V:
30 9f1fdc12 2005-10-29 devnull 8c -a mail.c >syms
31 9f1fdc12 2005-10-29 devnull 8c -aa mesg.c reply.c util.c win.c >>syms
32 9f1fdc12 2005-10-29 devnull