Files
motorBase/motorApp/PC6KSrc/Makefile
T
jsullivan-anl ad1e2f3181 Major rewite to be compatable with factor default
command response mode (ERRLVL 4). The original driver
was designed to response mode (ERRLVL 1) which was
the mode required for MX.
2006-08-31 15:42:31 +00:00

23 lines
395 B
Makefile
Executable File

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
#USR_CXXFLAGS += -DDEBUG
OPT_CXXFLAGS = -g -O0
DBD += devPC6K.dbd
LIBRARY_IOC = Parker
# Intelligent Motion Systems driver support.
SRCS += ParkerRegister.cc
SRCS += devPC6K.cc drvPC6K.cc
Parker_LIBS += motor asyn
Parker_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES