support configs for several python versions

This commit is contained in:
Michael Davidsaver
2013-12-10 21:42:37 -05:00
parent 0060ff7ba9
commit b386e0ff28
3 changed files with 25 additions and 9 deletions

View File

@ -32,6 +32,9 @@ CHECK_RELEASE = YES
# take effect.
#IOCS_APPL_TOP = </IOC/path/to/application/top>
# Default python version.
PY_VER=2.7
# Module will be build against this version of the
# Python interpreter
PYTHON ?= python
#PYTHON = python$(PY_VER)