|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1984, 1985, 1986 Xerox Corp. ! 3: # ! 4: # ! 5: BINS= charset dipress ipf ipfe ipmetrics iptotext iptroff maha makextdev mp2res plot2ip qip restotext stackres texttoip ! 6: ! 7: install: iptroff ! 8: for i in ${BINS}; do \ ! 9: (install -c $$i ${DESTBIN}/$$i); done ! 10: ! 11: # Do a "make install" before running this command. ! 12: # Calling rdist so many times in not very efficient ! 13: rdist: ! 14: for i in ${BINS}; do \ ! 15: for j in ${DESTMACHINES}; do \ ! 16: (rdist -c ${DESTBIN}/$$i $$j); done; done ! 17: ! 18: iptroff: ../src/bin/iptroff.skel ! 19: sed "2s;^#;# THIS FILE WAS AUTOMATICALLY PRODUCED;" < ../src/bin/iptroff.skel > iptroff.skel0 ! 20: sed "s;DESTBIN;${DESTBIN};" < iptroff.skel0 > iptroff.skel1 ! 21: sed "s;DESTLIB;${DESTLIB};" < iptroff.skel1 > iptroff.skel2 ! 22: sed "s;TITROFFBINARY;${TITROFFBINARY};" < iptroff.skel2 > iptroff ! 23: install -c -m 755 iptroff ${DESTBIN} ! 24: rm -f iptroff.skel0 iptroff.skel1 iptroff.skel2 ! 25: ! 26: clean: ! 27: rm -f ${BINS} iptroff.skel0 iptroff.skel1 iptroff.skel2
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.