Files
motorBase/motorApp/MicosSrc/Makefile
T
Ron Sluiter bd0883b1aa Start
2004-02-13 18:21:20 +00:00

21 lines
379 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
#USR_CXXFLAGS += -DDEBUG
DBD += devMicos.dbd
LIBRARY_IOC = Micos
# Intelligent Motion Systems driver support.
SRCS += MicosRegister.cc
SRCS += devMicos.cc drvMicos.cc
Micos_LIBS += motor motorCOM_mpf
Micos_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES