################################################################################ # Detectors input with some variables ################################################################################ DETECTORSLIBS := -lCint -lCore -lMathCore # Add inputs and outputs from these tool invocations to the build variables DETECTORS_HEADERS += \ $(DETECTORS)/AnnularDetector.h \ $(DETECTORS)/linkdef.h DETECTORSCPP_SRCS += \ $(DETECTORS)/AnnularDetector.cpp \ $(DETECTORS)/DetectorsCint.cpp DETECTORSOBJS += \ $(DETECTORS)/AnnularDetector.o \ $(DETECTORS)/DetectorsCint.o DETECTORSCPP_DEPS += \ $(DETECTORS)/AnnularDetector.d \ $(DETECTORS)/DetectorsCint.d