Annotation of researchv10no/cmd/troff/Drivers/makefile, revision 1.1.1.1

1.1       root        1: CC = vcc
                      2: CFLAGS= -DINCORE -g
                      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
                      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) -n $(CFLAGS) $(TFILES) 
                     11: 
                     12: lcomp: $(CFILES)
                     13:        lcomp $(CFILES)
                     14: 
                     15: nroff:
                     16:        make nroff1 CFLAGS="-DNROFF $(CFLAGS)" CC=vcc
                     17: 
                     18: nroff1:        $(NFILES)
                     19:        $(CC) -n -o na.out $(CFLAGS) $(NFILES)
                     20:        @echo output in na.out
                     21: 
                     22: n1.o:  tdef.h tw.h 
                     23: n2.o:  tdef.h tw.h 
                     24: n3.o:  tdef.h tw.h 
                     25: n5.o:  tdef.h tw.h 
                     26: n6.o:  tdef.h tw.h 
                     27: t6.o:  tdef.h tw.h dev.h
                     28: n7.o:  tdef.h tw.h 
                     29: n8.o:  tdef.h tw.h 
                     30: n9.o:  tdef.h tw.h 
                     31: n10.o: tdef.h tw.h 
                     32: t10.o: tdef.h tw.h dev.h
                     33: ni.o:  tdef.h tw.h 
                     34: nii.o: tdef.h tw.h 
                     35: 
                     36: hytab.o:       hytab.c
                     37: 
                     38: suftab.o:      suftab.c
                     39: 
                     40: prcan: $(CFILES) $(HFILES) $(NCFILES) README makefile makedev.c
                     41:        @prcan $?
                     42:        @touch prcan
                     43: 
                     44: lint:
                     45:        nlint -n $(CFILES)
                     46: 
                     47: dcat:  dcat.c dev.h
                     48:        cc -o dcat dcat.o draw.o -lm
                     49: 
                     50: d202:  d202.o draw.o dev.h
                     51:        cc -O -o d202 d202.o draw.o -lm
                     52: 
                     53: d8400: d8400.o draw.o dev.h
                     54:        cc -O -o d8400 d8400.o draw.o -lm
                     55: 
                     56: dsort: dsort.o dev.h
                     57:        cc -O -o dsort dsort.o
                     58: 
                     59: daps:  daps.o draw.o aps.h dev.h
                     60:        cc -o daps daps.o draw.o -lm
                     61: 
                     62: tc:    tc.o draw.o dev.h
                     63:        cc -O -o tc tc.o draw.o -lm
                     64: 
                     65: hc:    hc.o draw.o dev.h
                     66:        cc -O -o hc hc.o draw.o -lm
                     67: 
                     68: ta:    ta.o draw.o dev.h
                     69:        cc -O -o ta ta.o draw.o -lm
                     70: 
                     71: makedev:       makedev.c dev.h
                     72:        cc -o makedev makedev.c
                     73: 
                     74: dumpaps:       dumpaps.c
                     75:        cc dumpaps.c -o dumpaps
                     76: 
                     77: backup:        $(CFILES) $(HFILES) $(NCFILES) makefile
                     78:        push panther $? troff
                     79:        touch backup
                     80: 
                     81: bowell:        $(CFILES) $(HFILES) $(NCFILES) makefile makedev.c Drivers/ta.c Drivers/hc.c Drivers/tc.c
                     82:        push bowell $? /src/cmd/troff
                     83:        touch bowell
                     84: 
                     85: bundle:
                     86:        @bundle README $(HFILES) $(CFILES) $(NCFILES) makefile makedev.c Drivers/ta.c Drivers/hc.c Drivers/tc.c
                     87: 
                     88: bin:
                     89:        cp a.out /usr/bin/troff

unix.superglobalmegacorp.com

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