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