From 4699e5442b84f2c83b7d2bcb01b9cc74eb5c22ed Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Wed, 26 Nov 2014 20:28:42 +0000
Subject: [PATCH] don't include motorRecord.dbd (already in motorSupport.dbd)
 ipac and softGlue on linux

---
 xxxApp/src/Makefile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile
index 12dac29..501e2bc 100644
--- a/xxxApp/src/Makefile
+++ b/xxxApp/src/Makefile
@@ -118,7 +118,7 @@ ifdef MOTOR
 	xxx_Common_DBD += devMicroMo.dbd devNewFocus.dbd devNewport.dbd
 	xxx_Common_DBD += devOriel.dbd devPC6K.dbd devPIJena.dbd devPIMotor.dbd
 	xxx_Common_DBD += devSPiiPlus.dbd devSmartMotorMotor.dbd devSoftMotor.dbd
-	xxx_Common_DBD += devThorLabs.dbd motorRecord.dbd motorSimSupport.dbd
+	xxx_Common_DBD += devThorLabs.dbd motorSimSupport.dbd
 
 	xxx_Common_LIBS := motor $(xxx_Common_LIBS)
 	xxx_Common_LIBS := Acs acsTech80 Aerotech Attocube Faulhaber Ims KohzuMotor $(xxx_Common_LIBS)
@@ -312,6 +312,14 @@ ifneq (,$(findstring linux, $(T_A)))
 			xxx_SYS_LIBS_Linux += usb
 		endif
 	endif
+	ifdef IPAC
+		iocxxxLinux_DBD += drvIpac.dbd
+		xxx_LIBS_Linux += Ipac
+	endif
+	ifdef SOFTGLUE
+		iocxxxLinux_DBD += softGlueSupport.dbd
+		xxx_LIBS_Linux += softGlue
+	endif
 endif
 
 ifeq ($(OS_CLASS), Darwin)
-- 
GitLab