]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDbase.pkg
Energy calibration object takes into account the beam energy
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
index 8323c1de527d5ae1fa2c3274305e21fae20a70ec..87f02e79b944c2ad676e31621cacb4e9903b1368 100644 (file)
@@ -19,7 +19,11 @@ SRCS         =  AliFMDIndex.cxx              \
                   AliFMDDetector.cxx           \
                   AliFMD1.cxx                  \
                   AliFMD2.cxx                  \
-                  AliFMD3.cxx                  
+                  AliFMD3.cxx                  \
+                  AliFMDPreprocessor.cxx       \
+                  AliFMDQAChecker.cxx          \
+                  AliFMDGeometryBuilder.cxx    \
+                  AliFMDSurveyToAlignObjs.cxx  
 
 #                 AliFMDAltroIO.cxx            
 
@@ -27,6 +31,13 @@ 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$(ROOTLIBDIR) -lGeom 
+endif
 #
 # EOF
 #