Annotation of researchv9/jtools/src/sunlib/x11/mkv9, revision 1.1

1.1     ! root        1: CFLAGS  = -g -I.. -DX11 -DXBUG
        !             2: LIB     = libj.a
        !             3: LIBS    = -lX11 -lipc
        !             4: NPROC  = 2
        !             5: OFILES = add.o bitblt.o button.o circle.o cos.o jerq.o menuhit.o mhit.o\
        !             6:         muxbuf.o wait.o snd.o kbdrcv.o rcvfill.o sizehints.o ToBitmap.o\
        !             7:        sun4.o getpoint.o
        !             8: TESTS = t0 t1 t2 t3 t4 t5
        !             9: 
        !            10: %.o:    ../%.c
        !            11:         $CC $CFLAGS -c ../$stem.c
        !            12: 
        !            13: $LIB: $OFILES ../jerq.h
        !            14:        rm -f $LIB
        !            15:         ar cr $LIB $OFILES
        !            16:         ranlib $LIB
        !            17: 
        !            18: $OFILES: ../jerq.h
        !            19: 
        !            20: t%:      ../t%.c $LIB
        !            21:         $CC -o $target $CFLAGS $prereq $LIBS
        !            22:        strip -s $target
        !            23: 
        !            24: all:    $LIB $TESTS

unix.superglobalmegacorp.com

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