X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2FMakefile.local;h=bc960bbceabe592bb75522c25c20bbc2c9c70e10;hb=d127b16afe2e5c0f245400bc74d96208372075a2;hp=2ba2775c8e59af673837688576520689f5335f60;hpb=b2e4778ea4a704e4a86ae41d680a9ec886e66cfa;p=notmuch diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 2ba2775c..bc960bbc 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -1,4 +1,4 @@ -# -*- makefile -*- +# -*- makefile-gmake -*- dir := bindings @@ -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