33 lines
923 B
Makefile
33 lines
923 B
Makefile
# This build the SINQ stuff as an EEE module. Which we cannot use yet because of the political problem
|
|
# of integrating this module into the EEE distribution
|
|
include ${EPICS_ENV_PATH}/module.Makefile
|
|
|
|
PROJECT=sinq
|
|
|
|
USR_DEPENDENCIES = asyn,4.27.0
|
|
USR_DEPENDENCIES += motor,6.10.0
|
|
USR_DEPENDENCIES += synAppsStd,3.4.1
|
|
USR_DEPENDENCIES += streamdevice,2.6.0
|
|
USR_DEPENDENCIES += busy,1.6.0
|
|
USR_DEPENDENCIES += pcre,8.36.0
|
|
|
|
|
|
TEMPLATES += sinqEPICSApp/Db/dimetix.db
|
|
TEMPLATES += sinqEPICSApp/Db/slsvme.db
|
|
TEMPLATES += sinqEPICSApp/Db/spsamor.db
|
|
TEMPLATES += sinqEPICSApp/Db/el737Record.db
|
|
|
|
|
|
DBDS += sinqEPICSApp/src/sinq.dbd
|
|
|
|
SUBSTITUTIONS=-none-
|
|
|
|
OPIS=-none-
|
|
|
|
# What we need at SINQ
|
|
SOURCES += sinqEPICSApp/src/devScalerEL737.c
|
|
SOURCES += sinqEPICSApp/src/EL734Driver.cpp
|
|
SOURCES += sinqEPICSApp/src/NanotecDriver.cpp
|
|
SOURCES += sinqEPICSApp/src/stptok.cpp
|
|
|
|
# MISCS would be the place to keep the stream device template files
|