]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDrec.pkg
added macro to access noise reference data
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
index ad83dc6fe71a8b86e5aa44efb363362eca5aec9a..0505030b7b8edbb4d9e20366d6f0353a94274c94 100644 (file)
@@ -2,15 +2,24 @@
 #
 # $Id$
 
-SRCS           =  AliFMDReconstructor.cxx \
-                  AliFMDReconstructionAlgorithm.cxx \
-                  AliFMDRawStream.cxx  \
-                  AliFMDRawReader.cxx  \
-                  AliFMDParticles.cxx  \
-                  AliFMDUShortMap.cxx
+SRCS           =  AliFMDReconstructor.cxx      \
+                  AliFMDRecoParam.cxx          \
+                  AliFMDRawStream.cxx          \
+                  AliFMDRawReader.cxx          \
+                  AliFMDRecPoint.cxx           \
+                  AliFMDQADataMakerRec.cxx     \
+                  AliFMDOfflineTrigger.cxx     \
+                  AliFMDESDRevertexer.cxx      
+
 HDRS           =  $(SRCS:.cxx=.h)
 DHDR           := FMDrecLinkDef.h
-EINCLUDE       := $(ALICE)/RAW
+EINCLUDE       := RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lFMDbase -lSTEER -lESD -lSTEERBase \
+                         -lRAWDatarec
+endif
 
 #
 # EOF