|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.