|
|
1.1 root 1: CFLAGS = -g -I.. -DBSD -DSUNTOOLS
2: LIB = libs4j.a
3: LIBS = $(LIB) -lsuntool -lsunwindow -lpixrect
4: OFILES = add.o bitblt.o button.o circle.o cos.o jerq.o menuhit.o mhit.o\
5: muxbuf.o wait.o snd.o kbdrcv.o rcvfill.o sizehints.o ToBitmap.o\
6: sun4.o getpoint.o
7: TESTS = t0 t1 t2 t3 t4 t5
8:
9: $(LIB): $(OFILES) ../jerq.h
10: rm -f $(LIB)
11: ar cr $(LIB) $(OFILES)
12: ranlib $(LIB)
13:
14: $(OFILES): ../jerq.h
15:
16: all: $(LIB) $(TESTS)
17:
18: add.o: ../add.c
19: $(CC) -c $(CFLAGS) ../add.c
20: bitblt.o: ../bitblt.c
21: $(CC) -c $(CFLAGS) ../bitblt.c
22: button.o: ../button.c
23: $(CC) -c $(CFLAGS) ../button.c
24: circle.o: ../circle.c
25: $(CC) -c $(CFLAGS) ../circle.c
26: cos.o: ../cos.c
27: $(CC) -c $(CFLAGS) ../cos.c
28: getpoint.o: ../getpoint.c
29: $(CC) -c $(CFLAGS) ../getpoint.c
30: jerq.o: ../jerq.c
31: $(CC) -c $(CFLAGS) ../jerq.c
32: menuhit.o: ../menuhit.c
33: $(CC) -c $(CFLAGS) ../menuhit.c
34: mhit.o: ../mhit.c
35: $(CC) -c $(CFLAGS) ../mhit.c
36: muxbuf.o: ../muxbuf.c
37: $(CC) -c $(CFLAGS) ../muxbuf.c
38: wait.o: ../wait.c
39: $(CC) -c $(CFLAGS) ../wait.c
40: snd.o: ../snd.c
41: $(CC) -c $(CFLAGS) ../snd.c
42: kbdrcv.o: ../kbdrcv.c
43: $(CC) -c $(CFLAGS) ../kbdrcv.c
44: rcvfill.o: ../rcvfill.c
45: $(CC) -c $(CFLAGS) ../rcvfill.c
46: sizehints.o: ../sizehints.c
47: $(CC) -c $(CFLAGS) ../sizehints.c
48: ToBitmap.o: ../ToBitmap.c
49: $(CC) -c $(CFLAGS) ../ToBitmap.c
50: sun4.o: ../sun4.c
51: $(CC) -c $(CFLAGS) ../sun4.c
52:
53: t0: ../t0.c $(LIB)
54: $(CC) $(CFLAGS) -o t0 ../t0.c $(LIBS)
55: t1: ../t1.c $(LIB)
56: $(CC) $(CFLAGS) -o t1 ../t1.c $(LIBS)
57: t2: ../t2.c $(LIB)
58: $(CC) $(CFLAGS) -o t2 ../t2.c $(LIBS)
59: t3: ../t3.c $(LIB)
60: $(CC) $(CFLAGS) -o t3 ../t3.c $(LIBS)
61: t4: ../t4.c $(LIB)
62: $(CC) $(CFLAGS) -o t4 ../t4.c $(LIBS)
63: t5: ../t5.c $(LIB)
64: $(CC) $(CFLAGS) -o t5 ../t5.c $(LIBS)
65: t6: ../t6.c $(LIB)
66: $(CC) $(CFLAGS) -o t6 ../t6.c $(LIBS)
67: t7: ../t7.c $(LIB)
68: $(CC) $(CFLAGS) -o t7 ../t7.c $(LIBS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.