]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDbase.pkg
Implemented relevant changes to allow combined tracking to be functional again (we...
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
index b795afff32d8492bdda80b17035cf0f1044e5808..08dce15bc5fc709d054301f1203a79b9dafc74d2 100644 (file)
@@ -2,11 +2,32 @@
 #
 # $Id$
 
-SRCS   =  AliFMDDigit.cxx              \
-          AliFMDMap.cxx                
-HDRS   =  $(SRCS:.cxx=.h)
-DHDR   := FMDbaseLinkDef.h
+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                  \
+                  AliFMDPreprocessor.cxx       
 
+#                 AliFMDAltroIO.cxx            
+
+HDRS           =  $(SRCS:.cxx=.h) 
+DHDR           := FMDbaseLinkDef.h
+
+EINCLUDE        :=  RAW
 #
 # EOF
-#
\ No newline at end of file
+#