Annotation of researchv10no/ipc/mgrs/tpcmgr/makefile, revision 1.1.1.1

1.1       root        1: COBJS=main.O dial.O
                      2: OBJS=main.o dial.o
                      3: MGR=tpc
                      4: INCS=-I../../h
                      5: CFLAGS=-g ${INCS}
                      6: LIBS=../common/libcommon.a ../../libipc/libipc.a
                      7: CLIBS=../common/*.O ../../libipc/*.O
                      8: 
                      9: all: cyntax ${MGR}mgr
                     10: 
                     11: ${MGR}mgr: ${OBJS}
                     12:        ${CC} -g ${OBJS} -o ${MGR}mgr ${LIBS}
                     13: 
                     14: %.O: %.c ../../h/defs.h ../../h/ipc.h
                     15:        cyntax -c $(INCS) $%.c
                     16: 
                     17: cyntax: ${COBJS}
                     18:        cyntax ${COBJS} ${CLIBS}
                     19: 
                     20: clean:
                     21:        rm -f *.[oO] ${MGR}mgr

unix.superglobalmegacorp.com

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