]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDutil.pkg
This is the base class for the FMD Detector Algorithms. All FMD DAs will derive from...
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
CommitLineData
a1f80595 1#-*- Mode: Makefile -*-
2#
3# $Id$
4
bf000c32 5SRCS = AliFMDInput.cxx \
930b8622 6 AliFMDDisplay.cxx \
a9579262 7 AliFMDPattern.cxx \
8 AliFMDFancy.cxx \
930b8622 9 AliFMDCalibFaker.cxx \
9b98d361 10 AliFMDAlignFaker.cxx \
11 AliFMDAnaRing.cxx \
12 AliFMDAnaESD.cxx
a1f80595 13HDRS = $(SRCS:.cxx=.h)
14DHDR := FMDutilLinkDef.h
89038aed 15EINCLUDE := RAW
a1f80595 16
35528b28 17ifeq (win32gcc,$(ALICE_TARGET))
18PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19 -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
20 -lRAWDatarec \
21 -L$(shell root-config --libdir) -lGeom
22endif
23
a1f80595 24#
25# EOF
89038aed 26#