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

BIN=	/usr/bin
LIB=	/usr/lib/post
CFLAGS=	-O -I. -DPOST=\"$LIB\"
LDFLAGS=-s
LDLIBS=	-lipc
ALL=	pq post
OBJ=	attr.o call.o config.o eqattr.o error.o fmt.o ipc.o \
	join.o opt.o path.o pq.o strcon.o strvec.o sys.o 

all:N:	$ALL

pq:	$OBJ main.o
	$CC -o $target $prereq $LDFLAGS $LDLIBS

post:	$OBJ post.o
	$CC -o $target $prereq $LDFLAGS $LDLIBS

$LIB:
	mkdir $LIB

install:V: $LIB all
	cp $ALL $BIN
	cp dispatch dbinfo update $LIB

clean:V:
	rm -f $ALL $OBJ main.o post.o

unix.superglobalmegacorp.com

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