Annotation of researchv9/jerq/src/lib/jj/makefile, revision 1.1

1.1     ! root        1: L=libjj.a
        !             2: INCL=/usr/jerq/include
        !             3: CC=3cc
        !             4: AS=/usr/jerq/bin/vax/m32as
        !             5: AR=/usr/jerq/bin/3ar
        !             6: DCAN=dcan
        !             7: CFLAGS=-DMUX
        !             8: 
        !             9: OBJ=mhit.o kbdstr.o confirm.o clip.o 3d.o polyture.o \
        !            10:        getbitmap.o inbitmap.o outbitmap.o
        !            11: HFILES=/usr/jerq/include/3d.h /usr/jerq/include/menu.h
        !            12: CFILES=3d.c clip.c confirm.c kbdstr.c mhit.c polyture.c \
        !            13:        getbitmap.c inbitmap.c outbitmap.c
        !            14: 
        !            15: $L:    $(OBJ)
        !            16:        $(AR) uv $L $^
        !            17: 
        !            18: 
        !            19: new:   $(OBJ)
        !            20:                $(AR) uv $L `mlorder $(FILES) | tsort`
        !            21:                $(AR) ma clip.o $L line.o
        !            22:                rm $(FILES)
        !            23: 
        !            24: print:
        !            25:        @pr $(CFILES)
        !            26: 
        !            27: pp:
        !            28:        pp -fPO -t'Lib jj' $(HFILES) $(CFILES) | $(DCAN)
        !            29: 
        !            30: lint:
        !            31:        lint -h -c -u -n -I/usr/jerq/include $(CFILES)
        !            32: 
        !            33: $L(mhit.o):    $(INCL)/menu.h
        !            34: 
        !            35: .PRECIOUS:     $L
        !            36: 
        !            37: ship:
        !            38:        ship $(HFILES) /usr/jerq/lib/libjj.a

unix.superglobalmegacorp.com

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