rename from counterbox to daq
This commit is contained in:
28
Makefile
28
Makefile
@ -1,7 +1,7 @@
|
||||
# This build the sinq extensions for the PSI EPICS setup
|
||||
include /ioc/tools/driver.makefile
|
||||
|
||||
MODULE=counterbox
|
||||
MODULE=sinqDAQ
|
||||
BUILDCLASSES=Linux
|
||||
EPICS_VERSIONS=7.0.7
|
||||
ARCH_FILTER=RHEL%
|
||||
@ -13,26 +13,26 @@ REQUIRED+=stream
|
||||
|
||||
# DB files to include in the release
|
||||
TEMPLATES += db/channels.db
|
||||
TEMPLATES += db/counterbox_4ch.db
|
||||
TEMPLATES += db/counterbox_8ch.db
|
||||
TEMPLATES += db/counterbox_common.db
|
||||
TEMPLATES += db/counterbox_v2.db
|
||||
TEMPLATES += db/counterbox_v2_test.db
|
||||
TEMPLATES += db/counterbox.proto
|
||||
TEMPLATES += db/daq_4ch.db
|
||||
TEMPLATES += db/daq_8ch.db
|
||||
TEMPLATES += db/daq_common.db
|
||||
TEMPLATES += db/daq_2nd_gen.db
|
||||
TEMPLATES += db/daq_2nd_gen_test.db
|
||||
TEMPLATES += db/daq.proto
|
||||
|
||||
# Just for simulation
|
||||
TEMPLATES += db/counterbox_simcontrol.db
|
||||
TEMPLATES += db/daq_simcontrol.db
|
||||
|
||||
# DBD files to include in the release
|
||||
DBDS += src/counterbox.dbd
|
||||
DBDS += src/daq.dbd
|
||||
|
||||
# Source files to build
|
||||
SOURCES += src/counterbox.cpp
|
||||
SOURCES += src/daq.cpp
|
||||
|
||||
SCRIPTS += scripts/counterbox_4ch.cmd
|
||||
SCRIPTS += scripts/counterbox_8ch.cmd
|
||||
SCRIPTS += scripts/counterbox_v2.cmd
|
||||
SCRIPTS += sim/counterbox_sim.py
|
||||
SCRIPTS += scripts/daq_4ch.cmd
|
||||
SCRIPTS += scripts/daq_8ch.cmd
|
||||
SCRIPTS += scripts/daq_2nd_gen.cmd
|
||||
SCRIPTS += sim/daq_sim.py
|
||||
|
||||
CXXFLAGS += -std=c++17
|
||||
USR_CFLAGS += -Wall -Wextra #-Werror
|
||||
|
Reference in New Issue
Block a user