unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 1cdd28a0584fe2a4436f9b8f9b0e61272cc766c8 984 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
 
# -*- 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="$(NO_UNDEFINED_LDFLAGS)" \
		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: 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 ../../$@
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

debug log:

solving 1cdd28a0 ...
found 1cdd28a0 in https://yhetil.org/notmuch.git/

(*) 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).