|
|
Power 6/32 Unix version 1.2b
# @(#)Makefile 4.2 (Berkeley) 11/22/82
#
AS=/bin/as
CC=/bin/cc
LCC=/bin/cc
LD=/bin/ld
INCLDIR=/usr/include
LIBDIR=/lib
ULIBDIR=/usr/lib
DESTDIR=
MAKEPARAM = AS=${AS} CC=${CC} LCC=${LCC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
CFLAGS= -O -I${INCLDIR}
# Programs that live in subdirectories, and have makefiles of their own.
#
#SUBDIR= libc c2 cpp pcc pt
SUBDIR= libc fc2 cpp fpcc pt
all:
for i in ${SUBDIR}; do \
(cd $$i; make ${MFLAGS} ${MAKEPARAM} ); done
fcc:
(cd fpcc; make ${MFLAGS} ${MAKEPARAM} clean; make ${MFLAGS} ${MAKEPARAM} )
(cd fc2; make ${MFLAGS} ${MAKEPARAM} clean ; make ${MFLAGS} ${MAKEPARAM} )
install:
for i in ${SUBDIR}; do \
(cd $$i; make ${MFLAGS} ${MAKEPARAM} install); done
clean:
rm -f a.out core *.s *.o
for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done
cleansrc:
rm -f Makefile
#End of Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.