File:  [Research Unix] / researchv10no / ipc / mgrs / authmgr / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

OBJS=doconnect.o main.o
SECRETOBJS=secret.o
S5OBJS=${OBJS} ${SECRETOBJS} s5_tty.o
RESOBJS=${OBJS} ${SECRETOBJS} res_tty.o

# att-ms (old Sys V) version

auth:	ipclib ${S5OBJS}
	${CC} ${LDFLAGS} ${S5OBJS} ../ipc/libipc.a -lnet -lnsl_s -lc -o auth

ipclib:
	(cd ../ipc;  ERR=s5_err.o make init dk tcp lib)

# research version

res_auth:	${RESOBJS}
	${CC} ${LDFLAGS} ${RESOBJS} -lipc -o auth

doconnect.o:	auth.h
main.o:		auth.h
secret.o:	auth.h
s5_tty.o:
res_tty.o:


clean:
	rm -f *.o auth core

install:	auth
	cp auth /usr/add-on/bin/auth

unix.superglobalmegacorp.com

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