]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDbase.pkg
Coding violations corrected.
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
index 099580ebca75a44863d167a18f3d53106f88c5e2..87f02e79b944c2ad676e31621cacb4e9903b1368 100644 (file)
@@ -2,25 +2,42 @@
 #
 # $Id$
 
-SRCS           =  AliFMDDigit.cxx              \
-                  AliFMDMap.cxx                \
-                  AliFMDFloatMap.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
-HDRS           =  $(SRCS:.cxx=.h)
+                  AliFMD3.cxx                  \
+                  AliFMDPreprocessor.cxx       \
+                  AliFMDQAChecker.cxx          \
+                  AliFMDGeometryBuilder.cxx    \
+                  AliFMDSurveyToAlignObjs.cxx  
+
+#                 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$(ROOTLIBDIR) -lGeom 
+endif
 #
 # EOF
-#
\ No newline at end of file
+#