File:  [CSRG BSD Unix] / 3BSD / cmd / pascal / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, CSRG
CVS tags: HEAD, BSD3
BSD 3.0

DESTDIR=

all: pix px_header pxref

install: all
	dd if=px_header of=${DESTDIR}/usr/lib/px_header conv=sync
	cp pxref ${DESTDIR}/usr/ucb/pxref
	cp pix ${DESTDIR}/usr/ucb/pix
	cp how* ${DESTDIR}/usr/lib

pix: pix.c
	cc -O -o pix pix.c

px_header: px_header.c
	cc -O -d2 -o px_header px_header.c -N
	strip px_header

pxref: pxref.p
	/usr/ucb/pi pxref.p
	mv obj pxref

clean:
	rm -f pix px_header pxref

print:
	@pr READ_ME makefile
	@ls -l | pr
	@pr pix.c pxref.p

unix.superglobalmegacorp.com

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