Annotation of cci/usr/src/usr.lib/tmac/Makefile, revision 1.1.1.1

1.1       root        1: 
                      2: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
                      3: 
                      4: ALL = tmac me_macs ms_macs
                      5: 
                      6: 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
                      7: 
                      8: 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
                      9: 
                     10: MEFILES = revisions
                     11: 
                     12: MS = s.acc s.cov s.eqn s.ref s.tbl s.ths s.toc
                     13: 
                     14: MSFILES = README end.awk endnote swapacc
                     15: 
                     16: all: install
                     17: 
                     18: install: ${ALL}
                     19:        for i in ${TMAC}; do \
                     20:                (install -c $$i ${DESTDIR}/usr/lib/tmac;) done
                     21:        cd me; for i in ${ME} ${MEFILES}; do \
                     22:                (install -c $$i ${DESTDIR}/usr/lib/tmac/me;) done
                     23:        cd ms; for i in ${MS} ${MSFILES}; do \
                     24:                (install -c $$i ${DESTDIR}/usr/lib/tmac/ms;) done
                     25: 
                     26: tmac:
                     27: 
                     28: me_macs:
                     29:        (cd me; rm -rf ${ME}; cd src; ./install .. ${ME})
                     30: 
                     31: ms_macs:
                     32:        (cd ms; rm -rf ${MS}; cd src; ./install .. ${MS})
                     33: 
                     34: clean:
                     35: 
                     36: cleansrc:

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.