|
|
BSD 4.2
DESTDIR =
SUBDIR = src/f77 src/f77pass1 src/f1 src/f2 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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.