|
|
1.1 root 1: L=libpot.a
2: X=/usr/jerq/lib/libpot.a
3: INCL=/usr/jerq/include
4: CC=3CC
5: AR=3ar
6: DCAN=dcan
7: CFLAGS=-g
8: PRI=pot.pri
9:
10: OBJ=pot.o rule.o bmap.o globe.o moved.o elarc.o
11: CFILES=bmap.c globe.c moved.c pot.c rule.c
12:
13:
14: %.pri: %.h
15: @cleave -I/usr/jerq/include $*
16: @touch $*.pri
17:
18: $L: $(OBJ)
19: $(AR) uv $L $^
20:
21: install: $L
22: rm -f $X
23: ln $L $X
24: cp pot.pub /usr/jerq/include
25:
26: tst: $(PRI) tst.o libpot.a
27: $(CC) $(CFLAGS) -o tst tst.o libpot.a -ljj
28:
29: new: $(OBJ)
30: rm $L
31: $(AR) uv $L $(OBJ)
32:
33: pp:
34: pp -tGraphics -kjerq $(CFILES) | $(DCAN)
35:
36: lint:
37: lint -h -c -u -n -I/usr/jerq/include $(CFILES)
38:
39: clean:
40: rm -f *.o tst
41:
42: pot.o: pot.pri /usr/jerq/include/CC/jerq.h
43: rule.o: pot.pri /usr/jerq/include/CC/jerq.h
44: bmap.o: pot.pri /usr/jerq/include/CC/jerq.h
45: globe.o: pot.pri /usr/jerq/include/CC/jerq.h
46: moved.o: /usr/jerq/include/CC/jerq.h /usr/jerq/include/CC/jerqproc.h
47: elarc.o: /usr/jerq/include/CC/jerq.h
48: tst.o: pot.pub up.icon down.icon b1.icon b2.icon b3.icon b4.icon /usr/jerq/include/CC/jerq.h
49: proto.o: pot.pub up.icon down.icon down.icon up.icon b1.icon b2.icon b3.icon b4.icon /usr/jerq/include/CC/jerq.h
50:
51: .PRECIOUS: $L
52:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.