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
Possibility to create an independent par file containing the new analysis framework...
[u/mrichter/AliRoot.git]
/
ANALYSIS
/
libANALYSIS_NEW.pkg
1
SRCS = AliAnalysisDataContainer.cxx AliAnalysisDataSlot.cxx \
2
AliAnalysisManager.cxx AliAnalysisTask.cxx
3
4
5
HDRS:= $(SRCS:.cxx=.h)
6
7
DHDR= AnalysisTaskLinkDef.h
8
9
EXPORT:=$(SRCS:.cxx=.h)
10
11