I now have a ESS style module Makefile.EEE which compiles.... I just do not yet know if it
works.....
This commit is contained in:
29
Makefile.EEE
Normal file
29
Makefile.EEE
Normal file
@ -0,0 +1,29 @@
|
||||
include ${EPICS_ENV_PATH}/module.Makefile
|
||||
|
||||
PROJECT=sinq
|
||||
|
||||
USR_DEPENDENCIES = asyn,4.27.0
|
||||
USR_DEPENDENCIES += motor,6.10.0
|
||||
USR_DEPENDENCIES += std,3.4.1
|
||||
USR_DEPENDENCIES += streams,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
|
Reference in New Issue
Block a user