populate default interpreter path

This commit is contained in:
Michael Davidsaver
2013-12-08 14:48:36 -05:00
parent 01331ed3f5
commit cb69b38ae1
5 changed files with 123 additions and 29 deletions

View File

@@ -18,6 +18,11 @@ DBD += pyDevSup.dbd
pyDevSup$(PY_VER)_SYS_LIBS += python$(PY_VER)
setup_CPPFLAGS += -DXEPICS_ARCH=\"$(T_A)\"
setup_CPPFLAGS += -DXPYDEV_BASE=\"$(abspath $(INSTALL_LOCATION))\"
setup_CPPFLAGS += -DXEPICS_BASE=\"$(EPICS_BASE)\"
setup_CPPFLAGS += -DPYDIR=\"python$(PY_VER)\"
pyDevSup$(PY_VER)_SRCS += setup.c
pyDevSup$(PY_VER)_SRCS += dbrec.c
pyDevSup$(PY_VER)_SRCS += dbfield.c