premiere-libtorrent/bindings/python/Makefile.am

16 lines
267 B
Makefile
Raw Normal View History

2008-11-21 05:09:34 +01:00
if ENABLE_PYTHON_BINDING
all-local:
$(PYTHON) setup.py build
install-exec-local:
$(PYTHON) setup.py install @PYTHON_INSTALL_PARAMS@
2008-11-21 05:09:34 +01:00
uninstall-local:
rm -rf $(DESTDIR)$(libdir)/python*/*-packages/*libtorrent*
2008-11-21 05:09:34 +01:00
clean-local:
$(PYTHON) setup.py clean --all
endif