Searched refs:PYTHON3 (Results 1 - 7 of 7) sorted by path

/macosx-10.10.1/pyobjc-45/
H A DMakefile7 PYTHON3 := $(shell python -c 'import sys;print("YES" if sys.version_info[0] > 2 else "NO")') macro
88 ifeq ($(PYTHON3),YES)
/macosx-10.10.1/python_modules-40/Modules/bdist_mpkg-0.4.4/
H A DMakefile4 PYTHON3 := $(shell python -c 'import sys;print("YES" if sys.version_info[0] > 2 else "NO")') macro
8 ifeq ($(PYTHON3),YES)
/macosx-10.10.1/python_modules-40/Modules/bonjour-py-0.3/
H A DMakefile4 PYTHON3 := $(shell python -c 'import sys;print("YES" if sys.version_info[0] > 2 else "NO")') macro
9 ifeq ($(PYTHON3),YES)
/macosx-10.10.1/python_modules-40/Modules/xattr-0.6.4/
H A DMakefile5 PYTHON3 := $(shell python -c 'import sys;print("YES" if sys.version_info[0] > 2 else "NO")') macro
13 ifeq ($(PYTHON3),YES)
/macosx-10.10.1/vim-55/src/
H A DMake_bc5.mak47 # PYTHON3 define to path to Python3 dir to get PYTHON3 support (not defined)
147 ### PYTHON3: uncomment this line if you want python3 support in vim
148 # PYTHON3=c:\python31
216 ("$(PYTHON3)"=="") && \
338 !ifdef PYTHON3
355 !ifdef PYTHON3
646 !ifdef PYTHON3
767 !ifdef PYTHON3
768 MSG = $(MSG) PYTHON3
[all...]
H A DMake_ming.mak197 #PYTHON3: See comment for Python 2 above
199 ifdef PYTHON3
209 PYTHON3LIB=-L$(PYTHON3)/libs -lPYTHON$(PYTHON3_VER)
213 PYTHON3INC=-I $(PYTHON3)/include
215 PYTHON3INC=-I $(PYTHON3)/win32inc
365 ifdef PYTHON3
500 ifdef PYTHON3
H A DMake_mvc.mak56 # PYTHON3=[Path to Python3 directory]
174 !ifdef PYTHON3
653 !ifdef PYTHON3
680 # PYTHON3 interface
681 !ifdef PYTHON3
685 !message Python3 requested (version $(PYTHON3_VER)) - root dir is "$(PYTHON3)"
691 PYTHON3_INC = /I "$(PYTHON3)\Include" /I "$(PYTHON3)\PC"
697 PYTHON3_LIB = $(PYTHON3)\libs\python$(PYTHON3_VER).lib

Completed in 1121 milliseconds