Files
sinqMotor/Makefile
2024-11-26 16:51:12 +01:00

27 lines
644 B
Makefile

# This build the sinqMotor base class
include /ioc/tools/driver.makefile
MODULE=sinqMotor
BUILDCLASSES=Linux
EPICS_VERSIONS=7.0.7
ARCH_FILTER=RHEL%
# additional module dependencies
REQUIRED+=asynMotor
# Source files to build
SOURCES += src/sinqAxis.cpp
SOURCES += src/sinqController.cpp
# Headers which allow using this library in concrete driver implementations
HEADERS += src/sinqAxis.h
HEADERS += src/sinqController.h
# Store the record files
TEMPLATES += db/asynRecord.db
TEMPLATES += db/sinqMotor.db
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result # -Werror
# MISCS would be the place to keep the stream device template files