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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
dir=lib
extra_cflags += -I$(dir) -fPIC

libnotmuch_c_srcs =		\
	$(dir)/libsha1.c	\
	$(dir)/message-file.c	\
	$(dir)/messages.c	\
	$(dir)/sha1.c		\
	$(dir)/tags.c		\
	$(dir)/xutil.c

libnotmuch_cxx_srcs =		\
	$(dir)/database.cc	\
	$(dir)/directory.cc	\
	$(dir)/index.cc		\
	$(dir)/message.cc	\
	$(dir)/query.cc		\
	$(dir)/thread.cc

libnotmuch_modules = $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)
$(dir)/libnotmuch.so : $(libnotmuch_modules)
	$(call quiet,CXX,$(LDFLAGS)) $^ $(FINAL_LDFLAGS) -shared -Wl,-soname=$(SONAME) -o $@
	ln -sf $(SONAME) $@

SRCS  := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs)
CLEAN := $(CLEAN) $(libnotmuch_modules) $(dir)/libnotmuch.so *.so

debug log:

solving a6462ae ...
found a6462ae in https://yhetil.org/notmuch/1268347072-2050-2-git-send-email-bgamari.foss@gmail.com/ ||
	https://yhetil.org/notmuch/1264486550-1479-1-git-send-email-bgamari.foss@gmail.com/
found 495b27e in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 495b27e06eebd225fdf3958d219103e6ac2cd208	lib/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1268347072-2050-2-git-send-email-bgamari.foss@gmail.com/
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 495b27e..a6462ae 100644

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

skipping https://yhetil.org/notmuch/1264486550-1479-1-git-send-email-bgamari.foss@gmail.com/ for a6462ae
index at:
100644 a6462ae0663941d86e225e25968305d1db7ea6a9	lib/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).