3 headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h
4 objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o
6 # if you don't have sparse installed, use ls instead
14 all: tester debug-tree
16 debug-tree: $(objects) debug-tree.o
17 gcc $(CFLAGS) -o debug-tree $(objects) debug-tree.o
19 tester: $(objects) random-test.o
20 gcc $(CFLAGS) -o tester $(objects) random-test.o
22 $(objects) : $(headers)
25 rm debug-tree tester *.o