]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDutil.pkg
silvermy@ornl.gov - missed in 1st round; filled MetaData and Id fields also now
[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 \
15 AliFMDGainDA.cxx
16
a1f80595 17HDRS = $(SRCS:.cxx=.h)
18DHDR := FMDutilLinkDef.h
89038aed 19EINCLUDE := RAW
a1f80595 20
35528b28 21ifeq (win32gcc,$(ALICE_TARGET))
22PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23 -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
24 -lRAWDatarec \
25 -L$(shell root-config --libdir) -lGeom
26endif
27
a1f80595 28#
29# EOF
89038aed 30#