38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# This build the sinq extensions for the PSI EPICS setup
|
|
include /ioc/tools/driver.makefile
|
|
|
|
MODULE=sinq
|
|
LIBVERSION=brambilla_m_test
|
|
BUILDCLASSES=Linux
|
|
EPICS_VERSIONS=3.14.12 7.0.4.1
|
|
ARCH_FILTER=RHEL7-x86_64
|
|
|
|
# additional module dependencies
|
|
REQUIRED+=SynApps
|
|
REQUIRED+=stream
|
|
REQUIRED+=scaler
|
|
|
|
# using a test version
|
|
scaler_VERSION=koennecke
|
|
|
|
TEMPLATES += sinqEPICSApp/Db/dimetix.db
|
|
TEMPLATES += sinqEPICSApp/Db/slsvme.db
|
|
TEMPLATES += sinqEPICSApp/Db/spsamor.db
|
|
|
|
DBDS += sinqEPICSApp/src/sinq.dbd
|
|
|
|
# What we need at SINQ
|
|
SOURCES += sinqEPICSApp/src/devScalerEL737.c
|
|
SOURCES += sinqEPICSApp/src/SINQController.cpp
|
|
SOURCES += sinqEPICSApp/src/SINQAxis.cpp
|
|
SOURCES += sinqEPICSApp/src/EL734Driver.cpp
|
|
SOURCES += sinqEPICSApp/src/NanotecDriver.cpp
|
|
SOURCES += sinqEPICSApp/src/stptok.cpp
|
|
SOURCES += sinqEPICSApp/src/PhytronDriver.cpp
|
|
SOURCES += sinqEPICSApp/src/EuroMoveDriver.cpp
|
|
SOURCES += sinqEPICSApp/src/pmacAsynIPPort.c
|
|
SOURCES += sinqEPICSApp/src/pmacAxis.cpp
|
|
SOURCES += sinqEPICSApp/src/pmacController.cpp
|
|
|
|
# MISCS would be the place to keep the stream device template files
|