]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2spectra.pkg
Splitting the proton analysis into the real thing and the QA (more on the QA later)
[u/mrichter/AliRoot.git] / PWG2 / libPWG2spectra.pkg
CommitLineData
1e57e576 1#-*- Mode: Makefile -*-
2
3e6c06f4 3SRCS=SPECTRA/AliProtonAnalysis.cxx SPECTRA/AliProtonQAAnalysis.cxx
734d2c12 4
5HDRS= $(SRCS:.cxx=.h)
6
7DHDR:=PWG2spectraLinkDef.h
8
9EXPORT:=
10
11EINCLUDE:=
12
1e57e576 13ifeq (win32gcc,$(ALICE_TARGET))
14PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
39f2a708 15 -lESD -lAOD -lSTEERBase -lCORRFW
1e57e576 16endif