]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - JETAN/libFASTJETAN.pkg
Keep track of missing DCS points in DDL maps (flagged by 'x')
[u/mrichter/AliRoot.git] / JETAN / libFASTJETAN.pkg
... / ...
CommitLineData
1#-*-Mode: Makefile-*-
2
3SRCS = AliFastJetFinder.cxx AliFastJetHeaderV1.cxx AliFastJetInput.cxx AliJetBkg.cxx\
4 AliSISConeJetFinder.cxx AliSISConeJetHeader.cxx AliAnalysisTaskJetCluster.cxx
5ifneq ($(FASTJET_ROOT),)
6 EINCLUDE += $(FASTJET_ROOT)/include
7else
8 FASTJET_ROOT=$(ALICE_ROOT)/JETAN
9 EINCLUDE += $(FASTJET_ROOT)/fastjet
10endif
11
12
13HDRS:= $(SRCS:.cxx=.h)
14DHDR= FASTJETANLinkDef.h
15
16EINCLUDE:= JETAN/fastjet
17
18ifeq (win32gcc,$(ALICE_TARGET))
19PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
20 -lSTEERBase -lESD -lAOD -lANALYSIS -lANALYSISalice -lJETAN \
21 -L$(ROOTLIBDIR) -lEG -lGeom
22endif
23