TELoss.mk 557 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
################################################################################
# TELoss input with some variables
################################################################################

TELOSSLIBS := -lCore -lCint -lMathCore -lMatrix -lHist -lgfortran

# 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