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

/macosx-10.9.5/libxml2-26/libxml2/xstc/
H A DMakefile.am103 $(CHECKER) $(PYTHON) nist-test.py -s -b $(srcdir) ; fi)
110 $(CHECKER) $(PYTHON) sun-test.py -s -b $(srcdir) ; fi)
117 $(CHECKER) $(PYTHON) ms-test.py -s -b $(srcdir) ; fi)
120 -@(if [ -x $(PYTHON) ] ; then \
127 -@(if [ -x $(PYTHON) ] ; then \
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/xstc/
H A DMakefile.am103 $(CHECKER) $(PYTHON) nist-test.py -s -b $(srcdir) ; fi)
110 $(CHECKER) $(PYTHON) sun-test.py -s -b $(srcdir) ; fi)
117 $(CHECKER) $(PYTHON) ms-test.py -s -b $(srcdir) ; fi)
120 -@(if [ -x $(PYTHON) ] ; then \
127 -@(if [ -x $(PYTHON) ] ; then \
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A DNTMakefile68 $(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ)
73 $(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ)
78 $(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2.0.txt $(OBJ)
83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
88 $(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ)
93 $(PYTHON) $(SRCDIR)\gen-punycode-examples.py $(SRCDIR)\rfc3492.txt $(OBJ)
/macosx-10.9.5/ruby-104/ruby/nacl/
H A Dcreate_nmf.rb20 PYTHON, CREATE_NMF,
H A Dnacl-config.rb18 PYTHON = config['PYTHON']
/macosx-10.9.5/Twisted-16/
H A DMakefile20 PYTHON = /usr/bin/python macro
21 EXTRAS := $(shell "$(PYTHON)" -c 'import sys; print sys.prefix')/Extras
27 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py build; \
32 extras="$$("$(PYTHON)$${version}" -c 'import sys; print sys.prefix')/Extras"; \
34 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py install --home="$${extras}" --root="$(DSTROOT)"; \
/macosx-10.9.5/pyOpenSSL-8/
H A DMakefile20 PYTHON = /usr/bin/python macro
25 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py build; \
30 extras="$$("$(PYTHON)$${version}" -c 'import sys; print sys.prefix')/Extras"; \
32 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py install --home="$${extras}" --root="$(DSTROOT)"; \
/macosx-10.9.5/python_dateutil-5/
H A DMakefile20 PYTHON = /usr/bin/python macro
25 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py build; \
30 extras="$$("$(PYTHON)$${version}" -c 'import sys; print sys.prefix')/Extras"; \
32 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py install --home="$${extras}" --root="$(DSTROOT)"; \
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A DMakefile53 $(_v)$(PYTHON) $(LLDBMACROS_SOURCE)/core/syntax_checker.py $< $(_vstdout)
59 $(_v)$(PYTHON) $(LLDBMACROS_SOURCE)/core/syntax_checker.py $< $(_vstdout)
/macosx-10.9.5/vim-53/src/
H A DMake_ming.mak163 # uncomment 'PYTHON' to make python-enabled version
168 # cd $PYTHON/libs
172 #PYTHON=/home/ron/ActivePython-2.0.0-202/src/Core
174 #PYTHON=c:/python20
176 ifdef PYTHON
186 PYTHONLIB=-L$(PYTHON)/libs -lpython$(PYTHON_VER)
191 PYTHONINC=-I $(PYTHON)/include
193 PYTHONINC=-I $(PYTHON)/win32inc
358 ifdef PYTHON
497 ifdef PYTHON
[all...]
H A DMake_bc5.mak44 # PYTHON define to path to Python dir to get PYTHON support (not defined)
144 ### PYTHON: uncomment this line if you want python support in vim
145 # PYTHON=c:\python22
215 ("$(PYTHON)"=="") && \
337 !ifdef PYTHON
344 !ifdef PYTHON
641 !ifdef PYTHON
761 !ifdef PYTHON
762 MSG = $(MSG) PYTHON
[all...]
H A DMake_mvc.mak51 # PYTHON=[Path to Python directory]
171 !ifdef PYTHON
652 !ifdef PYTHON
659 # PYTHON interface
660 !ifdef PYTHON
664 !message Python requested (version $(PYTHON_VER)) - root dir is "$(PYTHON)"
670 PYTHON_INC = /I "$(PYTHON)\Include" /I "$(PYTHON)\PC"
676 PYTHON_LIB = $(PYTHON)\libs\python$(PYTHON_VER).lib
/macosx-10.9.5/libxml2-26/libxml2/doc/examples/
H A DMakefile.am17 cd $(srcdir) && $(PYTHON) index.py
/macosx-10.9.5/python-76.100.1/2.5/
H A DMakefile90 PYTHON = $(DSTROOT)$(VERSIONSVERS)/bin/python$(VERS) macro
94 for i in '$(PYTHON)' '$(PYTHONW)'; do \
H A DGNUmakefile69 PYTHON = '$(OBJROOT)/$(PROJECT)/$(PROJECT).exe' macro
/macosx-10.9.5/libxml2-26/libxml2/
H A DMakefile.am179 -@(if [ "$(PYTHON)" != "" ] ; then \
180 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
185 -@(if [ "$(PYTHON)" != "" ] ; then \
186 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
1109 @(if [ -x $(PYTHON) ] ; then \
1115 $(CHECKER) $(PYTHON) $(srcdir)/check-relaxng-test-suite.py ; \
1117 $(CHECKER) $(PYTHON) $(srcdir)/check-relaxng-test-suite2.py ; \
1121 @(if [ -x $(PYTHON) ] ; then \
1128 $(CHECKER) $(PYTHON) $(srcdir)/check-xsddata-test-suite.py ; \
1130 @(if [ -x $(PYTHON)
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DMakefile.am166 -@(if [ "$(PYTHON)" != "" ] ; then \
167 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
172 -@(if [ "$(PYTHON)" != "" ] ; then \
173 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
1097 @(if [ -x $(PYTHON) ] ; then \
1103 $(CHECKER) $(PYTHON) $(srcdir)/check-relaxng-test-suite.py ; \
1105 $(CHECKER) $(PYTHON) $(srcdir)/check-relaxng-test-suite2.py ; \
1109 @(if [ -x $(PYTHON) ] ; then \
1116 $(CHECKER) $(PYTHON) $(srcdir)/check-xsddata-test-suite.py ; \
1118 @(if [ -x $(PYTHON)
[all...]
H A Dconfigure838 PYTHON
13293 PYTHON="$with_python/bin/python"
13298 PYTHON="$with_python"
13300 if test -x "$PYTHON"
13302 echo Found python in environment PYTHON=$PYTHON
13303 with_python=`$PYTHON -c "import sys; print sys.exec_prefix"`
13312 case $PYTHON in
13314 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
13335 PYTHON
[all...]
/macosx-10.9.5/python-76.100.1/2.7/
H A DGNUmakefile69 PYTHON = '$(OBJROOT)/$(PROJECT)/$(PROJECT).exe' macro
/macosx-10.9.5/python-76.100.1/2.6/
H A DGNUmakefile69 PYTHON = '$(OBJROOT)/$(PROJECT)/$(PROJECT).exe' macro
/macosx-10.9.5/Heimdal-323.92.1/windows/
H A DNTMakefile.w32123 PYTHON=python.exe
246 "$(AWK_CMD)" "$(YACC_CMD)" "$(LEX_CMD)" "$(PYTHON)" "$(PERL)" \
/macosx-10.9.5/swig-10/Source/Modules/
H A Dpython.cxx153 class PYTHON:public Language { class in inherits:Language
155 PYTHON() { function in class:PYTHON
3572 int PYTHON::classDirectorMethods(Node *n) {
3578 int PYTHON::classDirectorMethod(Node *n, Node *parent, String *super) {
4063 return new PYTHON();
/macosx-10.9.5/ruby-104/ruby/
H A Dconfigure752 PYTHON
6659 case $PYTHON in
6661 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
6682 PYTHON=$ac_cv_path_PYTHON
6683 if test -n "$PYTHON"; then
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
6685 $as_echo "$PYTHON" >&6; }

Completed in 403 milliseconds