]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PWG1/libPWG1.pkg
short description of the package from Naomi's presentation
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
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)
9
10SRCS:= $(patsubst PWG1/%, %, ${ORGSRCS})
11HDRS:= $(SRCS:.cxx=.h)
12DHDR:= PWG1LinkDef.h
13
14EINCLUDE:= STEER TPC ITS TRD
15
16ifeq (win32gcc,$(ALICE_TARGET))
17PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
18 -lESD -lSTEER -lTPCbase \
19 -lANALYSISalice -lANALYSIS \
20 -L$(ROOTLIBDIR) -lMinuit -lEG -lGeom
21endif