|
|
1.1 ! root 1: # $Header: Makefile,v 1.1 85/03/14 15:59:05 nicklin Exp $ ! 2: # ! 3: DEST = $(DESTDIR)/usr/new/lib ! 4: ! 5: MAKEFILE = Makefile ! 6: ! 7: PRINT = pr ! 8: ! 9: PROGRAM = p.Makefile ! 10: ! 11: SRCS = l.Makefile \ ! 12: p.Makefile \ ! 13: t.Makefile ! 14: ! 15: SUFFIX = .Makefile:s ! 16: ! 17: VERSION = V4BSD ! 18: ! 19: all:; ! 20: ! 21: clean:; ! 22: ! 23: co:; @co -r$(VERSION) $(SRCS) ! 24: ! 25: depend:; ! 26: ! 27: diff:; @rcsdiff -r$(VERSION) $(HDRS) $(SRCS) ! 28: ! 29: index:; ! 30: ! 31: install: $(SRCS) ! 32: @echo Installing $(SRCS) in $(DEST) ! 33: @cp $(SRCS) $(DEST) ! 34: ! 35: lint:; ! 36: ! 37: print:; @$(PRINT) $(SRCS) ! 38: ! 39: tags:; ! 40: ! 41: update: $(DEST)/$(PROGRAM) ! 42: ! 43: $(DEST)/$(PROGRAM): $(SRCS) ! 44: @make -f $(MAKEFILE) DEST=$(DEST) install tags ! 45: ###
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.