]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/Makefile
New class replacing AliCluster
[u/mrichter/AliRoot.git] / MUON / Makefile
index feeaf422739d950dbd0665252880d29ea1227224..4b6ac56bdd81be516fd2d22e848d353bffbca915 100644 (file)
@@ -9,12 +9,40 @@ PACKAGE = MUON
 
 # C++ sources
 
-SRCS          = AliMUON.cxx AliMUONdisplay.cxx AliMUONpoints.cxx \
-                AliMUONsegmentv1.cxx AliMUONv0.cxx AliMUONv01.cxx
+SRCS         = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
+              AliMUONSegmentationV0.cxx\
+              AliMUONResponse.cxx AliMUONResponseV0.cxx \
+              AliMUONSegmentationV01.cxx \
+               AliMUONSegmentationV02.cxx AliMUONSegmentationV04.cxx \
+              AliMUONSegmentationV05.cxx\
+              AliMUONSegmentationTrigger.cxx  AliMUONResponseTrigger.cxx\
+              AliMUONSegmentationTriggerX.cxx AliMUONSegmentationTriggerY.cxx \
+               AliMUONSegmentationV1.cxx AliMUON.cxx AliMUONv0.cxx AliMUONv1.cxx\
+               AliMUONDisplay.cxx AliMUONPoints.cxx \
+               AliMUONClusterFinderVS.cxx \
+               AliMUONHitMapA1.cxx \
+              AliMUONHit.cxx AliMUONPadHit.cxx AliMUONDigit.cxx \
+               AliMUONTransientDigit.cxx AliMUONRawCluster.cxx \
+              AliMUONReconstHit.cxx \
+              AliMUONTrackReconstructor.cxx \
+               AliMUONEventReconstructor.cxx \
+              AliMUONTriggerDecision.cxx \
+               AliMUONHitForRec.cxx AliMUONSegment.cxx \
+               AliMUONTrack.cxx AliMUONTrackHit.cxx AliMUONTrackParam.cxx \
+               AliMUONTriggerCircuit.cxx AliMUONTriggerLut.cxx \
+               AliMUONGlobalTrigger.cxx AliMUONLocalTrigger.cxx \
+               AliMUONTriggerConstants.cxx  AliMUONConstants.cxx \
+              AliMUONClusterInput.cxx     
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) AliMUONConst.h MUONLinkDef.h
+HDRS          = $(SRCS:.cxx=.h) \
+               $(ROOTSYS)/include/TF1.h \
+               $(ROOTSYS)/include/TH3.h \
+               $(ROOTSYS)/include/TMarker3DBox.h \
+               $(ROOTSYS)/include/TMatrix.h \
+               $(ROOTSYS)/include/TTree.h \
+               MUONLinkDef.h
 
 # Library dictionary
 
@@ -24,7 +52,7 @@ DICTO         = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(DICT))
 
 # Fortran sources
 
-FSRCS        = algo.F
+FSRCS        = reco_muon.F extrap.F
 
 # FORTRAN Objectrs
 
@@ -63,11 +91,12 @@ depend:                             $(SRCS)
 
 TOCLEAN                = $(OBJS) $(FOBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
--include Make-depend 
+-include tgt_$(ALICE_TARGET)/Make-depend