unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob b8e18c924f7b8f5b3717e49c1926fee6a679a058 851 bytes (raw)
name: bindings/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
27
28
29
30
31
 
# -*- makefile -*-

dir := bindings

# force the shared library to be built
ruby-bindings: lib/$(LINKER_NAME)
ifeq ($(HAVE_RUBY_DEV),1)
	cd $(dir)/ruby && \
		EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \
		LIBNOTMUCH="../../lib/$(LINKER_NAME)" \
		NOTMUCH_SRCDIR='$(NOTMUCH_SRCDIR)' \
		$(RUBY) extconf.rb --vendor
	$(MAKE) -C $(dir)/ruby
endif

python-cffi-bindings: lib/$(LINKER_NAME)
ifeq ($(HAVE_PYTHON_CFFI),1)
	cd $(dir)/python-cffi && \
		${PYTHON} setup.py build --build-lib build/stage && \
		mkdir -p build/stage/tests && cp tests/*.py build/stage/tests
endif

CLEAN += $(patsubst %,$(dir)/ruby/%, \
	.RUBYARCHDIR.time \
	Makefile database.o directory.o filenames.o\
	init.o message.o messages.o mkmf.log notmuch.so query.o \
	status.o tags.o thread.o threads.o)

CLEAN += bindings/ruby/.vendorarchdir.time

CLEAN += bindings/python-cffi/build

debug log:

solving b8e18c92 ...
found b8e18c92 in https://yhetil.org/notmuch/20191104013927.17037-4-david@tethera.net/
found 18f95835 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 18f958359bf0c58e23b7dee7b3c9586dcc9c29ec	bindings/Makefile.local

applying [1/1] https://yhetil.org/notmuch/20191104013927.17037-4-david@tethera.net/
diff --git a/bindings/Makefile.local b/bindings/Makefile.local
index 18f95835..b8e18c92 100644

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

index at:
100644 b8e18c924f7b8f5b3717e49c1926fee6a679a058	bindings/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).