Annotation of binutils/Makefile, revision 1.1.1.1

1.1       root        1: GNUCC = gcc -O
                      2: CFLAGS = -g
                      3: 
                      4: all: gprof ld size nm strip ar
                      5: 
                      6: ld: ld.o
                      7:        $(CC) -o ld ld.o
                      8: 
                      9: size: size.o
                     10:        $(CC) -o size size.o
                     11: 
                     12: nm: nm.o
                     13:        $(CC) -o nm nm.o
                     14: 
                     15: strip: strip.o
                     16:        $(CC) -o strip strip.o
                     17: 
                     18: ar: ar.o
                     19:        $(CC) -o ar ar.o
                     20: 
                     21: gprof: gprof.o
                     22:        $(CC) -o gprof gprof.o
                     23: gprof.o: gprof.c gmon.h
                     24:        $(GNUCC) -c $(CFLAGS) gprof.c

unix.superglobalmegacorp.com

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