]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/Makefile.local
emacs/tree: add notmuch-tree-archive-message-than-next-or-exit
[notmuch] / bindings / Makefile.local
index 2ba2775c8e59af673837688576520689f5335f60..19ddd6ea13d5641b215a693ccc4b885da1357d15 100644 (file)
@@ -13,8 +13,19 @@ ifeq ($(HAVE_RUBY_DEV),1)
        $(MAKE) -C $(dir)/ruby
 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
+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