]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - FMD/libFMDutil.pkg
Simple scripts to run various steps.
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2#
3# $Id$
4
5SRCS = AliFMDInput.cxx \
6 AliFMDDisplay.cxx \
7 AliFMDPattern.cxx \
8 AliFMDFancy.cxx \
9 AliFMDCalibFaker.cxx \
10 AliFMDAlignFaker.cxx \
11 AliFMDAnaRing.cxx \
12 AliFMDAnaESD.cxx \
13 AliFMDBaseDA.cxx \
14 AliFMDPedestalDA.cxx \
15 AliFMDGainDA.cxx
16
17HDRS = $(SRCS:.cxx=.h)
18DHDR := FMDutilLinkDef.h
19EINCLUDE := RAW
20
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
28#
29# EOF
30#