]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDutil.pkg
a macro with TPC,ITS, ITSSPD vertex, global vertex and v0's
[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 \
13686677 12 AliFMDAnaESD.cxx \
13 AliFMDBaseDA.cxx \
14 AliFMDPedestalDA.cxx \
7af3df7f 15 AliFMDGainDA.cxx \
d05586f1 16 AliFMDSpectraDisplay.cxx
17
13686677 18
a1f80595 19HDRS = $(SRCS:.cxx=.h)
20DHDR := FMDutilLinkDef.h
d05586f1 21EINCLUDE := RAW
4b6119d6 22
c6b36280 23#ELIBS := FMDanalysis
24#ELIBSDIR := $(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)
25
35528b28 26ifeq (win32gcc,$(ALICE_TARGET))
27PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
28 -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
29 -lRAWDatarec \
8b13487a 30 -L$(ROOTLIBDIR) -lGeom
35528b28 31endif
32
a1f80595 33#
34# EOF
89038aed 35#