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