Annotation of coherent/d/bin/nroff/Matari, revision 1.1.1.1

1.1       root        1: CC = cc68
                      2: 
                      3: CFLAGS = -VSINU -I/u/68k/include
                      4: 
                      5: OFILES =  asctab.o div.o env.o expr.o extern.o getf.o hyphen.o hyptab.o\
                      6:        main.o misc.o process.o reg.o req1.o req2.o reqmisc.o request.o\
                      7:        table.o
                      8: 
                      9: M68C   = m68000crts0.o
                     10: 
                     11: PFILES = hpljet.o
                     12: 
                     13: TFILES = tty.o
                     14: 
                     15: all: troff  nroff
                     16:        echo all done
                     17: 
                     18: troff: $(OFILES) $(PFILES) $(M68C)
                     19:        $(CC) -tr -o troff $(OFILES) $(PFILES)
                     20:        gemfix <troff >troff.ttp
                     21: 
                     22: 
                     23: nroff: $(OFILES) $(TFILES) $(M68C)
                     24:        $(CC) -V -tr -o nroff $(OFILES) $(TFILES)
                     25:        gemfix <nroff >nroff.ttp
                     26: 
                     27: clean:
                     28:        -exec rm $(OFILES) $(PFILES) $(TFILES)
                     29: 
                     30: install:
                     31:        -exec cp troff /bin
                     32:        -exec cp nroff /bin
                     33:        -exec rm troff nroff
                     34: 
                     35: hpljet.o:      drv/hpljet.c
                     36:        exec $(CC) $(CFLAGS) -c drv/hpljet.c -I.
                     37: 
                     38: tty.o: drv/tty.c
                     39:        exec $(CC) $(CFLAGS) -c drv/tty.c -I.
                     40: 
                     41: asctab.o: roff.h char.h
                     42: 
                     43: div.o: roff.h code.h div.h reg.h str.h
                     44: 
                     45: env.o: roff.h code.h env.h esc.h
                     46: 
                     47: expr.o: roff.h code.h div.h env.h
                     48: 
                     49: extern.o: roff.h code.h env.h div.h reg.h str.h
                     50: 
                     51: getf.o: roff.h code.h env.h esc.h div.h reg.h str.h
                     52: 
                     53: hyphen.o: roff.h code.h hyphen.h char.h roff.h hyphen.h
                     54: 
                     55: main.o: roff.h code.h env.h esc.h div.h reg.h str.h
                     56: 
                     57: misc.o: roff.h str.h
                     58: 
                     59: process.o: roff.h char.h code.h div.h env.h esc.h hyphen.h reg.h
                     60: 
                     61: reg.o: roff.h reg.h
                     62: 
                     63: req1.o: roff.h code.h div.h env.h esc.h reg.h str.h
                     64: 
                     65: req2.o: roff.h code.h env.h div.h reg.h str.h esc.h
                     66: 
                     67: reqmisc.o: roff.h code.h env.h div.h reg.h str.h
                     68: 
                     69: request.o: roff.h reg.h str.h
                     70: 
                     71: table.o: roff.h esc.h font.h
                     72: 
                     73: m68000crts0.o: m68000crts0.s
                     74:        as68 -gx -o m68000crts0.o m68000crts0.s

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.