|
|
1.1 ! root 1: # for normal layers software, use dmdcc; ! 2: # for version 9, use 3cc. ! 3: # you may also find it called m32cc. ! 4: DMDCC = dmdcc ! 5: DMDCC = /usr/add-on/bin/dmd2.0/dmdcc ! 6: DMDCC = 3cc ! 7: TERMLD = 32ld ! 8: ! 9: # pick one for yourself. "." is good for personal use. ! 10: LIB = . ! 11: LIB = /usr/lib/movie ! 12: ! 13: # use V9 only for version 9 (mux) blit version ! 14: # use SYS_V instead of V9 for System V layers/dmd ! 15: # default seems good for BSD. ! 16: CFLAGS = -g ! 17: CFLAGS = -g -DSYS_V ! 18: CFLAGS = -g -DV9 ! 19: CC = cc ! 20: ! 21: HOBJ = host.o hsupport.o protocol.o ! 22: TOBJ = term.o tprotocol.o ! 23: ! 24: here: anim animterm ! 25: ! 26: anim: $(HOBJ) ! 27: $(CC) $(CFLAGS) $(HOBJ) -o anim ! 28: ! 29: host.o: anim.h ! 30: $(CC) -c $(CFLAGS) -DBLIT \ ! 31: -DANIMTERM=\"$(LIB)/animterm\" -DTERMLD=\"$(TERMLD)\" host.c ! 32: ! 33: animterm: term.c protocol.c ! 34: test -r tprotocol.c || ln protocol.c tprotocol.c ! 35: $(DMDCC) $(CFLAGS) term.c tprotocol.c -o animterm ! 36: ! 37: term.o: anim.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.