Files
motorBase/motorApp/NewFocusSrc/Makefile
T
Wayne Lewis 6ab2bd5d01 Add support for NewFocus 874x series of controllers
Tested successfully with 8742 controller.
Not tested with 8743 controller.
2015-12-04 16:02:12 -05:00

27 lines
564 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# Both the following line, and a line in the *.dbd file,
# must be uncommented to use diagnostic debugging messages.
# USR_CXXFLAGS += -DDEBUG
# OPT_CXXFLAGS = -g -O0
DBD += devNewFocus.dbd
LIBRARY_IOC = NewFocus
NewFocus_SRCS += NewFocusRegister.cc
# PMNC87xx (i.e., PMNC87xx) device driver.
NewFocus_SRCS += devPMNC87xx.cc drvPMNC87xx.cc
# NewFocus 874x driver
NewFocus_SRCS += 874xMotorDriver.cpp
NewFocus_LIBS += motor asyn
NewFocus_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES