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

DIFF=	/bin/diff
DIFFH=	/usr/lib/diffh
CC=	cc
CFLAGS=	-O -DDIFF=\"${DIFF}\" -DDIFFH=\"${DIFFH}\"

SRCS=	diff.c diffdir.c diffreg.c
HDRS=	diff.h
OBJS=	diff.o diffdir.o diffreg.o

all:N: diff diffh

diff: $OBJS
	$CC $CFLAGS -o $target $OBJS $LDFLAGS

diffh: diffh.o
	$CC -o $target diffh.o $LDFLAGS

clean:
	rm -f diff diffh $OBJS diffh.o

install: all
	strip diff diffh
	cp diff $DIFF
	cp diffh $DIFFH

unix.superglobalmegacorp.com

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