git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Complete rewrite of the FMD code.
[u/mrichter/AliRoot.git]
/
FMD
/
libFMDsim.pkg
1
#-*- Mode: Makefile -*-
2
#
3
# $Id$
4
5
SRCS = AliFMD.cxx \
6
AliFMDSubDetector.cxx \
7
AliFMD1.cxx \
8
AliFMD2.cxx \
9
AliFMD3.cxx \
10
AliFMDRing.cxx \
11
AliFMDPolygon.cxx \
12
AliFMDHit.cxx \
13
AliFMDDigitizer.cxx
14
HDRS = $(SRCS:.cxx=.h) AliFMDMap.h
15
DHDR := FMDsimLinkDef.h
16
EINCLUDE := $(ALICE)/RAW
17
18
#
19
# EOF
20
#