]> git.ozlabs.org Git - ccan/blobdiff - tools/Makefile
bitmap: Avoid shadowing type name with parameter name
[ccan] / tools / Makefile
diff --git a/tools/Makefile b/tools/Makefile
deleted file mode 100644 (file)
index 8301ba5..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-ALL_TOOLS = tools/ccan_depends tools/run_tests tools/doc_extract tools/namespacize tools/ccanlint/ccanlint
-
-DEP_OBJS = tools/depends.o tools/compile.o tools/tools.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/talloc/talloc.o ccan/noerr/noerr.o ccan/read_write_all/read_write_all.o
-
-.PHONY: tools
-tools: $(ALL_TOOLS)
-
-tools/ccan_depends: tools/ccan_depends.o $(DEP_OBJS)
-
-tools/run_tests: tools/run_tests.o ccan/tap/tap.o $(DEP_OBJS)
-
-tools/doc_extract: tools/doc_extract.o tools/doc_extract-core.o $(DEP_OBJS)
-
-tools/namespacize: tools/namespacize.o $(DEP_OBJS)
-
-tools/run_tests.o tools/namespacize.o tools/depends.o: tools/tools.h
-
-tools-clean: ccanlint-clean
-       $(RM) $(ALL_TOOLS)
-
-include tools/ccanlint/Makefile