Annotation of researchv10no/cmd/troff/ancient.nroff/macros.d/makefile, revision 1.1

1.1     ! root        1: #      text Development Support Library (DSL) macros make file
        !             2: #      SCCS: @(#)macros.mk     1.28
        !             3: 
        !             4: INSMAC = /usr/lib/macros
        !             5: INSTMAC = /usr/lib/tmac
        !             6: TMACFILES = tmac.an tmac.an6 tmac.m tmac.org tmac.ptx tmac.osd\
        !             7:        tmac.s tmac.sdisp tmac.scover tmac.skeep tmac.v
        !             8: OUTFILES = mmn mmt vmca osdd an an6 ptx
        !             9: 
        !            10: all:   ntar $(OUTFILES)
        !            11: 
        !            12: install:       all tmac
        !            13:        cp ${OUTFILES} ${INSMAC};
        !            14:        cd ${INSMAC}; chown bin ${OUTFILES};\
        !            15:        chgrp bin ${OUTFILES}; chmod 664 ${OUTFILES}
        !            16: 
        !            17: ntar:  ntar.c
        !            18:        ${CC} -o ntar ntar.c
        !            19: 
        !            20: mmn:   ntar
        !            21:        macrunch -d /usr mmn
        !            22: 
        !            23: mmt:   ntar
        !            24:        macrunch -d /usr mmt
        !            25: 
        !            26: vmca:  ntar
        !            27:        macrunch -d /usr vmca
        !            28: 
        !            29: org:   ntar
        !            30:        macrunch -d /usr org
        !            31: 
        !            32: osdd:  ntar
        !            33:        macrunch -d /usr osdd
        !            34: 
        !            35: an:    ntar
        !            36:        macrunch -d /usr an
        !            37: 
        !            38: an6:   ntar
        !            39:        macrunch -d /usr an6
        !            40: 
        !            41: ptx:   ntar
        !            42:        macrunch -d / ptx
        !            43: 
        !            44: tmac:
        !            45:        cp ${TMACFILES} ${INSTMAC}
        !            46:        cd ${INSTMAC}; chmod 644 ${TMACFILES};\
        !            47:        chown bin ${TMACFILES}; chgrp bin ${TMACFILES}
        !            48: 
        !            49: clean:
        !            50:        rm -f $(OUTFILES) ntar

unix.superglobalmegacorp.com

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