]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG1/libPWG1.pkg
new code from Alberica.
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
1 #-*- Mode: Makefile -*-
2
3 ORGSRCS  := $(wildcard PWG1/*.cxx)
4 ORGSRCS  += $(wildcard PWG1/global/*.cxx)
5 ORGSRCS  += $(wildcard PWG1/cosmic/*.cxx)
6 ORGSRCS  += $(wildcard PWG1/tender/*.cxx)
7 ORGSRCS  += $(wildcard PWG1/HMPID/*.cxx)
8 ORGSRCS  += $(wildcard PWG1/ITS/*.cxx)
9 ORGSRCS  += $(wildcard PWG1/TRD/*.cxx)
10 ORGSRCS  += $(wildcard PWG1/TPC/*.cxx)
11 ORGSRCS  += $(wildcard PWG1/TOF/*.cxx)
12 ORGSRCS  += $(wildcard PWG1/TRD/info/*.cxx)
13 ORGSRCS  += $(wildcard PWG1/background/*.cxx)
14 ORGSRCS  += $(wildcard PWG1/Centrality/*.cxx)
15
16 SRCS:= $(patsubst PWG1/%, %, ${ORGSRCS})
17 HDRS:= $(SRCS:.cxx=.h)
18 DHDR:= PWG1LinkDef.h
19
20 EINCLUDE:= STEER TPC ITS TRD TRD/Cal TOF ANALYSIS/Tender ANALYSIS PWG1/comparison PWG1/cosmic PWG1/global PWG1/tender PWG1/ITS PWG1/TPC PWG1/TRD PWG1/TRD/info PWG1/background PWG1/Centrality
21
22 ifeq (win32gcc,$(ALICE_TARGET))
23 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
24                          -lESD -lSTEER -lTPCbase \
25                          -lANALYSISalice -lANALYSIS \
26                          -L$(ROOTLIBDIR) -lMinuit -lEG -lGeom
27 endif