|
|
1.1 ! root 1: CFLAGS= -DINCORE -g ! 2: CFILES=n1.c n2.c n3.c n4.c n5.c t6.c n7.c n8.c n9.c t10.c ni.c nii.c hytab.c suftab.c ! 3: NCFILES = n6.c n10.c tab.37 tab.450 tab.lp ! 4: HFILES=tdef.h tw.h dev.h ext.h ! 5: TFILES=n1.o n2.o n3.o n4.o n5.o t6.o n7.o n8.o n9.o t10.o ni.o nii.o hytab.o suftab.o ! 6: NFILES=n1.o n2.o n3.o n4.o n5.o n6.o n7.o n8.o n9.o n10.o ni.o nii.o hytab.o suftab.o ! 7: ! 8: troff: $(TFILES) ! 9: $(CC) -o troff -n $(CFLAGS) $(TFILES) ! 10: ! 11: lcomp: $(CFILES) ! 12: lcomp $(CFILES) ! 13: ! 14: nroff: ! 15: make nroff1 CFLAGS="-DSMALLER -DNROFF $(CFLAGS)" ! 16: ! 17: nroff1: $(NFILES) ! 18: $(CC) -n -o nroff $(CFLAGS) $(NFILES) ! 19: ! 20: n1.o: tdef.h tw.h ! 21: n2.o: tdef.h tw.h ! 22: n3.o: tdef.h tw.h ! 23: n4.o: tdef.h tw.h ! 24: n5.o: tdef.h tw.h ! 25: n6.o: tdef.h tw.h ! 26: t6.o: tdef.h tw.h dev.h ! 27: n7.o: tdef.h tw.h ! 28: n8.o: tdef.h tw.h ! 29: n9.o: tdef.h tw.h ! 30: n10.o: tdef.h tw.h ! 31: t10.o: tdef.h tw.h dev.h ! 32: ni.o: tdef.h tw.h ! 33: nii.o: tdef.h tw.h ! 34: ! 35: hytab.o: hytab.c ! 36: ! 37: suftab.o: suftab.c ! 38: ! 39: prcan: $(CFILES) $(HFILES) $(NCFILES) README makefile makedev.c ! 40: @prcan $? ! 41: @touch prcan ! 42: ! 43: lint: ! 44: nlint -n $(CFILES) ! 45: ! 46: dcat: dcat.c dev.h ! 47: cc -o dcat dcat.o draw.o -lm ! 48: ! 49: d202: d202.o draw.o dev.h ! 50: cc $(CFLAGS) -O -o d202 d202.o draw.o -lm ! 51: ! 52: dsort: dsort.o dev.h ! 53: cc -O -o dsort dsort.o ! 54: ! 55: daps: daps.o draw.o aps.h dev.h ! 56: cc $(CFLAGS) -o daps daps.o draw.o -lm ! 57: ! 58: tc: tc.o draw.o dev.h ! 59: cc $(CFLAGS) -O -o tc tc.o draw.o -lm ! 60: ! 61: hc: hc.o draw.o dev.h ! 62: cc $(CFLAGS) -O -o hc hc.o draw.o -lm ! 63: ! 64: ta: ta.o draw.o dev.h ! 65: cc $(CFLAGS) -O -o ta ta.o draw.o -lm ! 66: ! 67: makedev: makedev.c dev.h ! 68: cc $(CFLAGS) -o makedev makedev.c ! 69: ! 70: dumpaps: dumpaps.c ! 71: cc dumpaps.c -o dumpaps ! 72: ! 73: backup: $(CFILES) $(HFILES) $(NCFILES) makedev.c makefile ! 74: push panther $? troff ! 75: touch backup ! 76: ! 77: bowell: $(CFILES) $(HFILES) $(NCFILES) makefile makedev.c ta.c hc.c tc.c d202.c draw.c ! 78: push bowell $? /src/cmd/troff ! 79: touch bowell ! 80: ! 81: bundle: ! 82: @bundle README $(HFILES) $(CFILES) $(NCFILES) makefile makedev.c ta.c hc.c tc.c draw.c d202.c ! 83: ! 84: install: troff clean nroff ! 85: cp troff /usr/bin/troff ! 86: strip /usr/bin/troff ! 87: cp nroff /usr/bin/nroff ! 88: strip /usr/bin/nroff ! 89: ! 90: clean: ! 91: rm -f *.o nroff troff a.out
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.