]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDbase.pkg
Simple scripts to run various steps.
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
index 80559af7f7abf06e800ec7af16ab30a8dde4a46e..6b39eb67f46688288051a5f92d223f501a51e9be 100644 (file)
@@ -3,7 +3,9 @@
 # $Id$
 
 SRCS           =  AliFMDIndex.cxx              \
+                  AliFMDBaseDigit.cxx          \
                   AliFMDDigit.cxx              \
+                  AliFMDSDigit.cxx             \
                   AliFMDBoolMap.cxx            \
                   AliFMDUShortMap.cxx          \
                   AliFMDCalibPedestal.cxx      \
@@ -17,14 +19,24 @@ SRCS                =  AliFMDIndex.cxx              \
                   AliFMDDetector.cxx           \
                   AliFMD1.cxx                  \
                   AliFMD2.cxx                  \
-                  AliFMD3.cxx                  
+                  AliFMD3.cxx                  \
+                  AliFMDPreprocessor.cxx       \
+                  AliFMDQAChecker.cxx          \
+                  AliFMDGeometryBuilder.cxx
 
 #                 AliFMDAltroIO.cxx            
 
-HDRS           =  $(SRCS:.cxx=.h)
+HDRS           =  $(SRCS:.cxx=.h) 
 DHDR           := FMDbaseLinkDef.h
 
 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
 #