Files
motorBase/motorApp/MicosSrc/Makefile
T
2012-12-12 20:26:52 +00:00

25 lines
488 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
DBD += devMicos.dbd
LIBRARY_IOC = Micos
# Intelligent Motion Systems driver support.
SRCS += MicosRegister.cc
SRCS += devMicos.cc drvMicos.cc
# SMC hydra support
SRCS += SMChydraDriver.cpp
Micos_LIBS += motor asyn
Micos_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES