|
|
1.1 root 1: LIB=/usr/lib/upas
2: EDSRC= edmail.c message.c cmds.c ../common/*.c
3: EDOBJ= edmail.o message.o cmds.o ../config/config.o ../common/common.a\
4: ../libc/libc.a
5: CFLAGS=${UNIX} -g -I. -I../libc -I../common ${SCFLAGS}
6: LFLAGS=-g ${SLFLAGS}
7: .c.o: ; $(CC) -c $(CFLAGS) $*.c
8:
9: all: edmail
10:
11: edmail: $(EDOBJ)
12: $(CC) $(EDOBJ) $(LFLAGS) -o edmail
13:
14: cmds.o: ../common/mail.h message.h ../common/string.h
15: message.o: ../common/mail.h message.h ../common/string.h ../common/aux.h
16: edmail.o: ../common/mail.h message.h ../common/string.h
17:
18: clean:
19: -rm -f edmail *.[oO] core a.out *.sL
20:
21: cyntax:
22: cyntax $(CFLAGS) $(EDSRC)
23:
24: install: edmail
25: -mv $(LIB)/edmail $(LIB)oedmail
26: cp edmail $(LIB)/edmail
27: strip $(LIB)/edmail
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.