]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - TRD/libTRDrec.pkg
Adding PDG Pid monitor
[u/mrichter/AliRoot.git] / TRD / libTRDrec.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS= AliTRDcluster.cxx \
4 AliTRDclusterizer.cxx \
5 AliTRDtransform.cxx \
6 AliTRDtracklet.cxx \
7 AliTRDtrack.cxx \
8 AliTRDtracker.cxx \
9 AliTRDseed.cxx \
10 AliTRDpropagationLayer.cxx \
11 AliTRDpidUtil.cxx \
12 AliTRDpidESD.cxx \
13 AliTRDReconstructor.cxx \
14 AliTRDseedV1.cxx \
15 AliTRDtrackV1.cxx \
16 AliTRDtrackerV1.cxx \
17 AliTRDtrackerDebug.cxx \
18 AliTRDtrackingSector.cxx \
19 AliTRDtrackingChamber.cxx \
20 AliTRDchamberTimeBin.cxx \
21 AliTRDQADataMakerRec.cxx \
22 AliTRDqaBlackEvents.cxx \
23 AliTRDqaBuildReference.cxx \
24 AliTRDCalibraFillHisto.cxx \
25 AliTRDqaRecPoints.cxx
26
27HDRS= $(SRCS:.cxx=.h)
28
29DHDR= TRDrecLinkDef.h
30
31EINCLUDE= RAW
32
33.PHONY default: TRD_clean_compiled_macros
34
35TRD_clean_compiled_macros:
36 @echo "***** Removing TRD QA macros *****"
37 $(MUTE)rm -rf $(HOME)/.trdQArec
38
39ifeq (win32gcc,$(ALICE_TARGET))
40PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
41 -lTRDbase -lSTEER -lESD -lCDB -lSTEERBase \
42 -lRAWDatarec -lRAWDatabase \
43 -L$(shell root-config --libdir) -lMinuit -lGeom
44endif