blob 1bc099170ebaedd9cf726977dc177dbf665bea00 632 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
| | dir=lib
extra_cflags += -I$(dir)
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)/index.cc \
$(dir)/message.cc \
$(dir)/query.cc \
$(dir)/thread.cc
libnotmuch_modules = $(libnotmuch_c_srcs:.c=.lo) $(libnotmuch_cxx_srcs:.cc=.lo)
$(dir)/libnotmuch.la: $(libnotmuch_modules)
$(call quiet,libtool) --mode=link $(CXX) -rpath $(DESTDIR)$(prefix)/lib -o $@ $^
SRCS := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs)
CLEAN := $(CLEAN) $(libnotmuch_modules) $(dir)/libnotmuch.la
|
debug log:
solving 1bc0991 ...
found 1bc0991 in https://yhetil.org/notmuch/1259170137-sup-8249@lisa/
found a7562c9 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 a7562c9bd28a3ee18c6c29ed38348070b3cd9f12 lib/Makefile.local
applying [1/1] https://yhetil.org/notmuch/1259170137-sup-8249@lisa/
diff --git a/lib/Makefile.local b/lib/Makefile.local
index a7562c9..1bc0991 100644
Checking patch lib/Makefile.local...
Applied patch lib/Makefile.local cleanly.
index at:
100644 1bc099170ebaedd9cf726977dc177dbf665bea00 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).