unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob ef422da78ab6abb5f3cb215e055934c9c1ac40c9 1271 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
32
33
34
35
36
37
38
39
40
41
 
# -*- makefile-gmake -*-

dir := bindings

# force the shared library to be built
ruby-bindings: $(dir)/ruby.stamp

$(dir)/ruby.stamp: lib/$(LINKER_NAME)
ifeq ($(HAVE_RUBY_DEV),1)
	cd $(dir)/ruby && \
		EXTRA_LDFLAGS="$(TALLOC_LDFLAGS) $(NO_UNDEFINED_LDFLAGS)" \
		EXTRA_INCFLAGS="$(TALLOC_CFLAGS)" \
		LIBNOTMUCH="../../lib/$(LINKER_NAME)" \
		NOTMUCH_SRCDIR='$(NOTMUCH_SRCDIR)' \
		$(RUBY) extconf.rb --vendor
	$(MAKE) -C $(dir)/ruby CFLAGS="$(CFLAGS) -pipe -fno-plt -fPIC" && touch $@
endif

python-cffi-bindings: $(dir)/python-cffi.stamp

$(dir)/python-cffi.stamp: lib/$(LINKER_NAME)
ifeq ($(HAVE_PYTHON3_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 && \
		touch ../python-cffi.stamp
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 $(dir)/ruby.stamp

CLEAN += bindings/python-cffi/build $(dir)/python-cffi.stamp
CLEAN += bindings/python-cffi/__pycache__

DISTCLEAN += bindings/python-cffi/_notmuch_config.py \
	bindings/python-cffi/notmuch2.egg-info

debug log:

solving ef422da7 ...
found ef422da7 in https://yhetil.org/notmuch/CAMP44s1yhFDknxmNApMYjOooupdhr7d8TYLW7ujXH8QU75pd3A@mail.gmail.com/
found 9875123a in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 9875123ab106cc6a94f5d62ba4e29ea60f24e742	bindings/Makefile.local

applying [1/1] https://yhetil.org/notmuch/CAMP44s1yhFDknxmNApMYjOooupdhr7d8TYLW7ujXH8QU75pd3A@mail.gmail.com/
diff --git a/bindings/Makefile.local b/bindings/Makefile.local
index 9875123a..ef422da7 100644

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

index at:
100644 ef422da78ab6abb5f3cb215e055934c9c1ac40c9	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).