Annotation of coherent/f/f0/lex/Makefile, revision 1.1

1.1     ! root        1: # lex/Makefile 2/6/91
        !             2: # Does not include header file dependencies.
        !             3: 
        !             4: DESTDIR386=/bin386/bin/
        !             5: 
        !             6: OBJ=\
        !             7:        lex0.o\
        !             8:        lex1.o\
        !             9:        lex2.o\
        !            10:        lex3.o
        !            11: 
        !            12: # Primary target.
        !            13: 
        !            14: lex386:        $(OBJ)
        !            15:        cc -o $(DESTDIR386)lex $(OBJ)
        !            16:        su root chmog 511 bin bin $(DESTDIR386)/lex
        !            17: 
        !            18: # Secondary targets.
        !            19: lex0.o:        lex0.c
        !            20: lex1.o:        lex1.c
        !            21: lex2.o:        lex2.c
        !            22: lex3.o:        lex3.c
        !            23: 
        !            24: clean:
        !            25:        rm $O
        !            26: 
        !            27: # end of lex/Makefile

unix.superglobalmegacorp.com

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