mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
R3.14.x compatible.
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
TOP=../..
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
# 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
|
||||
|
||||
Acs_LIBS += motor motorCOM_mpf
|
||||
Acs_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
|
Reference in New Issue
Block a user