|
|
1.1 root 1: RSRC= print.c semaphore.c\
2: ../common/tmpfile.c ../common/lock.c ../common/subrs.c
3: ROBJ= print.o semaphore.o\
4: ../common/tmpfile.o ../common/lock.o ../common/subrs.o
5: CFLAGS=-g -I../common
6:
7: all: print
8:
9: print: ${ROBJ}
10: ${CC} ${ROBJ} ${CFLAGS} -o print
11:
12: print.o: ../common/mail.h ../common/letter.h ../common/string.h
13:
14: ../common/lock.o: ../common/lock.c ../common/string.h
15: cd ../common; ${CC} -c ${CFLAGS} lock.c
16: ../common/tmpfile.o: ../common/tmpfile.c ../common/mail.h ../common/letter.h
17: cd ../common; ${CC} -c ${CFLAGS} tmpfile.c
18: ../common/subrs.o: ../common/subrs.c ../common/string.h ../common/mail.h
19: cd ../common; ${CC} -c ${CFLAGS} subrs.c
20:
21: prcan:
22: prcan ${RSRC}
23:
24: clean:
25: rm -f print *.o ../common.*.o
26:
27: cyntax:
28: cyntax -I../common ${RSRC}
29:
30: install: print
31: cp print /usr/lib/upas/printmail
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.