|
|
Power 6/32 Unix version 1.2b
MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
ALL = tmac me_macs ms_macs
TMAC = tmac.a tmac.an tmac.an.new tmac.an6n tmac.an6t tmac.anc tmac.anc.new tmac.cp tmac.doc tmac.e tmac.grind tmac.r tmac.s tmac.scover tmac.sdisp tmac.skeep tmac.srefs tmac.vcat
ME = acm.me chars.me deltext.me eqn.me footnote.me float.me index.me local.me null.me refer.me sh.me tbl.me thesis.me
MEFILES = revisions
MS = s.acc s.cov s.eqn s.ref s.tbl s.ths s.toc
MSFILES = README end.awk endnote swapacc
all: install
install: ${ALL}
for i in ${TMAC}; do \
(install -c $$i ${DESTDIR}/usr/lib/tmac;) done
cd me; for i in ${ME} ${MEFILES}; do \
(install -c $$i ${DESTDIR}/usr/lib/tmac/me;) done
cd ms; for i in ${MS} ${MSFILES}; do \
(install -c $$i ${DESTDIR}/usr/lib/tmac/ms;) done
tmac:
me_macs:
(cd me; rm -rf ${ME}; cd src; ./install .. ${ME})
ms_macs:
(cd ms; rm -rf ${MS}; cd src; ./install .. ${MS})
clean:
cleansrc:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.