]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - FMD/libFMDutil.pkg
Removed generated files@
[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 AliFMDSpectraDisplay.cxx
17
18
19HDRS = $(SRCS:.cxx=.h)
20DHDR := FMDutilLinkDef.h
21EINCLUDE := RAW
22
23#ELIBS := FMDanalysis
24#ELIBSDIR := $(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)
25
26ifeq (win32gcc,$(ALICE_TARGET))
27PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
28 -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
29 -lRAWDatarec \
30 -L$(ROOTLIBDIR) -lGeom
31endif
32
33#
34# EOF
35#