From 65e79469c38ac6c3e36b385c10614cf4f63c3cae Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 18 Apr 2000 20:40:54 +0000 Subject: [PATCH] Added CommSrc directory to contain Hideos and MPF code. --- motorApp/Makefile | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index 5692fbe3..ba99723a 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -1,16 +1,22 @@ TOP = .. include $(TOP)/config/CONFIG_APP -# MotorSrc is required for all motor record configurations. -# It MUST appear 1st in this list of directories. +# MotorSrc is required for all motor record configurations. It MUST appear +# 1st in this list of directories. DIRS += MotorSrc +# If any motor controller communication mechanism besides the VME backplane is +# required, then the following module must be uncommented. In addition, it +# must appear 2nd in this list of directories. +#DIRS += CommSrc + +# # Individual device/driver support modules may be commented # out here. -DIRS += NewportSrc -DIRS += OmsSrc -DIRS += SoftMotorSrc -DIRS += V544Src +#DIRS += NewportSrc +#DIRS += OmsSrc +#DIRS += SoftMotorSrc +#DIRS += V544Src DIRS += Db include $(TOP)/config/RULES_DIRS