Annotation of 41BSD/cmd/cpp/Makefile, revision 1.1.1.1

1.1       root        1: CFLAGS=-O -Dunix=1 -Dvax=1 -DFLEXNAMES
                      2: 
                      3: cpp :  cpp.o cpy.o rodata.o
                      4:        $(CC) $(CFLAGS) -o cpp rodata.o cpp.o cpy.o  
                      5: 
                      6: cpy.c : cpy.y
                      7:        yacc cpy.y
                      8:        ../pcc/:yyfix yyexca yyact yypact yypgo yyr1 yyr2 yychk yydef
                      9:        mv y.tab.c cpy.c
                     10: cpy.o :        cpy.c yylex.c
                     11: rodata.o : cpy.c
                     12:        $(CC) $(CFLAGS) -R -c rodata.c
                     13: 
                     14: clean :
                     15:        rm -f *.s *.o cpy.c rodata.c
                     16: 
                     17: install :
                     18:        install -s cpp $(DESTDIR)/lib
                     19: 

unix.superglobalmegacorp.com

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