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

5 6
# TELOSSLIBS := -lCore -lCint -lMathCore -lMatrix -lHist -lgfortran
TELOSSLIBS := -lCore -lMathCore -lMatrix -lHist -lgfortran
7 8 9

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

10 11
TELOSS_HEADERS += \
$(TELOSS)/TELoss.h \
12
$(TELOSS)/TELossLinkDef.h
13

14 15
TELOSSCPP_SRCS += \
$(TELOSS)/TELoss.cpp \
16
$(TELOSS)/TELossDict.cpp
17 18 19 20

TELOSSOBJS += \
$(TELOSS)/ELOSS.o \
$(TELOSS)/TELoss.o \
21
$(TELOSS)/TELossDict.o
22 23 24

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