File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / d / makefile
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:30:13 2019 UTC (6 years, 11 months ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21

#
# Makefile for all the daignostic programs
#

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

# subdirectories to work on
SUBDIR= demand dmp4 entry event fpevent macro4 memman mem io pits ether
all install clean:
	for i in $(SUBDIR); \
	do (cd $$i; make ${MAKEPARAM} install) \
	done
	cp script/all ${DESTDIR}/d;
	cp script/nall ${DESTDIR}/d;
	cp script/fppall ${DESTDIR}/d;
	cp script/fppnall ${DESTDIR}/d;
	cp script/oldall ${DESTDIR}/d;
	cp script/oldnall ${DESTDIR}/d;
	cp script/macro ${DESTDIR}/d
	cp script/priv ${DESTDIR}/d;
	cp script/dmp ${DESTDIR}/d;
	cp poc_er_codes ${DESTDIR}/d;
clean:
	for i in $(SUBDIR); \
	do (cd $$i; make ${MAKEPARAM} clean) \
	done

cleansrc:
	rm -f script/[a-p]* poc_er_codes

unix.superglobalmegacorp.com

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