Annotation of 43BSD/lib/cpp/Makefile, revision 1.1

1.1     ! root        1: #      Makefile        1.2     83/07/02
        !             2: #
        !             3: 
        !             4: CFLAGS=-O -Dunix=1 -DFLEXNAMES
        !             5: 
        !             6: cpp :  cpp.o cpy.o rodata.o
        !             7:        $(CC) $(CFLAGS) -o cpp rodata.o cpp.o cpy.o  
        !             8: 
        !             9: cpy.c : cpy.y
        !            10:        yacc cpy.y
        !            11:        ../pcc/:yyfix yyexca yyact yypact yypgo yyr1 yyr2 yychk yydef
        !            12:        mv y.tab.c cpy.c
        !            13: cpy.o :        cpy.c yylex.c
        !            14: rodata.o : cpy.c
        !            15:        $(CC) $(CFLAGS) -R -c rodata.c
        !            16: 
        !            17: clean :
        !            18:        rm -f *.s *.o cpy.c rodata.c
        !            19: 
        !            20: install :
        !            21:        install -s cpp $(DESTDIR)/lib
        !            22: 
        !            23: sources : cpp.c cpy.y yylex.c README
        !            24: cpp.c cpy.y yylex.c README :
        !            25:        sccs get $@

unix.superglobalmegacorp.com

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