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

1.1       root        1: CFLAGS=-c -O -d2 -w -DCOPYCODE -g
                      2: LDFLAGS=-g
                      3: 
                      4: c2:    c20.o c21.o c22.o
                      5:        $(CC) $(LDFLAGS) -z -o c2 c2?.o
                      6: 
                      7: c20.o: c20.c c2.h
                      8: c21.o: c21.c c2.h
                      9: c22.o:  c22.c c2.h
                     10:        $(CC) $(CFLAGS) -R c22.c
                     11: 
                     12: clean:
                     13:        rm -f *.o *.s 
                     14: 
                     15: install:
                     16:        install -s c2 $(DESTDIR)/lib

unix.superglobalmegacorp.com

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