Skip to content
Snippets Groups Projects
Commit 5d43da24 authored by mooney's avatar mooney
Browse files

Don't need platform-specific pluginSupport.dbd anymore

parent 38a26f07
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,6 @@ ifeq ($(OS_CLASS), WIN32)
# then uncomment the following two lines
iocxxxWin32_DBD += dxpSupport.dbd
xxx_LIBS_WIN32 += dxp handel
# areaDetector
iocxxxWin32_DBD += pluginSupport.dbd
endif
ifeq ($(EPICS_HOST_ARCH), cygwin-x86)
......@@ -61,10 +57,6 @@ ifeq ($(EPICS_HOST_ARCH), cygwin-x86)
# then uncomment the following two lines
iocxxxCygwin_DBD += dxpSupport.dbd
xxx_LIBS_cygwin32 += dxp handel
# areaDetector
iocxxxCygwin_DBD += pluginSupport.dbd
endif
ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
......@@ -98,9 +90,6 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
# from motor
iocxxxVX_DBD += devDeltaTau.dbd
iocxxxVX_DBD += devOms.dbd
# locally defined subset of pluginSupport.dbd from areaDetector
iocxxxVX_DBD += AD_pluginSupportVX.dbd
endif
ifeq ($(OS_CLASS), Linux)
......@@ -119,17 +108,11 @@ ifeq ($(OS_CLASS), Linux)
iocxxxLinux_DBD += dxpSupport.dbd
xxx_LIBS_Linux += dxp handel
endif
# areaDetector
iocxxxLinux_DBD += pluginSupport.dbd
endif
ifeq ($(OS_CLASS), solaris)
DBD += iocxxx_solaris.dbd
iocxxx_solaris_DBD += xxxCommonInclude.dbd
# areaDetector
iocxxx_solaris_DBD += pluginSupport.dbd
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment