25 lines
620 B
Makefile
25 lines
620 B
Makefile
#https://gitea.psi.ch/lin-epics-modules/sinqSPS/src/branch/main/Makefile
|
|
|
|
# This build the sinq extensions for the PSI EPICS setup
|
|
include /ioc/tools/driver.makefile
|
|
|
|
MODULE=ePowerSwitch
|
|
LIBVERSION := $(shell git describe --tags --abbrev=0 2>/dev/null || echo "0.0.1")
|
|
BUILDCLASSES=Linux
|
|
EPICS_VERSIONS=7.0.7
|
|
ARCH_FILTER=RHEL%
|
|
|
|
stream_VERSION=2.8.26
|
|
|
|
# additional module dependencies
|
|
REQUIRED+=stream
|
|
|
|
# DB files to include in the release
|
|
TEMPLATES += db/feedback_records.db
|
|
TEMPLATES += db/socket_record.db
|
|
TEMPLATES += db/command.proto
|
|
|
|
TEMPLATES += db/template4.substitutions
|
|
TEMPLATES += db/template8.substitutions
|
|
|