|
|
1.1 ! root 1: CC = cc ! 2: CC = lcc -N -I/usr/include/lcc -A ! 3: ! 4: CFLAGS = -g ! 5: ! 6: CFILES = n1.c n2.c n3.c n4.c n5.c t6.c n6.c n7.c n8.c n9.c t10.c n10.c t11.c ni.c hytab.c suftab.c ! 7: NCFILES = tab.37 tab.450 tab.lp ! 8: HFILES = tdef.h ext.h fns.h ! 9: TFILES = n1.o n2.o n3.o n4.o n5.o t6.o n6.o n7.o n8.o n9.o t10.o n10.o t11.o ni.o hytab.o suftab.o ! 10: DFILES = dev202/DESC dev202/R dev202/I dev202/B dev202/S dev202/CW ! 11: ! 12: a.out: $(TFILES) ! 13: $(CC) -n $(CFLAGS) $(TFILES) ! 14: ! 15: $(TFILES): tdef.h fns.h ext.h ! 16: ! 17: d202: d202.o draw.o dev.h ! 18: $(CC) $(CFLAGS) -O -o d202 d202.o draw.o -lm ! 19: ! 20: ta: ta.o draw.o dev.h ! 21: $(CC) $(CFLAGS) -O -o ta ta.o draw.o -lm ! 22: ! 23: bowell: $(CFILES) $(HFILES) $(NCFILES) makefile ta.c d202.c draw.c FIXES README cvt unansi ! 24: push bowell $? /usr/src/cmd/troff ! 25: touch bowell ! 26: ! 27: bundle: ! 28: @bundle README FIXES cvt unansi $(HFILES) $(CFILES) makefile ! 29: ! 30: install: ! 31: cp a.out /usr/bin/troff ! 32: # ln /usr/bin/troff /usr/bin/nroff ! 33: ! 34: clean: ! 35: rm -f a.out *.o core foo* temp*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.