Data.mk 709 Bytes
Newer Older
1 2 3 4 5 6 7 8
################################################################################
# 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 += \
9 10
$(DATA)/RawEvent.h \
$(DATA)/AEvent.h \
11 12
$(DATA)/linkdef.h

13

14
DATACPP_SRCS += \
15 16
$(DATA)/RawEvent.cpp \
$(DATA)/AEvent.cpp \
17 18 19
$(DATA)/DataCint.cpp

DATAOBJS += \
20 21
$(DATA)/RawEvent.o \
$(DATA)/AEvent.o \
22 23 24
$(DATA)/DataCint.o

DATACPP_DEPS += \
25 26
$(DATA)/RawEvent.d \
$(DATA)/AEvent.d \
27
$(DATA)/DataCint.d