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

L=	notary.a
F=	$L(ix.o) $L(xs.o) $L(notary.o)
Y=	ix.O xs.O notary.O
X=	resign enroll sign verify
CFLAGS=	-DSIGN=1


$X:	$L $Y

$L:	$F
	names=`membername $newprereq`
	ar r $L $names && rm $names
	ranlib $L

$L(%):N: %

%.O %.o: %.c 
	cyntax -c $stem.c && cc -c $CFLAGS $stem.c

%:	%.o
	cyntax $stem.O $Y && cc -o $stem $stem.o $L -lipc

clean:
	rm -f sign verify resign enroll notary.a *.o *.O

install:
	cp $X /usr/bin
	(cd /usr/bin; strip $X; chmod 775 $X)

unix.superglobalmegacorp.com

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