Files
motorBase/motorApp/AMCISrc/Makefile
T
Kurt A. Goetze b9002b745d add AMCISrc dir
2017-07-14 16:42:36 -05:00

30 lines
675 B
Makefile

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