Be.mk 1.03 KB
Newer Older
1 2 3 4
################################################################################
# Be input with some variables
################################################################################

5
BELIBS := -lCore -lCling -lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf -lPhysics -lGeom #-lAculData -lDetectors -lTELoss
6 7 8 9 10 11 12 13

# Add inputs and outputs from these tool invocations to the build variables 
BE_HEADERS += \
$(BE)/BeEvent.h \
$(BE)/BePureEvent.h \
$(BE)/BeReaction.h \
$(BE)/BeWork.h \
$(BE)/BinaryReaction.h \
14
$(BE)/BeAnalysis.h \
15 16 17 18 19 20 21 22
$(BE)/linkdef.h

BECPP_SRCS += \
$(BE)/BeCint.cpp \
$(BE)/BeEvent.cpp \
$(BE)/BePureEvent.cpp \
$(BE)/BeReaction.cpp \
$(BE)/BeWork.cpp \
23 24
$(BE)/BinaryReaction.cpp \
$(BE)/BeAnalysis.cpp
25 26 27 28 29 30 31

BEOBJS += \
$(BE)/BeCint.o \
$(BE)/BeEvent.o \
$(BE)/BePureEvent.o \
$(BE)/BeReaction.o \
$(BE)/BeWork.o \
32 33
$(BE)/BinaryReaction.o \
$(BE)/BeAnalysis.o
34 35 36 37 38 39 40

BECPP_DEPS += \
$(BE)/BeCint.d \
$(BE)/BeEvent.d \
$(BE)/BePureEvent.d \
$(BE)/BeReaction.d \
$(BE)/BeWork.d \
41 42
$(BE)/BinaryReaction.d \
$(BE)/BeAnalysis.d