|
|
1.1 root 1: CFLAGS = -g -I.. -DBSD -DX11
2: LIB = libj.a
3: LIBS = -lX11
4: NPROC = 2
5: OFILES = add.o bitblt.o button.o circle.o cos.o jerq.o menuhit.o mhit.o\
6: muxbuf.o wait.o snd.o kbdrcv.o rcvfill.o sizehints.o ToBitmap.o\
7: sun4.o getpoint.o
8: TESTS = t0 t1 t2 t3 t4 t5
9:
10: %.o: ../%.c
11: $CC $CFLAGS -c ../$stem.c
12:
13: $LIB: $OFILES ../jerq.h
14: rm -f $LIB
15: ar cr $LIB $OFILES
16: ranlib $LIB
17:
18: $OFILES: ../jerq.h
19:
20: t%: ../t%.c $LIB
21: $CC -o $target -Bstatic $CFLAGS $prereq $LIBS
22:
23: all: $LIB $TESTS
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.