|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1987 Regents of the University of California. ! 3: # All rights reserved. The Berkeley software License Agreement ! 4: # specifies the terms and conditions for redistribution. ! 5: # ! 6: # @(#)Makefile 5.3 (Berkeley) 6/18/87 ! 7: # ! 8: SUBDIR= f77.${MACHINE}/f77 f77.${MACHINE}/f77pass1 fpr fsplit ! 9: ! 10: all: FRC ! 11: for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS}); done ! 12: ! 13: install: FRC ! 14: for i in ${SUBDIR}; do \ ! 15: (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); \ ! 16: done ! 17: ! 18: clean: FRC ! 19: for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done ! 20: ! 21: depend: FRC ! 22: for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} depend); done ! 23: ! 24: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.