|
|
1.1 ! root 1: GNUCC = gcc -O ! 2: CFLAGS = -g ! 3: ! 4: all: gprof ld size nm strip make ! 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: gprof: gprof.o ! 19: $(CC) -o gprof gprof.o ! 20: gprof.o: gprof.c gmon.h ! 21: $(GNUCC) -c $(CFLAGS) gprof.c ! 22: ! 23: make: make.o glob.o arscan.o ! 24: $(CC) -o make make.o glob.o arscan.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.