File:  [CSRG BSD Unix] / 43BSD / usr.bin / f77 / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

DESTDIR	      =

SUBDIR	      = src/f77 src/f77pass1 src/fpr src/fsplit

all:		${SUBDIR}

${SUBDIR}:	/tmp
		cd $@; make ${MFLAGS}

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

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

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

unix.superglobalmegacorp.com

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