X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=b3b960c655fa6d3635300281fb087ec3fba4250c;hp=a890df20a46f36e03437ce2f6cc0344837e83164;hb=719897cdc330a41c22271fded8d911035c275dec;hpb=e3be5afbad1bc7a10d9c38f2c2eb611f5ba3cccb diff --git a/Makefile.local b/Makefile.local index a890df20..b3b960c6 100644 --- a/Makefile.local +++ b/Makefile.local @@ -265,12 +265,11 @@ quiet ?= $($(shell echo $1 | sed -e s'/ .*//')) .PHONY : clean clean: - rm -f $(CLEAN); rm -rf .deps + rm -rf $(CLEAN); rm -rf .deps -# We don't (yet) have any distributed files not in the upstream repository. -# So distclean is currently identical to clean. .PHONY: distclean distclean: clean + rm -rf $(DISTCLEAN) notmuch_client_srcs = \ command-line-arguments.c\ @@ -290,6 +289,8 @@ notmuch_client_srcs = \ notmuch-show.c \ notmuch-tag.c \ notmuch-time.c \ + sprinter-json.c \ + sprinter-text.c \ query-string.c \ mime-node.c \ crypto.c \ @@ -337,6 +338,8 @@ install-desktop: SRCS := $(SRCS) $(notmuch_client_srcs) CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules) notmuch.elc +DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config + DEPS := $(SRCS:%.c=.deps/%.d) DEPS := $(DEPS:%.cc=.deps/%.d) -include $(DEPS)