|
|
1.1 ! root 1: # ! 2: # BELLMAC-32 INCLUDE MAKEFILE ! 3: # ! 4: # @(#) makefile: 1.5 4/21/83 ! 5: # ! 6: # ! 7: # Internal Directories ! 8: # ! 9: BASE= ../.. ! 10: BINDIR=$(BASE)/xenv/m32/bin ! 11: LIBDIR=$(BASE)/xenv/m32/lib ! 12: INCDIR=$(BASE)/xenv/m32/inc ! 13: COMINC= $(BASE)/inc/common ! 14: # ! 15: install : $(INCDIR)/filehdr.h $(INCDIR)/ldfcn.h $(INCDIR)/linenum.h \ ! 16: $(INCDIR)/sgsmacros.h $(INCDIR)/reloc.h $(INCDIR)/scnhdr.h \ ! 17: $(INCDIR)/sdp2.h $(INCDIR)/sdp3.h $(INCDIR)/storclass.h \ ! 18: $(INCDIR)/syms.h $(INCDIR)/paths.h \ ! 19: $(INCDIR)/sgs.h $(INCDIR)/tv.h ! 20: # ! 21: $(INCDIR)/filehdr.h: $(COMINC)/filehdr.h ! 22: -rm -f $(INCDIR)/filehdr.h ! 23: cp $(COMINC)/filehdr.h $(INCDIR)/filehdr.h ! 24: $(INCDIR)/ldfcn.h: $(COMINC)/ldfcn.h ! 25: -rm -f $(INCDIR)/ldfcn.h ! 26: cp $(COMINC)/ldfcn.h $(INCDIR)/ldfcn.h ! 27: $(INCDIR)/scnhdr.h: $(COMINC)/scnhdr.h ! 28: -rm -f $(INCDIR)/scnhdr.h ! 29: cp $(COMINC)/scnhdr.h $(INCDIR)/scnhdr.h ! 30: $(INCDIR)/syms.h: $(COMINC)/syms.h ! 31: -rm -f $(INCDIR)/syms.h ! 32: cp $(COMINC)/syms.h $(INCDIR)/syms.h ! 33: $(INCDIR)/reloc.h: $(COMINC)/reloc.h ! 34: -rm -f $(INCDIR)/reloc.h ! 35: cp $(COMINC)/reloc.h $(INCDIR)/reloc.h ! 36: $(INCDIR)/linenum.h: $(COMINC)/linenum.h ! 37: -rm -f $(INCDIR)/linenum.h ! 38: cp $(COMINC)/linenum.h $(INCDIR)/linenum.h ! 39: $(INCDIR)/storclass.h: $(COMINC)/storclass.h ! 40: -rm -f $(INCDIR)/storclass.h ! 41: cp $(COMINC)/storclass.h $(INCDIR)/storclass.h ! 42: $(INCDIR)/sgsmacros.h: $(COMINC)/sgsmacros.h ! 43: -rm -f $(INCDIR)/sgsmacros.h ! 44: cp $(COMINC)/sgsmacros.h $(INCDIR)/sgsmacros.h ! 45: $(INCDIR)/sdp2.h: $(COMINC)/sdp2.h ! 46: -rm -f $(INCDIR)/sdp2.h ! 47: cp $(COMINC)/sdp2.h $(INCDIR)/sdp2.h ! 48: $(INCDIR)/sdp3.h: $(COMINC)/sdp3.h ! 49: -rm -f $(INCDIR)/sdp3.h ! 50: cp $(COMINC)/sdp3.h $(INCDIR)/sdp3.h ! 51: $(INCDIR)/sgs.h: sgs.h ! 52: -rm -f $(INCDIR)/sgs.h ! 53: cp sgs.h $(INCDIR)/sgs.h ! 54: $(INCDIR)/tv.h: tv.h ! 55: -rm -f $(INCDIR)/tv.h ! 56: cp tv.h $(INCDIR)/tv.h ! 57: $(INCDIR)/paths.h: paths.h ! 58: -rm -f $(INCDIR)/paths.h ! 59: cp paths.h $(INCDIR)/paths.h ! 60: # ! 61: save: $(INCDIR)/filehdr.h $(INCDIR)/ldfcn.h $(INCDIR)/scnhdr.h \ ! 62: $(INCDIR)/syms.h $(INCDIR)/reloc.h $(INCDIR)/linenum.h $(INCDIR)/sgs.h \ ! 63: $(INCDIR)/storclass.h $(INCDIR)/tv.h $(INCDIR)/paths.h $(INCDIR)/sdp2.h \ ! 64: $(INCDIR)/sgsmacros.h $(INCDIR)/sdp3.h ! 65: -rm -f $(INCDIR)/filehdr.h.back ! 66: cp $(INCDIR)/filehdr.h $(INCDIR)/filehdr.h.back ! 67: -rm -f $(INCDIR)/ldfcn.h.back ! 68: cp $(INCDIR)/ldfcn.h $(INCDIR)/ldfcn.h.back ! 69: -rm -f $(INCDIR)/scnhdr.h.back ! 70: cp $(INCDIR)/scnhdr.h $(INCDIR)/scnhdr.h.back ! 71: -rm -f $(INCDIR)/syms.h.back ! 72: cp $(INCDIR)/syms.h $(INCDIR)/syms.h.back ! 73: -rm -f $(INCDIR)/reloc.h.back ! 74: cp $(INCDIR)/reloc.h $(INCDIR)/reloc.h.back ! 75: -rm -f $(INCDIR)/linenum.h.back ! 76: cp $(INCDIR)/linenum.h $(INCDIR)/linenum.h.back ! 77: -rm -f $(INCDIR)/storclass.h.back ! 78: cp $(INCDIR)/storclass.h $(INCDIR)/storclass.h.back ! 79: -rm -f $(INCDIR)/sgs.h.back ! 80: cp $(INCDIR)/sgs.h $(INCDIR)/sgs.h.back ! 81: -rm -f $(INCDIR)/tv.h.back ! 82: cp $(INCDIR)/tv.h $(INCDIR)/tv.h.back ! 83: -rm -f $(INCDIR)/paths.h.back ! 84: cp $(INCDIR)/paths.h $(INCDIR)/paths.h.back ! 85: -rm -f $(INCDIR)/sgsmacros.h.back ! 86: cp $(INCDIR)/sgsmacros.h $(INCDIR)/sgsmacros.h.back ! 87: -rm -f $(INCDIR)/sdp2.h.back ! 88: cp $(INCDIR)/sdp2.h $(INCDIR)/sdp2.h.back ! 89: -rm -f $(INCDIR)/sdp3.h.back ! 90: cp $(INCDIR)/sdp3.h $(INCDIR)/sdp3.h.back ! 91: # ! 92: uninstall: $(INCDIR)/filehdr.h.back $(INCDIR)/ldfcn.h.back $(INCDIR)/scnhdr.h.back \ ! 93: $(INCDIR)/syms.h.back $(INCDIR)/reloc.h.back $(INCDIR)/linenum.h.back \ ! 94: $(INCDIR)/storclass.h.back $(INCDIR)/sgs.h.back $(INCDIR)/tv.h.back \ ! 95: $(INCDIR)/paths.h.back $(INCDIR)/sgsmacros.h.back $(INCDIR)/sdp2.h.back \ ! 96: $(INCDIR)/sdp3.h.back ! 97: -rm -f $(INCDIR)/filehdr.h ! 98: cp $(INCDIR)/filehdr.h.back $(INCDIR)/filehdr.h ! 99: -rm -f $(INCDIR)/ldfcn.h ! 100: cp $(INCDIR)/ldfcn.h.back $(INCDIR)/ldfcn.h ! 101: -rm -f $(INCDIR)/scnhdr.h ! 102: cp $(INCDIR)/scnhdr.h.back $(INCDIR)/scnhdr.h ! 103: -rm -f $(INCDIR)/syms.h ! 104: cp $(INCDIR)/syms.h.back $(INCDIR)/syms.h ! 105: -rm -f $(INCDIR)/reloc.h ! 106: cp $(INCDIR)/reloc.h.back $(INCDIR)/reloc.h ! 107: -rm -f $(INCDIR)/linenum.h ! 108: cp $(INCDIR)/linenum.h.back $(INCDIR)/linenum.h ! 109: -rm -f $(INCDIR)/storclass.h ! 110: cp $(INCDIR)/storclass.h.back $(INCDIR)/storclass.h ! 111: -rm -f $(INCDIR)/sgs.h ! 112: cp $(INCDIR)/sgs.h.back $(INCDIR)/sgs.h ! 113: -rm -f $(INCDIR)/tv.h ! 114: cp $(INCDIR)/tv.h.back $(INCDIR)/tv.h ! 115: -rm -f $(INCDIR)/paths.h ! 116: cp $(INCDIR)/paths.h.back $(INCDIR)/paths.h ! 117: -rm -f $(INCDIR)/sgsmacros.h ! 118: cp $(INCDIR)/sgsmacros.h.back $(INCDIR)/sgsmacros.h ! 119: -rm -f $(INCDIR)/sdp2.h ! 120: cp $(INCDIR)/sdp2.h.back $(INCDIR)/sdp2.h ! 121: -rm -f $(INCDIR)/sdp3.h ! 122: cp $(INCDIR)/sdp3.h.back $(INCDIR)/sdp3.h ! 123: # ! 124: shrink :
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.