]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - STAT/libSTAT.pkg
fix warning (thanks Federico)
[u/mrichter/AliRoot.git] / STAT / libSTAT.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS= \
4 TKDInterpolatorBase.cxx \
5 TKDNodeInfo.cxx \
6 TKDPDF.cxx \
7 TKDInterpolator.cxx \
8 TKDSpline.cxx \
9 AliTMinuitToolkit.cxx \
10 TStatToolkit.cxx
11
12HDRS= $(SRCS:.cxx=.h)
13
14DHDR:=STATLinkDef.h
15
16ifeq (win32gcc,$(ALICE_TARGET))
17PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
18 -lCDB \
19 -L$(shell root-config --libdir) -lMinuit
20endif