Files
motorDSM/acsApp/src/Makefile

22 lines
362 B
Makefile
Raw Normal View History

2003-05-27 14:05:46 +00:00
# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
USR_CXXFLAGS += -DDEBUG
DBD += devAcsMotor.dbd
LIBRARY_IOC = Acs
SRCS += AcsRegister.cc
# Advanced Control Systems driver support.
SRCS += devMCB4B.c drvMCB4B.c
2004-04-20 20:57:23 +00:00
Acs_LIBS += motor asyn
2003-05-27 14:05:46 +00:00
Acs_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES