File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / lib / 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	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


unix.superglobalmegacorp.com

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