Files
motorBase/motorApp/NPointSrc/Makefile
T
2013-05-06 18:49:25 +00:00

28 lines
697 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================
#==================================================
# Build an IOC support library
LIBRARY_IOC += NPointMotor
# motorRecord.h will be created from motorRecord.dbd
# install devMotorSoft.dbd into <top>/dbd
DBD += NPointMotorSupport.dbd
# The following are compiled and added to the Support library
NPointMotor_SRCS += C300MotorDriver.cpp
NPointMotor_LIBS += motor
NPointMotor_LIBS += asyn
NPointMotor_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE