]> git.uio.no Git - u/mrichter/AliRoot.git/blame - JETAN/libFASTJETAN.pkg
Cdf adapted to the common debug option
[u/mrichter/AliRoot.git] / JETAN / libFASTJETAN.pkg
CommitLineData
c14b7729 1#-*-Mode: Makefile-*-
2
50c7d9f7 3SRCS = AliFastJetFinder.cxx AliFastJetHeaderV1.cxx AliFastJetInput.cxx AliJetBkg.cxx\
c14b7729 4 AliSISConeJetFinder.cxx AliSISConeJetHeader.cxx
2d433485 5ifneq ($(FASTJET_ROOT),)
85cb7f6b 6 EINCLUDE += $(FASTJET_ROOT)/include
c14b7729 7else
2d433485 8 FASTJET_ROOT=$(ALICE_ROOT)/JETAN
9 EINCLUDE += $(FASTJET_ROOT)/fastjet
c14b7729 10endif
11
12
13HDRS:= $(SRCS:.cxx=.h)
14DHDR= FASTJETANLinkDef.h
2d433485 15
c14b7729 16
17ifeq (win32gcc,$(ALICE_TARGET))
18PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19 -lSTEERBase -lESD -lAOD -lANALYSIS -lANALYSISalice -lJETAN \
8b13487a 20 -L$(ROOTLIBDIR) -lEG -lGeom
c14b7729 21endif
22