Files
motorBase/motorApp/AcsTech80Src/Makefile
T
jsullivan-anl 430c140b12 Initial version of ACS Tech80 motor controller
Tested on Nanomotion (picomotor) motor stage
2006-05-19 16:39:46 +00:00

23 lines
413 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
#USR_CXXFLAGS += -DDEBUG
OPT_CXXFLAGS =
DBD += devSPiiPlus.dbd
LIBRARY_IOC = acsTech80
# Intelligent Motion Systems driver support.
SRCS += ACSTech80Register.cc
SRCS += devSPiiPlus.cc drvSPiiPlus.cc
acsTech80_LIBS += motor asyn
acsTech80_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES