File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / lib / pt / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:24:19 2019 UTC (6 years, 11 months ago) by root
Branches: bsd, MAIN
CVS tags: v12b, v121, HEAD
Power 6/32 Unix version 1.2b

#
# Makefile for dlpt
#

DESTDIR=
AS=/bin/as
CC=/bin/cc
LCC=/bin/cc
LD=/bin/ld
INCLDIR=${DESTDIR}/usr/include
LIBDIR=${DESTDIR}/lib
ULIBDIR=${DESTDIR}/usr/lib

DEST=${DESTDIR}/lib/pt
PT2=PT2.131.XXX

dlpt: dlpt.c
	${CC} -DV7 -DNEWSIG -O -o dlpt dlpt.c

recnv: recnv.c
	${LCC} -O -o recnv recnv.c

DEFAULT.LD: recnv DEFAULT
	./recnv DEFAULT 1
	mv hexout hex1
	./recnv hex1 2
	mv hexout hex2
	./recnv hex2 3
	mv hexout DEFAULT.LD

PT2DEF.LD:
	cp $(PT2) PT2DEF.LD

install: dlpt DEFAULT.LD PT2DEF.LD
	install -s dlpt $(DEST)
	install DEFAULT.LD $(DEST)
	install PT2DEF.LD $(DEST)

clean:
	rm -f dlpt recnv hexout hex1 hex2 *.LD  *.o
	
cleansrc:
	rm -f *.c *.n Makefile term

unix.superglobalmegacorp.com

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