Searched refs:PYTHON (Results 1 - 25 of 84) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dalgebraic_parser_test.sh3 $PYTHON $srcdir/nir/tests/algebraic_parser_test.py
/xsrc/external/mit/MesaLib.old/src/
H A DMakefile.inc5 PYTHON= python2.7
/xsrc/external/mit/MesaLib/src/
H A DMakefile.inc5 PYTHON= python2.7
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Doptimization-test.sh3 $PYTHON $srcdir/glsl/tests/optimization_test.py --test-runner $abs_builddir/glsl/glsl_test
H A Dwarnings-test.sh3 $PYTHON $srcdir/glsl/tests/warnings_test.py --glsl-compiler $abs_builddir/glsl_compiler --test-directory $srcdir/glsl/tests/warnings/
/xsrc/external/mit/brotli/dist/python/
H A DMakefile23 PYTHON ?= python macro
26 EXT_SUFFIX=$(shell $(PYTHON) -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX"))')
36 @cd .. && $(PYTHON) setup.py build_ext --inplace
39 @cd .. && $(PYTHON) setup.py develop
42 @cd .. && $(PYTHON) setup.py install
46 @$(PYTHON) -m unittest discover -v -p '*_test.py'
49 @cd .. && $(PYTHON) setup.py clean
/xsrc/external/mit/MesaLib.old/src/util/
H A DMakefile9 ${PYTHON} ${SCRIPT} > $@.tmp && mv $@.tmp $@
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp-test.sh16 $PYTHON $srcdir/glsl/glcpp/tests/glcpp_test.py $abs_builddir/glsl/glcpp/glcpp $srcdir/glsl/glcpp/tests --unix --windows --oldmac --bizarro
/xsrc/external/mit/xcb-proto/dist/
H A Dpy-compile30 if test -z "$PYTHON"; then
31 PYTHON=python
118 python_major=`$PYTHON -V 2>&1 | sed -e 's/.* //;s/\..*$//;1q'`
120 echo "$me: could not determine $PYTHON major version, guessing 3" >&2
135 $PYTHON -c "
156 $PYTHON -O -c "
179 $PYTHON -OO -c "
H A Daclocal.m4506 AC_ARG_VAR([PYTHON], [the Python interpreter])
511 if test -z "$PYTHON"; then
512 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
517 if test -n "$PYTHON"; then
518 # If the user set $PYTHON, use it and don't search something else.
519 AC_MSG_CHECKING([whether $PYTHON version is >= $1])
520 AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
524 am_display_PYTHON=$PYTHON
534 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
536 PYTHON
[all...]
H A Dconfigure630 PYTHON
714 PYTHON'
1351 PYTHON the Python interpreter
2579 if test -n "$PYTHON"; then
2580 # If the user set $PYTHON, use it and don't search something else.
2581 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.5" >&5
2582 printf %s "checking whether $PYTHON version is >= 2.5... " >&6; }
2592 if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
2593 ($PYTHON -c "$prog") >&5 2>&5
2605 am_display_PYTHON=$PYTHON
[all...]
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dax_prog_python_version.m413 # ACTION-IF-FALSE are run. Note if $PYTHON is not set (for example by
18 # AC_PATH_PROG([PYTHON],[python])
24 # NOTE: This macro uses the $PYTHON variable to perform the check.
44 AS_IF([test -n "$PYTHON"],[
49 python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/'`
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A DMakefile17 ${PYTHON} ${X11SRCDIR.MesaLib}/src/mapi/glapi/gen/${_py} -f ${XML} > $@.tmp && mv $@.tmp $@
21 ${PYTHON} ${X11SRCDIR.MesaLib}/src/mapi/glapi/gen/gl_table.py -f ${XML} -m remap_table > $@.tmp && mv $@.tmp $@
/xsrc/external/mit/libepoxy/dist/src/
H A DMakefile.am156 $(AM_V_GEN)$(PYTHON) $(srcdir)/gen_dispatch.py \
163 $(AM_V_GEN)$(PYTHON) $(srcdir)/gen_dispatch.py \
170 $(AM_V_GEN)$(PYTHON) $(srcdir)/gen_dispatch.py \
177 $(AM_V_GEN)$(PYTHON) $(srcdir)/gen_dispatch.py \
/xsrc/external/ofl/font-liberation-ttf/dist/
H A DMakefile7 PYTHON = python3 macro
59 $(PYTHON) $(FONTTOOLSCRIPT) src/LiberationMono-*.ttf
105 $(PYTHON) $(FONTTOOLSCRIPT) export/LiberationMono-*.ttf
/xsrc/external/mit/fontconfig/dist/
H A DTools.mk38 $(PYTHON) $(TOOL) $(ARGS) --template $< --output $(TARG).tmp && \
H A Daclocal.m4853 AC_ARG_VAR([PYTHON], [the Python interpreter])
858 if test -z "$PYTHON"; then
859 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
864 if test -n "$PYTHON"; then
865 # If the user set $PYTHON, use it and don't search something else.
866 AC_MSG_CHECKING([whether $PYTHON version is >= $1])
867 AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
871 am_display_PYTHON=$PYTHON
881 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
883 PYTHON
[all...]
/xsrc/external/mit/fontconfig/dist/conf.d/
H A DMakefile.am112 $(PYTHON) $(srcdir)/link_confs.py $(templatedir) $(configdir) $(CONF_LINKS)
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A DMakefile.in144 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
185 PYTHON = @PYTHON@ macro
/xsrc/external/mit/freetype/dist/builds/
H A Dfreetype.mk288 PYTHON ?= python macro
292 $(PYTHON) -m docwriter \
312 ENV_PYTHON := $(VENV_DIR)$(SEP)$(BIN)$(SEP)$(PYTHON)
316 virtualenv --python=$(PYTHON) $(VENV_DIR)
/xsrc/external/mit/libepoxy/dist/
H A Dconfigure.ac44 AC_CHECK_PROGS([PYTHON], [python3 python2 python])
275 echo " PYTHON: $PYTHON"
/xsrc/external/mit/fontconfig/dist/doc/
H A DMakefile.am171 $(PYTHON) $(srcdir)/edit-sgml.py $(srcdir)/func.sgml '$(srcdir)/$*.fncs' $*.sgml
/xsrc/external/mit/fontconfig/dist/its/
H A DMakefile.in302 PYTHON = @PYTHON@ macro
/xsrc/external/mit/libxcb/dist/doc/
H A DMakefile.in216 PYTHON = @PYTHON@ macro
/xsrc/external/mit/libxcb/dist/man/
H A DMakefile.in245 PYTHON = @PYTHON@ macro

Completed in 48 milliseconds

1234