git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
TKDTree now in Root
[u/mrichter/AliRoot.git]
/
STAT
/
libSTAT.pkg
1
#-*- Mode: Makefile -*-
2
3
SRCS= \
4
TKDInterpolatorBase.cxx \
5
TKDNodeInfo.cxx \
6
TKDPDF.cxx \
7
TKDInterpolator.cxx \
8
TKDSpline.cxx \
9
AliTMinuitToolkit.cxx \
10
TStatToolkit.cxx
11
12
HDRS= $(SRCS:.cxx=.h)
13
14
DHDR:=STATLinkDef.h
15
16
ifeq (win32gcc,$(ALICE_TARGET))
17
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
18
-lCDB \
19
-L$(shell root-config --libdir) -lMinuit
20
endif