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

CC=lcc
LPROG=connect dispatch cansys hostname
LIB=lib-o.a
LIBOBJ=canonsys.o lcreat.o rename.o

%.o: %.c
	$CC -c $stem.c

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

compile:V: $LPROG $LIB

install:V: compile
	test -d $LDIR || mkdir $LDIR
	cp $LPROG $LDIR

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

connect: connect.o
	$CC -o $target $prereq -lipc

dispatch: dispatch.o
	$CC -o $target $prereq -lipc

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

$LIB: $LIBOBJ
	ar r $LIB $LIBOBJ
	ranlib $LIB

unix.superglobalmegacorp.com

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