]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/libTRDcalib.pkg
add option "cc" to disable radial correction of clusters during
[u/mrichter/AliRoot.git] / TRD / libTRDcalib.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS = AliTRDCalibTask.cxx \
4        AliTRDPreprocessorOffline.cxx
5
6 HDRS:= $(SRCS:.cxx=.h) 
7
8 EINCLUDE:=STEER ANALYSIS TRD TRD/Cal 
9
10 DHDR= TRDcalibLinkDef.h
11
12 #EXPORT:=$(SRCS:.cxx=.h)
13
14 ifeq (win32gcc,$(ALICE_TARGET))
15 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
16                          -lCDB -lESD -lTRDbase -lTRDrec -lSTEER -lANALYSIS  \
17                          -lSTAT \
18                          -L$(ROOTLIBDIR) -lMinuit -lProof -lEG
19 endif
20
21