X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2FMakefile;h=338befc46de51326b8fe0c707165dce1caa67d9b;hp=1ab69c928e625c6ddabb0d31d0160b83a2a2171a;hb=9e207bca5bf5e0a1e3653a91649414fab793c801;hpb=09d5cd70d7e8105a003ed9583eadb077de014f3b diff --git a/tools/Makefile b/tools/Makefile index 1ab69c92..338befc4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,15 +1,22 @@ -ALL_TOOLS = tools/configurator/configurator tools/ccan_depends tools/doc_extract tools/namespacize tools/ccanlint/ccanlint +ALL_TOOLS = tools/configurator/configurator tools/ccan_depends tools/doc_extract tools/namespacize tools/ccanlint/ccanlint tools/modfiles LDLIBS = -lrt DEP_OBJS = ccan/err/err.o \ ccan/foreach/foreach.o \ + ccan/hash/hash.o \ + ccan/htable/htable.o \ ccan/list/list.o \ ccan/noerr/noerr.o \ + ccan/opt/opt.o \ + ccan/opt/helpers.o \ + ccan/opt/parse.o \ + ccan/opt/usage.o \ ccan/rbuf/rbuf.o \ ccan/read_write_all/read_write_all.o \ ccan/str/debug.o \ ccan/str/str.o \ ccan/take/take.o \ ccan/tal/tal.o \ + ccan/tal/grab_file/grab_file.o \ ccan/tal/link/link.o \ ccan/tal/path/path.o \ ccan/tal/str/str.o \ @@ -35,6 +42,8 @@ tools/namespacize.o tools/depends.o: tools/tools.h tools/configurator/configurator: tools/configurator/configurator.c +tools/modfiles: tools/modfiles.o tools/manifest.o $(DEP_OBJS) + tools-clean: ccanlint-clean $(RM) $(ALL_TOOLS)