|
|
1.1 ! root 1: TERM = blit ! 2: # you may want to change this to TERM = x11 or TERM = 630 ! 3: ! 4: FILES = README LONG_DESC movie.1 man.page script.def stills.def int.def \ ! 5: isort.gen test.i test.s \ ! 6: movie stills stills.awk develop \ ! 7: makefile fdev.make blit.make 630.make x11.make \ ! 8: fdevelop.h fdevelop.c fdsymbol.c fdutil.c \ ! 9: anim.h xjerq.h host.c term.c libj.c \ ! 10: hsupport.c protocol.c \ ! 11: view.clicks show.clicks newer.c \ ! 12: sun.make sunhost.c sunterm.c ! 13: ! 14: all: ! 15: make -f fdev.make ! 16: make -f $(TERM).make ! 17: cc -o newer newer.c ! 18: chmod +x movie develop stills show.clicks view.clicks ! 19: ! 20: blit: ! 21: make -f blit.make ! 22: ! 23: x11: ! 24: make -f x11.make ! 25: ! 26: 630: ! 27: make -f 630.make ! 28: ! 29: install: ! 30: echo change LIB=... in movie, stills, develop, blit.make, x11.make ! 31: echo then cp develop fdevelop stills.awk anim animterm newer LIB ! 32: echo then cp stills movie /usr/bin ! 33: ! 34: clean: ! 35: rm *.o ! 36: ! 37: realclean: ! 38: rm *.o fdevelop anim animterm newer ! 39: ! 40: bundle: ! 41: @bundle $(FILES) ! 42: ! 43: bowell: $(FILES) ! 44: push bowell $? /usr/src/cmd/movie ! 45: touch bowell ! 46: ! 47: BIN = /usr/bin ! 48: LIB = /usr/lib/movie ! 49: ! 50: ship: ! 51: ship $(BIN)/movie $(BIN)/stills $(LIB)/develop $(LIB)/fdevelop \ ! 52: $(LIB)/stills.awk $(LIB)/anim $(LIB)/animterm $(LIB)/newer
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.