]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - FMD/libFMDbase.pkg
Included also 3 and 4 prong decays; added variables to ntuple
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2#
3# $Id$
4
5SRCS = AliFMDIndex.cxx \
6 AliFMDBaseDigit.cxx \
7 AliFMDDigit.cxx \
8 AliFMDSDigit.cxx \
9 AliFMDBoolMap.cxx \
10 AliFMDUShortMap.cxx \
11 AliFMDCalibPedestal.cxx \
12 AliFMDCalibGain.cxx \
13 AliFMDCalibSampleRate.cxx \
14 AliFMDCalibStripRange.cxx \
15 AliFMDAltroMapping.cxx \
16 AliFMDParameters.cxx \
17 AliFMDGeometry.cxx \
18 AliFMDRing.cxx \
19 AliFMDDetector.cxx \
20 AliFMD1.cxx \
21 AliFMD2.cxx \
22 AliFMD3.cxx \
23 AliFMDPreprocessor.cxx \
24 AliFMDQAChecker.cxx \
25 AliFMDGeometryBuilder.cxx \
26 AliFMDSurveyToAlignObjs.cxx
27
28# AliFMDAltroIO.cxx
29
30HDRS = $(SRCS:.cxx=.h)
31DHDR := FMDbaseLinkDef.h
32
33EINCLUDE := RAW
34
35ifeq (win32gcc,$(ALICE_TARGET))
36PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
37 -lSTEER -lCDB -lESD -lSTEERBase \
38 -lRAWDatabase \
39 -L$(shell root-config --libdir) -lGeom
40endif
41#
42# EOF
43#