Annotation of researchv8dc/cmd/plot/makefile, revision 1.1

1.1     ! root        1: PROGS=tek hpplot 
        !             2: all:   $(PROGS)
        !             3: 
        !             4: tek:   driver.o /usr/lib/lib4014.a
        !             5:        cc -s -o tek  driver.o -l4014
        !             6: 
        !             7: hpplot:        driver.o /usr/lib/lib2621.a
        !             8:        cc -s -o hpplot driver.o -l2621.a -lcurses -ltermlib
        !             9: 
        !            10: 
        !            11: driver.o: driver.c
        !            12:        cc -c -O driver.c
        !            13: 
        !            14: install:       all
        !            15:        -cp $(PROGS) /usr/bin
        !            16: 
        !            17: clean:
        !            18:        rm -f $(PROGS) *.o

unix.superglobalmegacorp.com

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