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