Annotation of researchv9/jtools/src/cmd/make10, revision 1.1

1.1     ! root        1: CFLAGS=        -I../sunlib -mc68010 -DSUNTOOLS -DBSD -g 
        !             2: LIBS=  ../sunlib/lib10j.a -lsunwindow -lpixrect
        !             3: PROGS= life sysmon icon
        !             4: 
        !             5: all: $(PROGS)
        !             6: 
        !             7: icon: icon.o
        !             8:        cc -o icon icon.o $(LIBS)
        !             9: 
        !            10: life: life.o
        !            11:        cc -o life life.o $(LIBS)
        !            12: 
        !            13: sysmon: sysmon.o
        !            14:        cc -o sysmon sysmon.o $(LIBS)
        !            15: 
        !            16: clean:
        !            17:        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.