Remove python references from makefile

This commit is contained in:
Simon Robertshaw 2011-10-26 14:57:11 +01:00
parent 18ca4024c1
commit 445308d32b

View File

@ -19,15 +19,6 @@ CC := gcc
CC_WIN := i686-w64-mingw32-gcc CC_WIN := i686-w64-mingw32-gcc
WIN_RES := i686-w64-mingw32-windres WIN_RES := i686-w64-mingw32-windres
#PY_BIN := python
#PY_VERSION := $(shell $(PY_BIN) -c "import sys;print sys.version[:3]")
#PY_LIBPATH := $(shell $(PY_BIN) -c "import os.path,sys;print os.path.join(sys.exec_prefix,\"lib\",\"python%s\"%sys.version[:3],\"config\")")
#PY_INCPATH := $(shell $(PY_BIN) -c "import os.path,sys;print os.path.join(sys.exec_prefix,\"include\",\"python%s\"%sys.version[:3])")
#PY_LDFLAGS := $(shell $(PY_BIN) -c "import distutils.sysconfig;print distutils.sysconfig.get_config_var('LINKFORSHARED')")
#PYCOMMAND := $(PY_BIN) getheader.py
#LFLAGS += -lpython$(PY_VERSION) -L$(PY_LIBPATH) -I$(PY_INCPATH) $(PY_LDFLAGS)
#LFLAGS_X += -I/Library/Frameworks/Python.framework/Versions/$(PY_VERSION)/include/python$(PY_VERSION)
powder: build/powder powder: build/powder
powder-debug: build/powder-debug powder-debug: build/powder-debug
powder-sse3: build/powder-sse3 powder-sse3: build/powder-sse3