Files
motorBase/motorApp/AttocubeSrc/Makefile
T
Ron Sluiter 6725d264c0 Start
2008-09-10 18:50:48 +00:00

21 lines
414 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
#
# Both the following line, and a line in the *.dbd file,
# must be uncommented to use diagnostic debugging messages.
#!USR_CXXFLAGS += -DDEBUG
DBD += devAttocube.dbd
LIBRARY_IOC = Attocube
# ANC 150 asyn motor driver.
Attocube_SRCS += drvANC150Asyn.cc
Attocube_LIBS += motor asyn
Attocube_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES