Annotation of researchv9/ipc/src/mgrs/svcmgr/mkfile, revision 1.1.1.1

1.1       root        1: COBJS=main.O action.O auth_act.O exec_act.O ld_act.O files.O \
                      2:        mapping.O proc.O request.O service.O \
                      3:        subr.O gate.O
                      4: OBJS=main.o action.o auth_act.o exec_act.o ld_act.o files.o \
                      5:        mapping.o proc.o request.o service.o \
                      6:        subr.o gate.o
                      7: MGR=svcmgr
                      8: INCS=-I../../h
                      9: CFLAGS=-g $INCS
                     10: LIBS=../common/libcommon.a ../../libipc/libipc.a
                     11: CLIBS=../common/*.O ../../libipc/*.O
                     12: BINDIR=/usr/ipc/mgrs
                     13: NPROC=2
                     14: 
                     15: all:V: cyntax $MGR
                     16: 
                     17: cyntax: $COBJS
                     18:        cyntax -Vlogevent:1 $COBJS $CLIBS && touch cyntax
                     19: 
                     20: $MGR: $OBJS $LIBS
                     21:        $CC -g $OBJS -o $MGR $LIBS
                     22: 
                     23: clean:V:
                     24:        rm -f *.[oO] $MGR cyntax
                     25: 
                     26: %.o: %.c ../../h/defs.h ../../h/ipc.h mgr.h
                     27: %.O: %.c ../../h/defs.h ../../h/ipc.h mgr.h
                     28:        cyntax -Vlogevent:1 -c -DLINT $INCS $stem.c
                     29: 
                     30: install: all
                     31:        rm -f $BINDIR/$MGR
                     32:        cp $MGR $BINDIR

unix.superglobalmegacorp.com

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