Annotation of researchv10dc/ipc/libipc/mkfile, revision 1.1

1.1     ! root        1: INCS=-I. -I../h
        !             2: CFLAGS=-g $INCS
        !             3: L=libipc.a
        !             4: OBJS=$L(ipcopen.o) $L(ipccreat.o) $L(ipcproto.o) $L(pwsearch.o) $L(ipclogin.o)\
        !             5:     $L(ipcpath.o) $L(ipcexec.o) $L(ipcbuf.o) $L(qns.o)
        !             6: COBJS=ipcopen.O ipccreat.O ipcproto.O pwsearch.O ipclogin.O ipcpath.O\
        !             7:     ipcexec.O ipcbuf.O qns.O
        !             8: NPROC=2
        !             9: 
        !            10: all:V: cyntax $L
        !            11: 
        !            12: cyntax: $COBJS
        !            13:        cyntax $COBJS && touch cyntax
        !            14: 
        !            15: $L: $OBJS
        !            16:        ar rv $L *.o && rm *.o && ranlib $L
        !            17: 
        !            18: %.o: %.c ../h/defs.h ../h/ipc.h
        !            19: $L(%.o):N: %.o
        !            20: 
        !            21: %.O: %.c ../h/defs.h ../h/ipc.h
        !            22:        cyntax -DLINT $INCS $stem.c
        !            23: 
        !            24: install: $L
        !            25:        cp $L /usr/lib
        !            26:        ranlib /usr/lib/$L
        !            27: 
        !            28: clean:
        !            29:        rm *.[oOa] cyntax
        !            30: 

unix.superglobalmegacorp.com

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