]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDbase.pkg
Commit of new FMD3 geometry and other geometry related issues.
[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 \
25 AliFMDGeometryBuilder.cxx
8f6ee336 26
c2fc1258 27# AliFMDAltroIO.cxx
28
02a27b50 29HDRS = $(SRCS:.cxx=.h)
54e415a8 30DHDR := FMDbaseLinkDef.h
44cc5e44 31
89038aed 32EINCLUDE := RAW
35528b28 33
34ifeq (win32gcc,$(ALICE_TARGET))
35PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
36 -lSTEER -lCDB -lESD -lSTEERBase \
37 -lRAWDatabase \
38 -L$(shell root-config --libdir) -lGeom
39endif
4347b38f 40#
41# EOF
89038aed 42#