adding makefile for realease
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#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
|
||||
BUILDCLASSES=Linux
|
||||
EPICS_VERSIONS=7.0.7
|
||||
ARCH_FILTER=RHEL%
|
||||
|
||||
# additional module dependencies
|
||||
#REQUIRED+=asyn
|
||||
#REQUIRED+=calc
|
||||
REQUIRED+=stream
|
||||
|
||||
# DB files to include in the release
|
||||
TEMPLATES += db/feedback_records.db
|
||||
TEMPLATES += db/socket_record.db
|
||||
TEMPLATES += command.proto
|
||||
|
||||
TEMPLATES += substitutions/template4.substitutions
|
||||
TEMPLATES += substitutions/template8.substitutions
|
||||
|
||||
Reference in New Issue
Block a user