|
|
1.1 ! root 1: INCS=-I. -I../h ! 2: CFLAGS=-g $INCS ! 3: L=libin.a ! 4: OBJS=$L(tcp_lib.o) $L(udp_lib.o) $L(in_service.o) $L(in_address.o)\ ! 5: $L(in_host.o) $L(in_subrs.o) $L(in_ntoa.o) $L(in_ntoh.o) $L(tcp.o) ! 6: COBJS=tcp_lib.O udp_lib.O\ ! 7: in_service.O in_address.O in_host.O in_subrs.O in_ntoa.O tcp.O ! 8: NPROC=2 ! 9: ! 10: all:V: cyntax $L in_test ! 11: ! 12: in_test: in_test.o $L ! 13: cc $prereq -lipc -o in_test ! 14: ! 15: $L: $OBJS ! 16: names=`membername $prereq` ! 17: ar rv $L $names ! 18: ranlib $L ! 19: ! 20: $L(%.o):N: %.o ! 21: ! 22: $OBJS: cyntax ! 23: ! 24: cyntax: $COBJS ! 25: cyntax $COBJS && touch cyntax ! 26: ! 27: %.O: %.c ! 28: cyntax -DLINT $INCS $stem.c ! 29: ! 30: install: $L ! 31: cp $L /usr/lib ! 32: ranlib /usr/lib/$L ! 33: ! 34: clean: ! 35: rm *.[oOa] cyntax
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.