Annotation of 43BSD/usr.bin/troff/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: #      @(#)Makefile    1.4 3/30/83
        !             3: #
        !             4: DESTDIR =
        !             5: SRCS = \
        !             6:        ni.c nii.c n1.c n2.c \
        !             7:        n3.c n4.c n5.c t6.c \
        !             8:        n7.c n8.c n9.c t10.c \
        !             9:        hytab.c ntab.c suftab.c \
        !            10:        d.h tw.h v.h tdef.h sdef.h
        !            11: 
        !            12: CFLAGS = -O -DVMUNIX
        !            13: c = ni.o nii.o n1.o n2.o n3.o n4.o n5.o t6.o n7.o n8.o n9.o t10.o
        !            14: s = hytab.o suftab.o tab3.o
        !            15: 
        !            16: troff: $c $s
        !            17:        $(CC) -o troff $s $c  
        !            18: 
        !            19: hytab.o: hytab.c
        !            20:        $(CC) -R -c hytab.c
        !            21: 
        !            22: suftab.o: suftab.c
        !            23:        $(CC) -R -c suftab.c
        !            24: 
        !            25: install: troff
        !            26:        install -s troff ${DESTDIR}/usr/bin
        !            27: 
        !            28: clean:
        !            29:        rm -f *.o troff

unix.superglobalmegacorp.com

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