unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 57797eaec33350e0bce68a20d87d7f4bf2fbbace 356 bytes (raw)
name: checks/Makefile.local 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
dir=checks
extra_cflags += -I$(dir)

check_c_srcs =			\
	$(dir)/notmuch-check.c		\
	$(dir)/notmuch-check-sha1.c	\
	$(dir)/notmuch-check-tags.c

check_modules = $(check_c_srcs:.c=.o)
$(dir)/check: $(check_modules)
	$(call quiet,CXX) $^ $(LDFLAGS) -o $@ lib/notmuch.a -lcheck

SRCS  := $(SRCS) $(check_c_srcs)
CLEAN := $(CLEAN) $(check_modules) $(dir)/check

debug log:

solving 57797ea ...
found 57797ea in https://yhetil.org/notmuch/1259443994-30734-1-git-send-email-jeff@ocjtech.us/

applying [1/1] https://yhetil.org/notmuch/1259443994-30734-1-git-send-email-jeff@ocjtech.us/
diff --git a/checks/Makefile.local b/checks/Makefile.local
new file mode 100644
index 0000000..57797ea

Checking patch checks/Makefile.local...
Applied patch checks/Makefile.local cleanly.

index at:
100644 57797eaec33350e0bce68a20d87d7f4bf2fbbace	checks/Makefile.local

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).