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