]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG1/libPWG1.pkg
update task to read results from AnalysisResults.root file
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
1 #-*- Mode: Makefile -*-
2
3 ORGSRCS  := $(wildcard PWG1/*.cxx)
4 ORGSRCS  += $(wildcard PWG1/global/*.cxx)
5 ORGSRCS  += $(wildcard PWG1/cosmic/*.cxx)
6 ORGSRCS  += $(wildcard PWG1/tender/*.cxx)
7 ORGSRCS  += $(wildcard PWG1/ITS/*.cxx)
8 ORGSRCS  += $(wildcard PWG1/TRD/*.cxx)
9 ORGSRCS  += $(wildcard PWG1/TPC/*.cxx)
10 ORGSRCS  += $(wildcard PWG1/TRD/info/*.cxx)
11 ORGSRCS  += $(wildcard PWG1/background/*.cxx)
12
13 SRCS:= $(patsubst PWG1/%, %, ${ORGSRCS})
14 HDRS:= $(SRCS:.cxx=.h)
15 DHDR:= PWG1LinkDef.h
16
17 EINCLUDE:= STEER TPC ITS TRD ANALYSIS/Tender ANALYSIS PWG1/comparison PWG1/cosmic PWG1/global PWG1/tender PWG1/ITS PWG1/TPC PWG1/TRD PWG1/TRD/info PWG1/background
18
19 ifeq (win32gcc,$(ALICE_TARGET))
20 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
21                          -lESD -lSTEER -lTPCbase \
22                          -lANALYSISalice -lANALYSIS \
23                          -L$(ROOTLIBDIR) -lMinuit -lEG -lGeom
24 endif