]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDbase.pkg
Adding a simple checker to the FMD as well as rearranging the raw histos
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
CommitLineData
44cc5e44 1#-*- Mode: Makefile -*-
4347b38f 2#
44cc5e44 3# $Id$
4
55f0ce5b 5SRCS = AliFMDIndex.cxx \
02a27b50 6 AliFMDBaseDigit.cxx \
55f0ce5b 7 AliFMDDigit.cxx \
02a27b50 8 AliFMDSDigit.cxx \
54e415a8 9 AliFMDBoolMap.cxx \
10 AliFMDUShortMap.cxx \
11 AliFMDCalibPedestal.cxx \
12 AliFMDCalibGain.cxx \
8f6ee336 13 AliFMDCalibSampleRate.cxx \
c2fc1258 14 AliFMDCalibStripRange.cxx \
57c3c593 15 AliFMDAltroMapping.cxx \
54e415a8 16 AliFMDParameters.cxx \
17 AliFMDGeometry.cxx \
18 AliFMDRing.cxx \
19 AliFMDDetector.cxx \
20 AliFMD1.cxx \
21 AliFMD2.cxx \
f6449cc0 22 AliFMD3.cxx \
c9dd1c4d 23 AliFMDPreprocessor.cxx \
35528b28 24 AliFMDQAChecker.cxx \
b2e6f0b0 25 AliFMDGeometryBuilder.cxx \
26 AliFMDSurveyToAlignObjs.cxx
8f6ee336 27
c2fc1258 28# AliFMDAltroIO.cxx
29
b2e6f0b0 30HDRS = $(SRCS:.cxx=.h)
54e415a8 31DHDR := FMDbaseLinkDef.h
44cc5e44 32
89038aed 33EINCLUDE := RAW
35528b28 34
35ifeq (win32gcc,$(ALICE_TARGET))
36PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
37 -lSTEER -lCDB -lESD -lSTEERBase \
38 -lRAWDatabase \
8b13487a 39 -L$(ROOTLIBDIR) -lGeom
35528b28 40endif
4347b38f 41#
42# EOF
89038aed 43#