Initial commit of the PSI version of motorMotorSim as a standalone
driver.
This commit is contained in:
25
GNUmakefile
Normal file
25
GNUmakefile
Normal file
@ -0,0 +1,25 @@
|
||||
# This build the sinqMotor base class
|
||||
include /ioc/tools/driver.makefile
|
||||
|
||||
MODULE=motorMotorSim
|
||||
BUILDCLASSES=Linux
|
||||
EPICS_VERSIONS=7.0.7
|
||||
ARCH_FILTER=RHEL%
|
||||
|
||||
# Specify the version of asynMotor we want to build against
|
||||
motorBase_VERSION=7.2.2
|
||||
|
||||
# motorRecord.h will be created from motorRecord.dbd
|
||||
# install devMotorSoft.dbd into <top>/dbd
|
||||
DBD += motorSimApp/src/motorSimSupport.dbd
|
||||
|
||||
# Source files to build
|
||||
SOURCES += motorSimApp/src/route.c
|
||||
SOURCES += motorSimApp/src/devMotorSim.c
|
||||
SOURCES += motorSimApp/src/drvMotorSim.c
|
||||
SOURCES += motorSimApp/src/motorSimDriver.cpp
|
||||
SOURCES += motorSimApp/src/motorSimRegister.cc
|
||||
|
||||
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result # -Werror
|
||||
|
||||
# MISCS would be the place to keep the stream device template files
|
Reference in New Issue
Block a user