|
|
1.1 root 1: CFLAGS = -O
2:
3: Lib: bscan.o create.o \
4: efail.o escan.o esusp.o field.o invoke.o keywd.o \
5: limit.o llist.o lsusp.o mkrec.o pfail.o pret.o psusp.o \
6: coact.o coret.o cofail.o
7: ar rc Lib $?
8: ranlib Lib
9:
10: bscan.o: ../h/rt.h ../h/config.h
11: coact.o: ../h/defs.s ../h/config.h
12: cofail.o: ../h/defs.s ../h/config.h
13: coret.o: ../h/defs.s ../h/config.h
14: create.o: ../h/rt.h ../h/config.h
15: efail.o: ../h/defs.s ../h/config.h
16: escan.o: ../h/rt.h ../h/config.h
17: esusp.o: ../h/defs.s ../h/config.h
18: field.o: ../h/rt.h ../h/record.h ../h/config.h
19: invoke.o: ../h/defs.s ../h/config.h
20: keywd.o: ../h/rt.h ../h/keyword.h ../h/config.h
21: limit.o: ../h/rt.h ../h/config.h
22: llist.o: ../h/rt.h ../h/config.h
23: lsusp.o: ../h/defs.s ../h/config.h
24: mkrec.o: ../h/rt.h ../h/record.h ../h/config.h
25: pfail.o: ../h/defs.s ../h/config.h
26: pret.o: ../h/defs.s ../h/config.h
27: psusp.o: ../h/defs.s ../h/config.h
28:
29: Listall:
30: @pr *.[cs]
31: @date >List
32:
33: List: bscan.c coact.s cofail.s coret.s create.c \
34: efail.s escan.c esusp.s field.c invoke.s keywd.c \
35: limit.c llist.c lsusp.s mkrec.c pfail.s pret.s psusp.s
36: @pr $?
37: @date >List
38:
39: .s.o:
40: cat ../h/defs.s $< >t.c
41: cc -E t.c | egrep -v "(^#|^$$)" >t.s
42: as -o $@ t.s
43: rm -f t.c t.s
44: Clean:
45: rm -f Lib *.o
46:
47: Dist-clean:
48: rm -f .BK* .CK* .emacs*
49: rm -f `gcomp Makefile *.c *.s`
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.