From 5d43da2404cf96b5703bc4e2ae83842519e81b0e Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Tue, 13 Apr 2010 16:04:14 +0000
Subject: [PATCH] Don't need platform-specific pluginSupport.dbd anymore

---
 xxxApp/src/Makefile | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile
index 2300e82..f03fe4a 100644
--- a/xxxApp/src/Makefile
+++ b/xxxApp/src/Makefile
@@ -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
 
 
-- 
GitLab