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

dir := bindings

# force the shared library to be build
ruby-bindings: lib/libnotmuch.so
ifeq ($(HAVE_RUBY_DEV),1)
	cd $(dir)/ruby && ruby extconf.rb
	$(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 f395c81 ...
found f395c81 in https://yhetil.org/notmuch/1419971380-10307-2-git-send-email-david@tethera.net/

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

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

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