Skip to content
Snippets Groups Projects
Commit 4699e544 authored by mooney's avatar mooney
Browse files

don't include motorRecord.dbd (already in motorSupport.dbd)

ipac and softGlue on linux
parent 0af2fb53
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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