git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ce2a2932ca5985cbc760ed3de900430dee42ceef
[u/mrichter/AliRoot.git]
/
FMD
/
libFMDrec.pkg
1
#-*- Mode: Makefile -*-
2
#
3
# $Id$
4
5
SRCS = AliFMDReconstructor.cxx \
6
AliFMDRawStream.cxx \
7
AliFMDParticles.cxx
8
HDRS = $(SRCS:.cxx=.h)
9
DHDR := FMDrecLinkDef.h
10
EINCLUDE := $(ALICE)/RAW
11
12
#
13
# EOF
14
#