forked from epics_driver_modules/motorBase
R3.14.x compatible.
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
TOP=../..
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
# Makefile
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
#----------------------------------------
|
||||
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
||||
|
||||
# The following are used for debugging messages.
|
||||
#USR_CFLAGS += -DDEBUG
|
||||
#USR_CXXFLAGS += -DDEBUG
|
||||
|
||||
DBDINC += motorRecord.h
|
||||
|
||||
INC += motor.h motordevCom.h motordrvCom.h
|
||||
INC += motordrvComCode.h
|
||||
|
||||
LIBRARY_IOC += motor
|
||||
|
||||
# The following are required for all motor record configurations.
|
||||
motor_SRCS += motorRecord.cc motordevCom.cc motordrvCom.cc
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
#----------------------------------------
|
||||
# ADD RULES AFTER THIS LINE
|
||||
|
||||
Reference in New Issue
Block a user