Files
motorBase/motorApp/Makefile
T
2019-04-15 14:44:56 -05:00

21 lines
404 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
# Select/deselect individual device driver modules by removing/adding a
# "#" comment.
DIRS += SoftMotorSrc
SoftMotorSrc_DEPEND_DIRS = MotorSrc
# Install the edl files
#DIRS += opi
DIRS += Db
include $(TOP)/configure/RULES_DIRS