|
|
1.1 ! root 1: # @(#)Makefile 1.3 (Berkeley) 4/17/83 ! 2: # ! 3: DESTDIR= ! 4: CFLAGS= -O ! 5: ! 6: # Programs that live in subdirectories, and have makefiles of their own. ! 7: # ! 8: SUBDIR= pi pc0 px pxp pdx utilities ! 9: ! 10: all: ${SUBDIR} ! 11: ! 12: ${SUBDIR}: /tmp ! 13: cd $@; make ${MFLAGS} ! 14: ! 15: install: ! 16: for i in ${SUBDIR}; do \ ! 17: (echo $$i; cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); \ ! 18: done ! 19: ! 20: clean: ! 21: rm -f a.out core *.s *.o ! 22: for i in ${SUBDIR}; do \ ! 23: (echo $$i; cd $$i; make ${MFLAGS} clean); \ ! 24: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.