Annotation of researchv8dc/cmd/m4/makefile, revision 1.1.1.1

1.1       root        1: CFLAGS = -Od2
                      2: 
                      3: a.out: m4.o m4ext.o m4macs.o m4y.o
                      4:        cc m4.o m4ext.o m4macs.o m4y.o
                      5: 
                      6: m4.o m4ext.o m4macs.o :        m4.h
                      7: 
                      8: list:
                      9:        pr m4.h m4.c m4ext.c m4macs.c m4y.y makefile
                     10: 
                     11: gcos:
                     12:        yacc m4y.y
                     13:        mv y.tab.c m4.tab.c
                     14:        fsend m4*.c m4.test*
                     15: 
                     16: install:       a.out
                     17:        strip a.out
                     18:        mv a.out /usr/bin/m4
                     19: 
                     20: clean:
                     21:        rm -f a.out *.o

unix.superglobalmegacorp.com

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