|
|
1.1 ! root 1: # ! 2: # @(#)Makefile 1.6 85/09/10 ! 3: # ! 4: DEST = $(DESTDIR)/usr/new/lib/bmac ! 5: ! 6: MAKEFILE = Makefile ! 7: ! 8: PRINT = vtroff ! 9: ! 10: SRCS = bib.astro \ ! 11: bib.foot \ ! 12: bib.hnf \ ! 13: bib.list \ ! 14: bib.opena \ ! 15: bib.openn \ ! 16: bib.spe \ ! 17: bib.spe2 \ ! 18: bib.stda \ ! 19: bib.stdafull \ ! 20: bib.stdn \ ! 21: bib.stdsn \ ! 22: bib.supn \ ! 23: bibinc.fullnames \ ! 24: bibinc.publishers \ ! 25: bibinc.shortnames \ ! 26: bibmac.me \ ! 27: bmac.open \ ! 28: bmac.std \ ! 29: common ! 30: ! 31: all:; ! 32: ! 33: clean:; ! 34: ! 35: depend:; @mkmf -f $(MAKEFILE) ! 36: ! 37: install: $(DEST) ! 38: @echo Installing $(SRCS) in $(DEST) ! 39: -for i in $(SRCS); do rm -f $(DEST)/$$i; cp $$i $(DEST)/$$i; done ! 40: ! 41: $(DEST): ! 42: mkdir $(DEST) ! 43: ! 44: update:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.