]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/Makefile.local
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / performance-test / Makefile.local
index 73aa963bbdb4d6337cb5f1af41d92ca9aeafc404..b9f580c7b6bf40e10ae9d1fe0d16ba5aae32fdec 100644 (file)
@@ -1,8 +1,8 @@
-# -*- makefile -*-
+# -*- makefile-gmake -*-
 
 dir := performance-test
 
-include $(dir)/version.sh
+include $(srcdir)/$(dir)/version.sh
 
 TIME_TEST_SCRIPT := ${dir}/notmuch-time-test
 MEMORY_TEST_SCRIPT := ${dir}/notmuch-memory-test
@@ -10,7 +10,7 @@ MEMORY_TEST_SCRIPT := ${dir}/notmuch-memory-test
 CORPUS_NAME := notmuch-email-corpus-$(PERFTEST_VERSION).tar.xz
 TXZFILE := ${dir}/download/${CORPUS_NAME}
 SIGFILE := ${TXZFILE}.asc
-DEFAULT_URL :=  http://notmuchmail.org/releases/${CORPUS_NAME}
+DEFAULT_URL :=  https://notmuchmail.org/releases/${CORPUS_NAME}
 
 perf-test: time-test memory-test
 
@@ -32,11 +32,13 @@ setup-perf-test: $(TXZFILE)
 $(TXZFILE):
        @printf "\nPlease download ${TXZFILE} using:\n\n"
        @printf "\t%% make download-corpus\n\n"
-       @echo or see http://notmuchmail.org/corpus for download locations
+       @echo or see https://notmuchmail.org/corpus for download locations
        @echo
        @false
 
 download-corpus:
        wget -O ${TXZFILE} ${DEFAULT_URL}
 
-CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/log.* $(dir)/corpus $(dir)/notmuch.cache.*
+CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/log.*
+DISTCLEAN := $(DISTCLEAN) $(dir)/corpus $(dir)/notmuch.cache.*
+DATACLEAN := $(DATACLEAN) $(TXZFILE)