|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1984, 1985, 1986 Xerox Corp. ! 3: # ! 4: DESTBIN = ../../bin ! 5: DESTLIB = ../../lib ! 6: DESTMAN = ../../man ! 7: DESTINCLUDE = ../../include ! 8: MFLAGS = DESTBIN=../${DESTBIN} DESTLIB=../${DESTLIB} DESTMAN=../${DESTMAN} \ ! 9: DESTINCLUDE=../${DESTINCLUDE} ! 10: CFLAGS= -O ! 11: ! 12: # Programs that live in subdirectories, and have makefiles of their own. ! 13: # ! 14: SUBDIR= ipfe iptotext ipmetrics makextdev maha mp2res plot2ip charset dipress restotext stackres texttoip ipf ! 15: ! 16: ! 17: all: ${SUBDIR} ! 18: ! 19: ${SUBDIR}: FRC ! 20: cd $@; make ${MFLAGS} ! 21: ! 22: FRC: ! 23: ! 24: install: ${DESTBIN}/qip ! 25: for i in ${SUBDIR}; do \ ! 26: (cd $$i; make ${MFLAGS} install); done ! 27: ! 28: ${DESTBIN}/qip: qip ! 29: cp qip ${DESTBIN} ! 30: ! 31: lint: ! 32: for i in ${SUBDIR}; do \ ! 33: (cd $$i; make ${MFLAGS} lint); done ! 34: ! 35: clean: ! 36: rm -f a.out core *.s *.o ! 37: for i in ${SUBDIR}; do \ ! 38: (cd $$i; make ${MFLAGS} clean); done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.