|
|
1.1 root 1: DESTDIR =
2:
3: SUBDIR = src/f77 src/f77pass1 src/f1 src/f2 src/fpr src/fsplit
4:
5: all: ${SUBDIR}
6:
7: ${SUBDIR}: /tmp
8: cd $@; make ${MFLAGS}
9:
10: install:
11: for i in ${SUBDIR}; do \
12: (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
13:
14: clean:
15: for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done
16:
17: depend:
18: 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.