|
|
1.1 ! root 1: OBJS=main.o dial.o ! 2: COBJS=main.O dial.O ! 3: MGR=tcpmgr ! 4: INCS=-I../../h ! 5: CFLAGS=-g $INCS ! 6: LIBS=../common/libcommon.a ../../libipc/libipc.a ../../libin/libin.a ! 7: CLIBS=../common/*.O ../../libipc/*.O ../../libin/*.O ! 8: BINDIR=/usr/ipc/mgrs ! 9: NPROC=2 ! 10: ! 11: all:V: cyntax $MGR ! 12: ! 13: cyntax: $COBJS ! 14: cyntax -Vlogevent:1 $COBJS $CLIBS && touch cyntax ! 15: ! 16: $MGR: $OBJS $LIBS ! 17: $CC -g $OBJS -o $MGR $LIBS ! 18: ! 19: clean:V: ! 20: rm -f *.[oO] $MGR cyntax ! 21: ! 22: %.o: %.c ../../h/defs.h ../../h/ipc.h ! 23: %.O: %.c ../../h/defs.h ../../h/ipc.h ! 24: cyntax -Vlogevent:1 -c -DLINT $INCS $stem.c ! 25: ! 26: install: all ! 27: rm -f $BINDIR/$MGR ! 28: cp $MGR $BINDIR
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.