################################################################################ # TELoss input with some variables ################################################################################ # TELOSSLIBS := -lCore -lCint -lMathCore -lMatrix -lHist -lgfortran TELOSSLIBS := -lCore -lMathCore -lMatrix -lHist -lgfortran # Add inputs and outputs from these tool invocations to the build variables TELOSS_HEADERS += \ $(TELOSS)/TELoss.h \ $(TELOSS)/TELossLinkDef.h TELOSSCPP_SRCS += \ $(TELOSS)/TELoss.cpp \ $(TELOSS)/TELossDict.cpp TELOSSOBJS += \ $(TELOSS)/ELOSS.o \ $(TELOSS)/TELoss.o \ $(TELOSS)/TELossDict.o TELOSSCPP_DEPS += \ $(TELOSS)/TELoss.d \ $(TELOSS)/TELossDict.d