File:  [Research Unix] / researchv10no / cmd / dist / sgi / 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

<../conf/mkconf.sgi

CC=cc
LPROG=cansys connect dispatch
LIB=lib-o.a
LIBOBJ=canonsys.o lcreat.o memmove.o

%: %.sh
	cp $stem.sh $target
	chmod +x $target

connect: connect.o
	$CC $CFLAGS -o connect connect.o

dispatch: dispatch.o
	$CC $CFLAGS -o dispatch dispatch.o

cansys: cansys.o $LIB
	$CC $CFLAGS -o cansys $prereq

compile:V: $LPROG $LIB

install:V:
	test -d $LDIR || mkdir $LDIR
	cp $LPROG $LDIR
	chown root $LDIR/connect && chmod 4755 $LDIR/connect

$LIB: $LIBOBJ
	ar r $LIB $LIBOBJ

clean:V:
	rm -f $LPROG $LIB *.o

unix.superglobalmegacorp.com

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