ref: 4e56c55ee1ce70c8c4b02581e951677326ef5090
parent: f4a5d37813b6a7af157c5c67629847dc2923a57d
author: Paul Brossier <piem@piem.org>
date: Sat Dec 10 18:30:39 EST 2016
Makefile: use pip to install, add a brief intro
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,13 @@
#!/usr/bin/make -f
# -*- makefile -*-
+#
+# This makefile contains simple rules to prepare, compile, test, and install
+# aubio. Try one of the following rules:
+#
+# $ make configure
+# $ make build
+# $ make install
+# $ make test_python
WAFCMD=python waf
WAFURL=https://waf.io/waf-1.8.22
@@ -105,9 +113,9 @@
pip install $(PIPOPTS) --requirement requirements.txt
# use pip or distutils?
-#install_python: install_python_with_pip
+install_python: install_python_with_pip
uninstall_python: uninstall_python_with_pip
-install_python: install_python_with_distutils
+#install_python: install_python_with_distutils
#uninstall_python: uninstall_python_with_distutils
install_python_with_pip: