]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/Makefile
modified scoping of variable to cmply with HP compiler rules
[u/mrichter/AliRoot.git] / MUON / Makefile
index 996fd6e23825f728377c74ee1f72f783fadfa6d7..c68cd23a534cae1f6c00f16eef439f084b8ba529 100644 (file)
@@ -10,7 +10,7 @@ PACKAGE = MUON
 # C++ sources
 
 SRCS         = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
-              AliMUONSegmentation.cxx  AliMUONSegmentationV0.cxx\
+              AliMUONSegmentationV0.cxx\
               AliMUONResponse.cxx AliMUONResponseV0.cxx \
               AliMUONSegmentationV01.cxx \
                AliMUONSegmentationV02.cxx AliMUONSegmentationV04.cxx \
@@ -19,8 +19,8 @@ SRCS         = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
               AliMUONSegmentationTriggerX.cxx AliMUONSegmentationTriggerY.cxx \
                AliMUONSegmentationV1.cxx AliMUON.cxx AliMUONv0.cxx AliMUONv1.cxx\
                AliMUONDisplay.cxx AliMUONPoints.cxx \
-               AliMUONClusterFinderVS.cxx AliMUONClusterFinder.cxx \
-               AliMUONHitMap.cxx AliMUONHitMapA1.cxx \
+               AliMUONClusterFinderVS.cxx \
+               AliMUONHitMapA1.cxx \
               AliMUONHit.cxx AliMUONPadHit.cxx AliMUONDigit.cxx \
                AliMUONTransientDigit.cxx AliMUONRawCluster.cxx \
               AliMUONReconstHit.cxx \
@@ -31,11 +31,20 @@ SRCS         = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
                AliMUONTrack.cxx AliMUONTrackHit.cxx AliMUONTrackParam.cxx \
                AliMUONTriggerCircuit.cxx AliMUONTriggerLut.cxx \
                AliMUONGlobalTrigger.cxx AliMUONLocalTrigger.cxx \
-               AliMUONTriggerConstants.cxx  AliMUONConstants.cxx      
+               AliMUONTriggerConstants.cxx  AliMUONConstants.cxx \
+              AliMUONClusterInput.cxx  \
+              AliMUONSegmentationSlatModule.cxx AliMUONSegmentationSlatModuleN.cxx \
+              AliMUONSegmentationSlat.cxx AliMUONSegmentationSlatN.cxx 
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.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
 
@@ -45,7 +54,7 @@ DICTO         = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(DICT))
 
 # Fortran sources
 
-FSRCS        = reco_muon.F
+FSRCS        = reco_muon.F extrap.F
 
 # FORTRAN Objectrs
 
@@ -84,6 +93,8 @@ depend:                               $(SRCS)
 
 TOCLEAN                = $(OBJS) $(FOBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -91,14 +102,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)
-
-# DO NOT DELETE