From d64c3914fc05122712edd2676fb904302a0c1426 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 20 Oct 2005 20:58:28 +0000 Subject: [PATCH] Restore only MotorSrc build by default. --- motorApp/Makefile | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index ab79b692..7864643b 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -4,22 +4,24 @@ include $(TOP)/configure/CONFIG # MotorSrc is required for all motor record configurations. It MUST appear # 1st in this list of directories. +# "#!" marks lines that can be uncommented. + DIRS += MotorSrc # Select individual device/driver modules by removing the "#!" comment. -DIRS += DeltaTauSrc -DIRS += OmsSrc -DIRS += SoftMotorSrc +#!DIRS += DeltaTauSrc +#!DIRS += OmsSrc +#!DIRS += SoftMotorSrc # All the following modules require ASYN. ifdef ASYN -DIRS += NewportSrc -DIRS += ImsSrc -DIRS += AcsSrc -DIRS += MclennanSrc -DIRS += PiSrc -DIRS += MicroMoSrc -DIRS += MicosSrc +#!DIRS += NewportSrc +#!DIRS += ImsSrc +#!DIRS += AcsSrc +#!DIRS += MclennanSrc +#!DIRS += PiSrc +#!DIRS += MicroMoSrc +#!DIRS += MicosSrc endif ifdef MX