Annotation of researchv10no/cmd/spitbol/Makespitbol, revision 1.1.1.1

1.1       root        1: DEST = /usr/bin/spitbol
                      2: 
                      3: OBJ = spitv35.o spitv35sub.o \
                      4:        arg2scb.o cpys2sc.o doexec.o doset.o dosys.o fakexit.o flush.o \
                      5:         getdate.o gethost.o lenfnm.o openerr.o osclose.o osopen.o \
                      6:        osint.o ospipe.o osread.o oswait.o oswrite.o \
                      7:        rdenv.o sigs.o sioarg.o swcinp.o swcoup.o testty.o wrtaout.o
                      8: 
                      9: COBJ = arg2scb.o doexec.o dosys.o fakexit.o flush.o getdate.o lenfnm.o \
                     10:        openerr.o osclose.o osopen.o \
                     11:        osread.o oswrite.o rdenv.o sigs.o sioarg.o swcinp.o swcoup.o testty.o \
                     12:        wrtaout.o
                     13: 
                     14: CFLAGS = -O
                     15: 
                     16: spitbol: $(OBJ)
                     17:        cc -o spitbol $(OBJ)
                     18: 
                     19: install: spitbol 
                     20:        cp spitbol $(DEST)
                     21:        strip $(DEST)
                     22: 
                     23: spitv35.o: spitv35.s header.s
                     24:        as -o spitv35.o header.s spitv35.s
                     25: 
                     26: spitv35sub.o: spitv35sub.s regmasks.s
                     27:        as -o spitv35sub.o spitv35sub.s regmasks.s
                     28: 
                     29: $(COBJ): spitblks.h spitio.h
                     30: 
                     31: clean:
                     32:        rm -f spitbol $(OBJ)
                     33: 

unix.superglobalmegacorp.com

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