git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Complete rewrite of the FMD code.
[u/mrichter/AliRoot.git]
/
FMD
/
libFMDrec.pkg
diff --git
a/FMD/libFMDrec.pkg
b/FMD/libFMDrec.pkg
index ec877bbf06f696686ae4042ac7c881d6c6d21627..ce2a2932ca5985cbc760ed3de900430dee42ceef 100644
(file)
--- a/
FMD/libFMDrec.pkg
+++ b/
FMD/libFMDrec.pkg
@@
-1,10
+1,14
@@
#-*- Mode: Makefile -*-
#-*- Mode: Makefile -*-
+#
# $Id$
# $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
+#