APP_NAME := hadesonlineserver.exe SOURCE_FILES := hadesonlineserver.cc export USES_RFIO ?= no export USES_ORACLE = no export USES_GFORTRAN ?= yes export USES_DABC ?= yes include $(HADDIR)/hades.def.mk CPP_FLAGS += -std=c++11 HYDRA_LIBS += -lDst -lOnline -lRevt -ltirpc #JAM2020 - for new hydra this is the variable that also builds root6 pcm etc. #HYDRA_LIBS_DEP += -lOnline -lRevt -lDabcBase -lDabcMbs -lDabcHadaq -lDabcHydra #ROOTVER has format e.g. 6.26/06 -> replace . to ' ' and take first word for major version ROOTVER=$(shell root-config --version) ifeq ($(firstword $(subst ., ,$(ROOTVER))),6) # JAM2021- not required for root 5 LIBS += -lRHTTP endif include $(HADDIR)/hades.app.mk