]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/libTRDrec.pkg
The present commit corresponds to an important change in the way the
[u/mrichter/AliRoot.git] / TRD / libTRDrec.pkg
index b2b94ee5d2c755300c98c1e9dfea166ba8917973..d8ebef5216d494c398eb2d3f52d996dc3c6e50a7 100644 (file)
@@ -1,23 +1,44 @@
-SRCS= AliTRDpixel.cxx \
-      AliTRDmatrix.cxx \
-      AliTRDrecPoint.cxx \
-      AliTRDcluster.cxx \
-      AliTRDclusterMI.cxx \
+#-*- Mode: Makefile -*-
+
+SRCS= AliTRDcluster.cxx \
       AliTRDclusterizer.cxx \
-      AliTRDclusterizerV1.cxx \
-      AliTRDclusterCorrection.cxx \
-      AliTRDclusterizerMI.cxx \
+      AliTRDtransform.cxx \
+      AliTRDtracklet.cxx \
       AliTRDtrack.cxx \
       AliTRDtracker.cxx \
-      AliTRDpid.cxx \
-      AliTRDpidLQ.cxx \
-      AliTRDPartID.cxx \
+      AliTRDseed.cxx \
+      AliTRDpropagationLayer.cxx \
+      AliTRDpidUtil.cxx \
       AliTRDpidESD.cxx \
-      AliTRDprobdist.cxx \
-      AliTRDReconstructor.cxx
+      AliTRDReconstructor.cxx \
+      AliTRDseedV1.cxx \
+      AliTRDtrackV1.cxx \
+      AliTRDtrackerV1.cxx \
+      AliTRDtrackerDebug.cxx \
+      AliTRDtrackingSector.cxx \
+      AliTRDtrackingChamber.cxx \
+      AliTRDchamberTimeBin.cxx \
+      AliTRDQADataMakerRec.cxx \
+      AliTRDqaBlackEvents.cxx \
+      AliTRDqaBuildReference.cxx \
+      AliTRDCalibraFillHisto.cxx \
+      AliTRDqaRecPoints.cxx
 
-HDRS= $(SRCS:.cxx=.h)                
+HDRS= $(SRCS:.cxx=.h)
 
 DHDR= TRDrecLinkDef.h
 
 EINCLUDE= RAW
+
+.PHONY default: TRD_clean_compiled_macros
+
+TRD_clean_compiled_macros:
+       @echo "***** Removing TRD QA macros *****"
+       $(MUTE)rm -rf $(HOME)/.trdQArec
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lTRDbase -lSTEER -lESD -lCDB -lSTEERBase \
+                         -lRAWDatarec -lRAWDatabase \
+                         -L$(shell root-config --libdir) -lMinuit -lGeom
+endif