Data.mk 625 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
################################################################################
# AculData input with some variables
################################################################################

DATALIBS := -lHist #-lCore #-lCint -lRIO -lTree -lNet -lThread -lMatrix -lMathCore -lGpad -lGraf -lSpectrum #-lTELoss

# Add inputs and outputs from these tool invocations to the build variables 
DATA_HEADERS += \
$(DATA)/RawData.h \
$(DATA)/linkdef.h

DATACPP_SRCS += \
$(DATA)/RawData.cpp \
$(DATA)/DataCint.cpp

DATAOBJS += \
$(DATA)/RawData.o \
$(DATA)/DataCint.o

DATACPP_DEPS += \
$(DATA)/RawData.d \
$(DATA)/DataCint.d