|
|
1.1 ! root 1: L=libj.a ! 2: INCL=/usr/dud/include ! 3: CC=3cc ! 4: AS=/usr/dud/bin/vax/m32as ! 5: AR=3ar ! 6: DCAN=dcan ! 7: CFLAGS=-J ! 8: ! 9: OBJ=$L(Jrect.o) $L(addr.o) $L(alloc.o) $L(arc.o) $L(arith.o) $L(arith.o) \ ! 10: $L(atan2.o) $L(balloc.o) $L(bitblt.o) $L(circle.o) $L(clip.o) $L(comm.o) \ ! 11: $L(cosdeg.o) $L(data.o) $L(defont.o) $L(disc.o) $L(discture.o) \ ! 12: $L(display.o) $L(elarc.o) $L(eldisc.o) $L(ellipse.o) $L(exit.o) \ ! 13: $L(fgets.o) $L(font.o) $L(fopen.o) $L(gcalloc.o) $L(get.o) $L(getfont.o) \ ! 14: $L(introutine.o) $L(line.o) $L(linesub.o) $L(masks.o) $L(menuhit.o) \ ! 15: $L(min.o) $L(norm.o) $L(point.o) $L(popen.o) $L(printf.o) $L(ptinrect.o) \ ! 16: $L(put.o) $L(rdwr.o) $L(rectXrect.o) $L(rectclip.o) $L(rectf.o) \ ! 17: $L(rol.o) $L(screenswap.o) $L(sqrt.o) ! 18: CFILES=Jrect.c addr.s alloc.c arc.c arith.c arith.s atan2.c balloc.c bitblt.c \ ! 19: circle.c clip.c comm.c cosdeg.c data.c defont.c disc.c discture.c \ ! 20: display.c elarc.c eldisc.c ellipse.c exit.c fgets.c font.c \ ! 21: fopen.c gcalloc.c get.c getfont.c introutine.c line.c linesub.c \ ! 22: masks.c menuhit.c min.c norm.c point.c popen.c printf.c ptinrect.c \ ! 23: put.c rdwr.c rectXrect.c rectclip.c rectf.c rol.c screenswap.c sqrt.c \ ! 24: string.c strwidth.c texture.c texture32.s wait.c ! 25: ! 26: ! 27: $L: $(OBJ) ! 28: ! 29: $L(%.o): %.c ! 30: $(CC) -c $(CFLAGS) $%.c && $(AR) r $L $%.o && rm -f $%.o ! 31: ! 32: $L(%.o): %.s ! 33: $(CC) -c $(CFLAGS) $%.c && $(AR) r $L $%.o && rm -f $%.o ! 34: ! 35: new: $(OBJ) ! 36: $(AR) uv $L ! 37: $(AR) ma clip.o $L line.o ! 38: rm $(FILES) ! 39: ! 40: print: ! 41: @pr $(CFILES) ! 42: ! 43: pp: ! 44: pp -tGraphics -kjerq $(CFILES) | $(DCAN) ! 45: ! 46: lint: ! 47: lint -h -c -u -n -I/usr/jerq/include $(CFILES) ! 48: ! 49: $L(clip.o): $(INCL)/line.h ! 50: $L(comm.o): $(INCL)/jerqio.h ! 51: $L(data.o): $(INCL)/jerqio.h ! 52: $L(defont.o): $(INCL)/font.h ! 53: $L(exit.o): $(INCL)/jerqio.h ! 54: $L(fgets.o): $(INCL)/jerqio.h ! 55: $L(font.o): $(INCL)/jerqio.h ! 56: $L(font.o): $(INCL)/font.h ! 57: $L(fopen.o): $(INCL)/jerqio.h ! 58: $L(get.o): $(INCL)/jerqio.h ! 59: $L(getfont.o): $(INCL)/font.h ! 60: $L(getfont.o): $(INCL)/jerqio.h ! 61: $L(jlineto.o): $(INCL)/line.h ! 62: $L(jstring.o): $(INCL)/font.h ! 63: $L(line.o): $(INCL)/line.h ! 64: $L(menuhit.o): $(INCL)/font.h ! 65: $L(popen.o): $(INCL)/jerqio.h ! 66: $L(printf.o): $(INCL)/jerqio.h ! 67: $L(put.o): $(INCL)/jerqio.h ! 68: $L(rdwr.o): $(INCL)/jerqio.h ! 69: $L(string.o): $(INCL)/font.h ! 70: $L(strwidth.o): $(INCL)/font.h ! 71: $L(wait.o): $(INCL)/queue.h ! 72: ! 73: .PRECIOUS: $L ! 74:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.