|
|
1.1 root 1: CONFDIR= /usr/new
2: XDIR= /lib/X
3:
4: SUBDIR= bitblt libaed libapa16 libapa8 libapa16 libpqd
5: all:
6: for i in ${SUBDIR}; do \
7: (cd $$i; echo "compiling $$i";\
8: make ${MFLAGS} DESTDIR=${DESTDIR} CONFDIR=${CONFDIR} all;\
9: cd ..);\
10: done
11:
12: install:
13:
14: inc:
15:
16: clean:
17: rm -f a.out *~ core *.o errs ERRS \#*
18: for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean; cd ..); done
19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.