]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDutil.pkg
No need to liknk with lhapdf, pythia6 and microcern libraries
[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 \
df0d5480 15 AliFMDGainDA.cxx \
4b6119d6 16 AliFMDBackgroundCorrection.cxx
13686677 17
a1f80595 18HDRS = $(SRCS:.cxx=.h)
19DHDR := FMDutilLinkDef.h
4b6119d6 20EINCLUDE := RAW FMD/analysis
21
22ELIBS := FMDanalysis
23ELIBSDIR := $(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)
a1f80595 24
35528b28 25ifeq (win32gcc,$(ALICE_TARGET))
26PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
27 -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
28 -lRAWDatarec \
29 -L$(shell root-config --libdir) -lGeom
30endif
31
a1f80595 32#
33# EOF
89038aed 34#