Files
motorBase/motorApp/Makefile
T
Ron Sluiter a3ea18fc83 Version 4-1
2000-02-08 22:19:43 +00:00

17 lines
359 B
Makefile

TOP = ..
include $(TOP)/config/CONFIG_APP
# MotorSrc is required for all motor record configurations.
# It MUST appear 1st in this list of directories.
DIRS += MotorSrc
# Individual device/driver support modules may be commented
# out here.
DIRS += NewportSrc
DIRS += OmsSrc
DIRS += SoftMotorSrc
DIRS += V544Src
DIRS += Db
include $(TOP)/config/RULES_DIRS