Lines Matching refs:py
9 PYTHON = python$(py)
16 ${PYTHON} setup.py config ${opt}
18 ${PYTHON} setup.py build ${opt}
20 ${VALGRIND} ${PYTHON} ${PWD}/test/runtests.py ${opt}
22 ${MPIEXEC} -n $* ${VALGRIND} ${PYTHON} ${PWD}/test/runtests.py ${opt}
26 ${PYTHON} setup.py build_src ${opt}
34 ${PYTHON} setup.py clean --all
36 -${RM} -r build _configtest.* *.py[co]
47 ${PYTHON} setup.py install --prefix='' --user ${opt}
50 -${RM} -r $(shell ${PYTHON} -m site --user-site)/${package}-*-py*.egg-info
83 python conf/stubgen.py
106 RST2HTML = $(shell command -v rst2html || command -v rst2html.py || false)
163 ${PYTHON} setup.py sdist ${opt}