|
|
1.1 ! root 1: # this is only for 630 with system v layers. ! 2: # no guarantees about pathnames or files ! 3: DMDCC = dmdcc ! 4: DMDCC = /usr/add-on/630/bin/dmdcc ! 5: TERMLD = dmdld ! 6: TERMLD = /usr/add-on/630/bin/dmdld ! 7: ! 8: # pick one for yourself: ! 9: LIB = /usr/lib/movie ! 10: LIB = . ! 11: ! 12: # use V9 only for version 9 (mux) blit version ! 13: CFLAGS = -g -DSYS_V -DTTY630 ! 14: CC = cc ! 15: ! 16: HOBJ = host.o hsupport.o protocol.o ! 17: TOBJ = term.o tprotocol.o ! 18: ! 19: here: anim animterm ! 20: ! 21: anim: $(HOBJ) ! 22: $(CC) $(CFLAGS) $(HOBJ) -o anim ! 23: ! 24: host.o: anim.h ! 25: $(CC) -c $(CFLAGS) -DBLIT \ ! 26: -DANIMTERM=\"$(LIB)/animterm\" -DTERMLD=\"$(TERMLD)\" host.c ! 27: ! 28: animterm: term.c tprotocol.c ! 29: $(DMDCC) $(CFLAGS) term.c tprotocol.c -o animterm ! 30: ! 31: tprotocol.c: ! 32: test -r tprotocol.c || ln protocol.c tprotocol.c ! 33: ! 34: term.o: anim.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.