]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG1/libPWG1.pkg
short description of the package from Naomi's presentation
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
CommitLineData
fef52460 1#-*- Mode: Makefile -*-
c92725b7 2
8b04dae1 3ORGSRCS := $(wildcard PWG1/*.cxx)
4ORGSRCS += $(wildcard PWG1/global/*.cxx)
5ORGSRCS += $(wildcard PWG1/ITS/*.cxx)
6ORGSRCS += $(wildcard PWG1/TPC/*.cxx)
7ORGSRCS += $(wildcard PWG1/TRD/*.cxx)
8ORGSRCS += $(wildcard PWG1/TRD/info/*.cxx)
09b20ad1 9
8b04dae1 10SRCS:= $(patsubst PWG1/%, %, ${ORGSRCS})
c92725b7 11HDRS:= $(SRCS:.cxx=.h)
c92725b7 12DHDR:= PWG1LinkDef.h
13
26e10df5 14EINCLUDE:= STEER TPC ITS TRD
fef52460 15
16ifeq (win32gcc,$(ALICE_TARGET))
17PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
18 -lESD -lSTEER -lTPCbase \
19 -lANALYSISalice -lANALYSIS \
8b13487a 20 -L$(ROOTLIBDIR) -lMinuit -lEG -lGeom
fef52460 21endif