32 lines
817 B
Makefile
32 lines
817 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
|
|
|
|
# Shutter Specific
|
|
TEMPLATES += shutter/shutter.db
|
|
TEMPLATES += shutter/shutter.substitutions
|
|
SCRIPTS += shutter/shutter.cmd
|
|
SCRIPTS += sim/shutter_sim.py
|
|
|
|
# Beamstop Specific
|
|
TEMPLATES += beamstop/sans_llb_beamstop.db
|
|
TEMPLATES += beamstop/beamstop_motors.proto
|
|
TEMPLATES += beamstop/sans_llb_beamstop.substitutions
|
|
SCRIPTS += beamstop/sans_llb_beamstop.cmd
|