Files
motorBase/motorApp/ACRSrc/Makefile
T
2011-03-08 14:00:45 +00:00

28 lines
678 B
Makefile

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