]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/Makefile
New class replacing AliCluster
[u/mrichter/AliRoot.git] / MUON / Makefile
index eadf6f015468c47accb53e8cd9452c615815f971..4b6ac56bdd81be516fd2d22e848d353bffbca915 100644 (file)
@@ -9,16 +9,40 @@ PACKAGE = MUON
 
 # C++ sources
 
-SRCS          = AliMUONchamber.cxx AliMUONSegResV0.cxx AliMUONSegResV01.cxx \
-               AliMUONSegResV02.cxx AliMUONSegResV04.cxx AliMUONSegResV05.cxx\
-               AliMUONSegResV1.cxx AliMUON.cxx AliMUONv0.cxx \
-               AliMUONdisplay.cxx AliMUONpoints.cxx \
-               AliMUONClusterFinder.cxx  AliMUONClusterFinderv0.cxx \
-               AliMUONHitMap.cxx AliMUONTUBE.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
 
@@ -28,7 +52,7 @@ DICTO         = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(DICT))
 
 # Fortran sources
 
-FSRCS        = algo.F reco_muon.F
+FSRCS        = reco_muon.F extrap.F
 
 # FORTRAN Objectrs
 
@@ -67,6 +91,8 @@ depend:                               $(SRCS)
 
 TOCLEAN                = $(OBJS) $(FOBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -74,13 +100,3 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
-
-### Target check creates violation reports (.viol), which depend on
-### stripped files (.ii), which in turn depend on preprocessed
-### files (.i). Dependences are in conf/GeneralDef.
-
-CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
-
-check:          $(CHECKS)
-