Be.mk 963 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
################################################################################
# Be input with some variables
################################################################################

BELIBS := -lCore -lCint -lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf -lPhysics -lGeom #-lAculData -lDetectors -lTELoss

# 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 \
$(BE)/linkdef.h

BECPP_SRCS += \
$(BE)/BeCint.cpp \
$(BE)/BeEvent.cpp \
$(BE)/BePureEvent.cpp \
$(BE)/BeReaction.cpp \
$(BE)/BeWork.cpp \
$(BE)/BinaryReaction.cpp

BEOBJS += \
$(BE)/BeCint.o \
$(BE)/BeEvent.o \
$(BE)/BePureEvent.o \
$(BE)/BeReaction.o \
$(BE)/BeWork.o \
$(BE)/BinaryReaction.o

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