]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONsim.pkg
macro and flowevent maker to run part of the code in root
[u/mrichter/AliRoot.git] / MUON / libMUONsim.pkg
index 0b758b1a7546e46276c0931b362b63a7a3413889..9ff4cea39bff8bf510e963e49a91336ce3f21fc1 100644 (file)
@@ -1,20 +1,20 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
-SRCS:= AliMUONResponseFactory.cxx \
-       AliMUONSt1Response.cxx \
-       AliMUONSt1ElectronicElement.cxx \
+SRCS:= AliMUON.cxx \
+       AliMUONv1.cxx \
+       AliMUONHit.cxx \
+       AliMUONCommonGeometryBuilder.cxx \
+       AliMUONSt1GeometryBuilder.cxx \
+       AliMUONSt1GeometryBuilderV2.cxx \
        AliMUONSt1SpecialMotif.cxx \
-       AliMUONSt1ResponseParameter.cxx \
-       AliMUONSt1ResponseRule.cxx \
-       AliMUONSt1IniReader.cxx \
-       AliMUONSt1Decoder.cxx \
-       AliMUONHitMapA1.cxx \
-       AliMUONDigitizer.cxx \
-       AliMUONDigitizerv2.cxx \
-       AliMUONSDigitizerv1.cxx \
-       AliMUONTriggerDecision.cxx \
-       AliMUONTriggerDecisionV1.cxx \
-       AliMUONTest.cxx \
+       AliMUONSt2GeometryBuilder.cxx \
+       AliMUONSt2GeometryBuilderV2.cxx \
+       AliMUONSlatGeometryBuilder.cxx \
+       AliMUONTriggerGeometryBuilder.cxx \
+       AliMUONResponseFactory.cxx \
+       AliMUONChamber.cxx \
+       AliMUONChamberTrigger.cxx \
        AliMUONResponse.cxx \
        AliMUONResponseV0.cxx \
        AliMUONResponseTrigger.cxx \
@@ -22,17 +22,31 @@ SRCS:= AliMUONResponseFactory.cxx \
        AliMUONTrigger.cxx \
        AliMUONSDigitizerV2.cxx \
        AliMUONDigitizerV3.cxx \
-       AliMUONLocalTriggerBoard.cxx \
-       AliMUONRegionalTriggerBoard.cxx \
-       AliMUONTriggerBoard.cxx \
-       AliMUONTriggerCrate.cxx \
        AliMUONTriggerElectronics.cxx \
-       AliMUONGlobalTriggerBoard.cxx
-       
+       AliMUONVHitStore.cxx \
+       AliMUONHitStoreV1.cxx \
+       AliMUONMCDataInterface.cxx \
+       AliMUONPedestalEventGenerator.cxx \
+       AliMUONGainEventGenerator.cxx \
+       AliMUONQADataMakerSim.cxx 
+
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONsimLinkDef.h
 
 EINCLUDE:= RAW MUON/mapping
 
-#PACKCXXFLAGS:= $(CXXFLAGS) -Wall
+ifeq ($(CCMAJORV),4)
+ifeq ($(CCMINORV),3)
+PACKCXXFLAGS:= $(filter-out -O, $(CXXFLAGS)) -O0
+endif
+endif
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lMUONbase -lMUONmapping -lMUONcalib -lMUONtrigger \
+                         -lMUONgeometry -lMUONraw -lMUONcore \
+                         -lSTEER -lCDB -lSTEERBase \
+                         -lRAWDatasim -lRAWDatabase \
+                         -L$(shell root-config --libdir) -lVMC -lEG -lGeom 
+endif