forked from epics_driver_modules/motorBase
28 lines
643 B
Makefile
28 lines
643 B
Makefile
# Makefile
|
|
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
#----------------------------------------
|
|
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
|
|
|
# The following are used for debugging messages.
|
|
USR_CFLAGS += -DDEBUG
|
|
USR_CXXFLAGS += -DDEBUG
|
|
|
|
DBD += devMXmotor.dbd
|
|
|
|
LIBRARY_IOC_DEFAULT = MXmotor
|
|
LIBRARY_IOC_vxWorks = -nil-
|
|
|
|
SRCS_DEFAULT += MXRegister.cc
|
|
|
|
# The following is required for the Soft Channel (i.e., MotorSoft) device driver.
|
|
SRCS_DEFAULT += devMXmotor.cc drvMXmotor.cc
|
|
|
|
MXmotor_LIBS += motor Mx
|
|
MXmotor_LIBS += $(EPICS_BASE_IOC_LIBS)
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|