Files
motorBase/motorApp/Makefile
T
2004-02-16 21:56:43 +00:00

39 lines
870 B
Makefile

TOP = ..
include $(TOP)/configure/CONFIG
# 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 "CommSrc" module must be built. MPF_SERIAL must be defined
# in <ioctop>/config/RELEASE.
ifdef MPF
DIRS += CommSrc
endif
#
# Select individual device/driver support modules by removing the comment.
DIRS += OmsSrc
DIRS += SoftMotorSrc
#DIRS += V544Src
ifdef MX
DIRS += MXmotorSrc
endif
# The following modules require MPF_SERIAL.
# Select individual device/driver support modules by removing the comment.
ifdef MPF
#DIRS += NewportSrc
#DIRS += ImsSrc
#DIRS += AcsSrc
#DIRS += MclennanSrc
#DIRS += PiSrc
#DIRS += MicroMoSrc
#DIRS += MicosSrc
endif
DIRS += Db
include $(TOP)/configure/RULES_DIRS