26 lines
745 B
Makefile
26 lines
745 B
Makefile
# 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
|