|
|
1.1 root 1: SUBDIR = src man
2:
3: all: ${SUBDIR}
4:
5: ${SUBDIR}: FRC
6: cd $@; make ${MFLAGS}
7:
8: install:
9: for i in ${SUBDIR}; do \
10: (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
11:
12: clean:
13: for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} clean); done
14:
15: depend:
16: for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} depend); done
17:
18: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.