Detectors.mk 662 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
################################################################################
# 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