add python version suffix to softIocPY

This commit is contained in:
Michael Davidsaver
2013-12-10 21:57:15 -05:00
parent b386e0ff28
commit 17436ceffb
3 changed files with 11 additions and 9 deletions

View File

@ -29,7 +29,9 @@ pyDevSup$(PY_LD_VER)_SRCS += dbfield.c
pyDevSup$(PY_LD_VER)_SRCS += dbdset.c
PROD_IOC = softIocPy
PROD_IOC = softIocPy$(PY_VER)
PRODNAME = $(addsuffix $(EXE),$(PROD))
# softIocPy.dbd will be created and installed
DBD += softIocPy.dbd
@ -37,20 +39,20 @@ DBD += softIocPy.dbd
softIocPy_DBD += base.dbd
softIocPy_DBD += pyDevSup.dbd
softIocPy_LIBS += pyDevSup$(PY_LD_VER)
softIocPy$(PY_VER)_LIBS += pyDevSup$(PY_LD_VER)
# softIocPy_registerRecordDeviceDriver.cpp derives from softIocPy.dbd
softIocPy_SRCS += softIocPy_registerRecordDeviceDriver.cpp
softIocPy$(PY_VER)_SRCS += softIocPy_registerRecordDeviceDriver.cpp
# Build the main IOC entry point on workstation OSs.
softIocPy_SRCS_DEFAULT += devsupMain.cpp
softIocPy_SRCS_vxWorks += -nil-
softIocPy$(PY_VER)_SRCS_DEFAULT += devsupMain.cpp
softIocPy$(PY_VER)_SRCS_vxWorks += -nil-
# Add support from base/src/vxWorks if needed
#softIocPy_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
#softIocPy$(PY_VER)_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
# Finally link to the EPICS Base libraries
softIocPy_LIBS += $(EPICS_BASE_IOC_LIBS)
softIocPy$(PY_VER)_LIBS += $(EPICS_BASE_IOC_LIBS)
PY += devsup/__init__.py

View File

@ -1,4 +1,4 @@
#!../../bin/linux-x86_64/softIocPy
#!../../bin/linux-x86/softIocPy2.6
< envPaths

View File

@ -1,4 +1,4 @@
#!../../bin/linux-x86/softIocPy
#!../../bin/linux-x86/softIocPy2.6
< envPaths