|
|
1.1 ! root 1: INSTALLDIR=/usr/lib ! 2: CFLAGS=-g -I ../h ! 3: ALL=libin.a ! 4: OBJS=tcp_lib.o udp_lib.o\ ! 5: in_service.o in_address.o in_host.o in_subrs.o in_ntoa.o in_ntoh.o ! 6: ! 7: all : ${ALL} ! 8: ! 9: ! 10: libin.a : ${OBJS} ! 11: ar ru libin.a ${OBJS} ! 12: ! 13: in_ntoh.o: in_ntoh.s ! 14: cc -c in_ntoh.s ! 15: ! 16: ${OBJS}: ../h/config.h ! 17: ! 18: install : all ! 19: cp ${ALL} ${INSTALLDIR} ! 20: ( cd ${INSTALLDIR} ; ranlib ${ALL} ) ! 21: ! 22: clean : ! 23: rm -f ${ALL} *.o ! 24: ! 25: ! 26: nlibin.a: ${NOBJS} ! 27: ar ru libin.a ${NOBJS} ! 28:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.