File:  [Research Unix] / researchv8dc / cmd / inet / libin / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv8, HEAD
researchv8 Dan Cross

INSTALLDIR=/usr/lib
CFLAGS=-g -I ../h
ALL=libin.a
OBJS=tcp_lib.o udp_lib.o\
	in_service.o in_address.o in_host.o in_subrs.o in_ntoa.o in_ntoh.o

all	:	${ALL}


libin.a	:	${OBJS}
		ar ru libin.a ${OBJS}

in_ntoh.o:	in_ntoh.s
		cc -c in_ntoh.s

${OBJS}:	../h/config.h

install	:	all
		cp ${ALL} ${INSTALLDIR}
		( cd ${INSTALLDIR} ; ranlib ${ALL} )

clean	:
		rm -f ${ALL} *.o


nlibin.a:	${NOBJS}
		ar ru libin.a ${NOBJS}


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.