Files
motorBase/motorApp/AerotechSrc/Makefile
T

29 lines
542 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
#!USR_CXXFLAGS += -DDEBUG
DBD += devAerotech.dbd
LIBRARY_IOC = Aerotech
# Aerotech driver support.
SRCS += AerotechRegister.cc
SRCS += devSoloist.cc drvSoloist.cc
SRCS += drvEnsembleAsyn.cc
# EnsemblePSOFly.db support
SRCS += concatString.c
# Ensemble trajectory support
SRCS += EnsembleTrajectoryScan.st
Aerotech_LIBS += motor asyn
Aerotech_LIBS += seq pv
Aerotech_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES