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