Annotation of researchv9/X11/src/X.V11R1/util/vtobdf/Makefile, revision 1.1

1.1     ! root        1: # @(#) $Header: Makefile,v 1.1 87/08/26 00:23:00 leres Exp $ (LBL)
        !             2: #
        !             3: # Sun vfont to portable bdf font converter.
        !             4: #
        !             5: 
        !             6: CFLAGS= -O
        !             7: PROG= vtobdf
        !             8: PROG= vtobdf
        !             9: 
        !            10: .SUFFIXES: .sun .bdf .snf
        !            11: 
        !            12: .sun.bdf:
        !            13:        ./vtobdf $*.sun $*.bdf
        !            14: 
        !            15: .bdf.snf:
        !            16:        ./fc $*.bdf >$*.snf
        !            17: 
        !            18: all: vtobdf
        !            19: 
        !            20: vtobdf: vtobdf.c
        !            21:        ${CC} ${CFLAGS} vtobdf.c -o vtobdf
        !            22: 
        !            23: clean:
        !            24:        rm -f vtobdf *.o *.bdf *.snf
        !            25: 
        !            26: lint:
        !            27:        lint -hbxn vtobdf.c
        !            28: 
        !            29: show: serif-11.snf
        !            30:        ./showsnf serif-11.snf
        !            31: 
        !            32: shar:
        !            33:        shar -v -c -p X README Makefile vtobdf.c

unix.superglobalmegacorp.com

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