Initial Shutter Module Sketch
This commit is contained in:
22
Makefile
Normal file
22
Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# 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+=s7plcFW
|
||||
|
||||
# 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 for specific devices to include in the release
|
||||
TEMPLATES += templates/shutter.substitutions
|
||||
|
||||
# Scripts to include in the release
|
||||
SCRIPTS += scripts/shutter.cmd
|
Reference in New Issue
Block a user