unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 4d86e59a1945eef299bef39434eb8af844fc0b39 537 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
 
# -*- makefile -*-

dir := bindings

# force the shared library to be build
ruby-bindings: lib/libnotmuch.so
ifeq ($(HAVE_RUBY_DEV),1)
	cd $(dir)/ruby && \
		EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \
		LIBNOTMUCH="../../lib/$(LINKER_NAME)" \
		ruby extconf.rb --vendor
	$(MAKE) -C $(dir)/ruby
else
	@echo Missing dependency, skipping ruby bindings
endif

CLEAN += $(patsubst %,$(dir)/ruby/%, \
	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)


debug log:

solving 4d86e59 ...
found 4d86e59 in https://yhetil.org/notmuch/1420114600-28396-5-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1425679073-30439-4-git-send-email-david@tethera.net/
found 210055f in https://yhetil.org/notmuch/1420114600-28396-3-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1425679073-30439-3-git-send-email-david@tethera.net/
found 6ed1344 in https://yhetil.org/notmuch/1425679073-30439-2-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1420114600-28396-2-git-send-email-david@tethera.net/

applying [1/3] https://yhetil.org/notmuch/1425679073-30439-2-git-send-email-david@tethera.net/
diff --git a/bindings/Makefile.local b/bindings/Makefile.local
new file mode 100644
index 0000000..6ed1344

Checking patch bindings/Makefile.local...
5:24: new blank line at EOF.
+
Applied patch bindings/Makefile.local cleanly.
warning: 1 line adds whitespace errors.

skipping https://yhetil.org/notmuch/1420114600-28396-2-git-send-email-david@tethera.net/ for 6ed1344
index at:
100644 6ed1344d7fbecfc98cb1d0f25e2d1a4587f7f5fe	bindings/Makefile.local

applying [2/3] https://yhetil.org/notmuch/1420114600-28396-3-git-send-email-david@tethera.net/
diff --git a/bindings/Makefile.local b/bindings/Makefile.local
index 6ed1344..210055f 100644

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

skipping https://yhetil.org/notmuch/1425679073-30439-3-git-send-email-david@tethera.net/ for 210055f
index at:
100644 210055f7a3e0658717d107278f859f0c9c23a8cf	bindings/Makefile.local

applying [3/3] https://yhetil.org/notmuch/1420114600-28396-5-git-send-email-david@tethera.net/
diff --git a/bindings/Makefile.local b/bindings/Makefile.local
index 210055f..4d86e59 100644

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

skipping https://yhetil.org/notmuch/1425679073-30439-4-git-send-email-david@tethera.net/ for 4d86e59
index at:
100644 4d86e59a1945eef299bef39434eb8af844fc0b39	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).