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