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