File:  [CSRG BSD Unix] / 43BSDTahoe / ucb / pascal / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

#
# Copyright (c) 1980 Regents of the University of California.
# All rights reserved.  The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
#	@(#)Makefile	5.4 (Berkeley) 10/27/87
#
CFLAGS=	-O

# Programs that live in subdirectories, and have makefiles of their own.
#
SUBDIR=	pi pc0 px pxp pdx utilities

all:
	for i in eyacc ${SUBDIR}; do \
		(cd $$i; make ${MFLAGS}); \
	done

${SUBDIR}: FRC
	cd $@; make ${MFLAGS}

tags: FRC
	for i in eyacc ${SUBDIR}; do \
		(cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} tags); \
	done

install: FRC
	for i in eyacc ${SUBDIR}; do \
		(cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); \
	done

clean: FRC
	rm -f a.out core *.s *.o
	for i in eyacc ${SUBDIR}; do \
		(cd $$i; make ${MFLAGS} clean); \
	done

depend:
	(cd eyacc; make ${MFLAGS} depend)
	(cd eyacc; make ${MFLAGS} all)
	for i in ${SUBDIR}; do \
		(cd $$i; make ${MFLAGS} depend); \
	done

FRC:

unix.superglobalmegacorp.com

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