Files
sinqSPS/Makefile
T
wall_e dc50bb36c7
Test And Build / Build (push) Successful in 4s
adds status mapping and write pv for nicos
2026-03-18 10:54:17 +01:00

30 lines
770 B
Makefile

# This build the sinq extensions for the PSI EPICS setup
include /ioc/tools/driver.makefile
MODULE=sinqSPS
BUILDCLASSES=Linux
EPICS_VERSIONS=7.0.7
ARCH_FILTER=RHEL%
# additional module dependencies
REQUIRED+=calc
REQUIRED+=sinqS7plcFW
# General DB files to include in the release
TEMPLATES += db/sps_status.db
TEMPLATES += db/writebit.db
TEMPLATES += db/readbit.db
TEMPLATES += db/readstring.db
TEMPLATES += db/writeusint.db
TEMPLATES += db/readusint.db
# Specific devices to include in the release
TEMPLATES += db/shutter.db
TEMPLATES += templates/shutter.substitutions
SCRIPTS += scripts/shutter.cmd
SCRIPTS += sim/shutter_sim.py
TEMPLATES += db/sans_llb_beamstop.db
TEMPLATES += templates/sans_llb_beamstop.substitutions
SCRIPTS += scripts/sans_llb_beamstop.cmd