]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDbase.pkg
Adding the calculation of the FMD dead channel map to the preprocessor
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
1 #-*- Mode: Makefile -*-
2 #
3 # $Id$
4
5 SRCS            =  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
30 HDRS            =  $(SRCS:.cxx=.h) 
31 DHDR            := FMDbaseLinkDef.h
32
33 EINCLUDE        :=  RAW
34
35 ifeq (win32gcc,$(ALICE_TARGET))
36 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
37                          -lSTEER -lCDB -lESD -lSTEERBase \
38                          -lRAWDatabase \
39                          -L$(shell root-config --libdir) -lGeom 
40 endif
41 #
42 # EOF
43 #