TELoss.mk 558 Bytes
Newer Older
1 2 3 4
################################################################################
# TELoss input with some variables
################################################################################

5
TELOSSLIBS := -lCore -lCling -lMathCore -lMatrix -lHist -lgfortran
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

# Add inputs and outputs from these tool invocations to the build variables 

TELOSSCPP_SRCS += \
$(TELOSS)/TELoss.cpp \
$(TELOSS)/TELossCint.cpp

TELOSSOBJS += \
$(TELOSS)/ELOSS.o \
$(TELOSS)/TELoss.o \
$(TELOSS)/TELossCint.o

TELOSSCPP_DEPS += \
$(TELOSS)/TELoss.d \
$(TELOSS)/TELossCint.d