]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDbase.pkg
The original random number routines are commented out, the ones in AliDpmJetRndm...
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
index 3e0b9ade41db5bdbb8edaa28212c01fb52854c8a..6b39eb67f46688288051a5f92d223f501a51e9be 100644 (file)
@@ -2,25 +2,41 @@
 #
 # $Id$
 
-SRCS           =  AliFMDDigit.cxx              \
+SRCS           =  AliFMDIndex.cxx              \
+                  AliFMDBaseDigit.cxx          \
+                  AliFMDDigit.cxx              \
+                  AliFMDSDigit.cxx             \
                   AliFMDBoolMap.cxx            \
                   AliFMDUShortMap.cxx          \
                   AliFMDCalibPedestal.cxx      \
                   AliFMDCalibGain.cxx          \
                   AliFMDCalibSampleRate.cxx    \
+                  AliFMDCalibStripRange.cxx    \
+                  AliFMDAltroMapping.cxx       \
                   AliFMDParameters.cxx         \
                   AliFMDGeometry.cxx           \
                   AliFMDRing.cxx               \
                   AliFMDDetector.cxx           \
                   AliFMD1.cxx                  \
                   AliFMD2.cxx                  \
-                  AliFMD3.cxx                  
+                  AliFMD3.cxx                  \
+                  AliFMDPreprocessor.cxx       \
+                  AliFMDQAChecker.cxx          \
+                  AliFMDGeometryBuilder.cxx
 
-HDRS           =  $(SRCS:.cxx=.h)
+#                 AliFMDAltroIO.cxx            
+
+HDRS           =  $(SRCS:.cxx=.h) 
 DHDR           := FMDbaseLinkDef.h
-# Un comment to use old code with seperate simulator task
-# PACKCXXFLAGS := $(CXXFLAGS) -DUSE_PRE_MOVE
 
+EINCLUDE        :=  RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatabase \
+                         -L$(shell root-config --libdir) -lGeom 
+endif
 #
 # EOF
-#
\ No newline at end of file
+#