|
|
1.1 ! root 1: CFLAGS = -g -I.. -m68010 -DBSD -DSUNTOOLS ! 2: LIB = lib10j.a ! 3: LIBS = -lsunwindow -lpixrect -lm ! 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 ! 7: TESTS = t0 t1 t2 t3 t4 t5 ! 8: ! 9: %.o: ../%.c ! 10: $CC $CFLAGS -c ../$stem.c ! 11: ! 12: $LIB: $OFILES ../jerq.h ! 13: rm -f $LIB ! 14: ar cr $LIB $OFILES ! 15: ranlib $LIB ! 16: ! 17: $OFILES: ../jerq.h ! 18: ! 19: t%: ../t%.c $LIB ! 20: $CC -o $target $CFLAGS $prereq $LIBS ! 21: ! 22: all: $LIB $TESTS
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.