Complete rewrite of the FMD code.
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
index ec877bbf06f696686ae4042ac7c881d6c6d21627..ce2a2932ca5985cbc760ed3de900430dee42ceef 100644 (file)
@@ -1,10 +1,14 @@
 #-*- Mode: Makefile -*-
+#
 # $Id$
 
-SRCS= AliFMDReconstructor.cxx AliFMDReconstParticles.cxx
-
-
-HDRS= $(SRCS:.cxx=.h)
-
-DHDR:=FMDrecLinkDef.h
+SRCS           =  AliFMDReconstructor.cxx \
+                  AliFMDRawStream.cxx  \
+                  AliFMDParticles.cxx
+HDRS           =  $(SRCS:.cxx=.h)
+DHDR           := FMDrecLinkDef.h
+EINCLUDE       := $(ALICE)/RAW
 
+#
+# EOF
+#