]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - FMD/libFMDbase.pkg
Adding the new AliRawReaderChain to the Create() mactory method. The URI syntax is...
[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
27# AliFMDAltroIO.cxx
28
29HDRS = $(SRCS:.cxx=.h)
30DHDR := FMDbaseLinkDef.h
31
32EINCLUDE := RAW
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
40#
41# EOF
42#