From 4611238e0016dfc193b6dc870c9c8a3f0180ebd6 Mon Sep 17 00:00:00 2001
From: MarkRivers <rivers@cars.uchicago.edu>
Date: Thu, 13 Sep 2012 22:56:14 +0000
Subject: [PATCH] Change drvAH401B.dbd to drvAHxxx.dbd

---
 xxxApp/src/Makefile             | 4 ++--
 xxxApp/src/xxxCommonInclude.dbd | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile
index 07d1f5b..9f6b6ac 100644
--- a/xxxApp/src/Makefile
+++ b/xxxApp/src/Makefile
@@ -115,7 +115,7 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
 ifdef ALLEN_BRADLEY
 	iocxxxVX_DBD += allenBradley.dbd
 endif
-	iocxxxVX_DBD += quadEMSupport.dbd
+	iocxxxVX_DBD += drvAPS_EM.dbd
 	iocxxxVX_DBD += mcaCanberraSupport.dbd
 	iocxxxVX_DBD += devLove.dbd
 	# from ipac
@@ -205,6 +205,7 @@ xxx_Common_LIBS += autosave
 xxx_Common_LIBS += optics
 xxx_Common_LIBS += std
 xxx_Common_LIBS += ip
+xxx_Common_LIBS += quadEM
 xxx_Common_LIBS += Acs acsTech80 Aerotech Attocube Faulhaber Ims KohzuMotor Mclennan
 xxx_Common_LIBS += Micos MicroMo NewFocus Newport Oriel PI PIJena Parker SmartMotor
 xxx_Common_LIBS += ThorLabs softMotor motorSimSupport motor
@@ -224,7 +225,6 @@ xxx_LIBS_vxWorks += mcaCanberra
 xxx_LIBS_vxWorks += ip330
 xxx_LIBS_vxWorks += ipUnidig
 xxx_LIBS_vxWorks += dac128V
-xxx_LIBS_vxWorks += quadEM
 xxx_LIBS_vxWorks += camac devCamac
 xxx_LIBS_vxWorks += love
 ifndef DEVIOCSTATS
diff --git a/xxxApp/src/xxxCommonInclude.dbd b/xxxApp/src/xxxCommonInclude.dbd
index 767f6e3..d37b2bb 100644
--- a/xxxApp/src/xxxCommonInclude.dbd
+++ b/xxxApp/src/xxxCommonInclude.dbd
@@ -33,6 +33,9 @@ include "mcaSupport.dbd"
 # ip
 include "ipSupport.dbd"
 
+# quadEM
+include "drvAHxxx.dbd"
+
 # motor
 include "motorSupport.dbd"
 include "devAcsMotor.dbd"
-- 
GitLab