|
|
1.1 ! root 1: .SUFFIXES: .x .o .c ! 2: .c.o: ! 3: $(CC) $(CFLAGS) -c $< ! 4: -ld -r -X $@ ! 5: mv a.out $@ ! 6: .c.x: ! 7: $(CC) $(CFLAGS) -c $< ! 8: -ld -r -X $*.o ! 9: mv a.out $*.o ! 10: ar u btlib $*.o ! 11: touch $*.x ! 12: CFLAGS=-g ! 13: debug: bttest ! 14: all: nodesize ! 15: all: btlib btcat btbuild bttest btcreat btreport btsquash btran btdelete ! 16: all: btadd btdiag btexer ! 17: bwrite.x bdelete.x diskrd.x diskwrt.x bt.x seek.x tran.x: cbt.h ! 18: btsquash.o btcreat.o btreport.o bttest.o btcat.o btbuild.o: cbt.h ! 19: btlib: bt.x seek.x tran.x diskrd.x diskwrt.x bwrite.x bdelete.x lib.x bufs.x ! 20: ranlib btlib ! 21: cyntax: ! 22: cyntax bttest.c bt.c seek.c tran.c diskrd.c diskwrt.c bwrite.c bdelete.c lib.c ! 23: bttest: bttest.o btlib ! 24: $(CC) $(CFLAGS) -o bttest bttest.o btlib ! 25: btran: btran.o ! 26: $(CC) $(CFLAGS) -o btran btran.o ! 27: btsquash: btsquash.o btlib ! 28: $(CC) $(CFLAGS) -o btsquash btsquash.o btlib ! 29: btadd: btadd.o btlib ! 30: $(CC) $(CFLAGS) -o btadd btadd.o btlib ! 31: btreport: btreport.o btlib ! 32: $(CC) $(CFLAGS) -o btreport btreport.o btlib ! 33: btdelete: btdelete.o btlib ! 34: $(CC) $(CFLAGS) -o btdelete btdelete.o btlib ! 35: btcreat: btcreat.o cbt.h ! 36: $(CC) $(CFLAGS) -o btcreat btcreat.o btlib ! 37: btdiag: btdiag.o btlib ! 38: $(CC) $(CFLAGS) -o btdiag btdiag.o btlib ! 39: btexer: btexer.o btlib ! 40: $(CC) $(CFLAGS) -o btexer btexer.o btlib ! 41: btcat: btcat.o btlib ! 42: cc -o btcat btcat.o btlib ! 43: btbuild: btbuild.o lib.x ! 44: $(CC) $(CFLAGS) -o btbuild btbuild.o btlib ! 45: nodesize: ! 46: @cc -E $(CFLAGS) nodesz.c | grep nodesize ! 47: install: ! 48: -cp cbt /usr/bin ! 49: -cp cbt.h /usr/include ! 50: -cp btlib /usr/lib/libcbt.a ! 51: -ranlib /usr/lib/libcbt.a ! 52: clean: ! 53: rm *.o *.x btlib
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.