Files
motorBase/motorApp/PiSrc/Makefile
T
2004-01-07 15:00:07 +00:00

21 lines
371 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
#USR_CXXFLAGS += -DDEBUG
DBD += devPIMotor.dbd
LIBRARY_IOC = PI
# Intelligent Motion Systems driver support.
SRCS += PiRegister.cc
SRCS += devPIC844.cc drvPIC844.cc
PI_LIBS += motor motorCOM_mpf
PI_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES