unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 2e6393278dd42bcf51465ac73620824086aee19a 306 bytes (raw)
name: util/Makefile.local 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
# -*- makefile -*-

dir := util
extra_cflags += -I$(srcdir)/$(dir)

libutil_c_srcs := $(dir)/xutil.c $(dir)/error_util.c $(dir)/hex-escape.c

libutil_modules := $(libutil_c_srcs:.c=.o)

$(dir)/libutil.a: $(libutil_modules)
	$(call quiet,AR) rcs $@ $^

CLEAN := $(CLEAN) $(libutil_modules) $(dir)/libutil.a

debug log:

solving 2e63932 ...
found 2e63932 in https://yhetil.org/notmuch/1323620384-16043-1-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1323808075-7417-2-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1324214111-32079-2-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1326591624-15493-2-git-send-email-david@tethera.net/
found 0340899 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 03408995b4fd35c44d98f46313f6629e31ae7184	util/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1323620384-16043-1-git-send-email-david@tethera.net/
diff --git a/util/Makefile.local b/util/Makefile.local
index 0340899..2e63932 100644

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

skipping https://yhetil.org/notmuch/1323808075-7417-2-git-send-email-david@tethera.net/ for 2e63932
skipping https://yhetil.org/notmuch/1324214111-32079-2-git-send-email-david@tethera.net/ for 2e63932
skipping https://yhetil.org/notmuch/1326591624-15493-2-git-send-email-david@tethera.net/ for 2e63932
index at:
100644 2e6393278dd42bcf51465ac73620824086aee19a	util/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).