]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG1/libPWG1.pkg
Quick fix for bug 71658
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
CommitLineData
fef52460 1#-*- Mode: Makefile -*-
c92725b7 2
8b04dae1 3ORGSRCS := $(wildcard PWG1/*.cxx)
4ORGSRCS += $(wildcard PWG1/global/*.cxx)
13698385 5ORGSRCS += $(wildcard PWG1/cosmic/*.cxx)
c8a8c7a2 6ORGSRCS += $(wildcard PWG1/tender/*.cxx)
8b04dae1 7ORGSRCS += $(wildcard PWG1/ITS/*.cxx)
8b04dae1 8ORGSRCS += $(wildcard PWG1/TRD/*.cxx)
96c0c856 9ORGSRCS += $(wildcard PWG1/TPC/*.cxx)
8b04dae1 10ORGSRCS += $(wildcard PWG1/TRD/info/*.cxx)
dbec3946 11ORGSRCS += $(wildcard PWG1/background/*.cxx)
09b20ad1 12
8b04dae1 13SRCS:= $(patsubst PWG1/%, %, ${ORGSRCS})
c92725b7 14HDRS:= $(SRCS:.cxx=.h)
c92725b7 15DHDR:= PWG1LinkDef.h
16
dbec3946 17EINCLUDE:= STEER TPC ITS TRD ANALYSIS/Tender ANALYSIS PWG1/comparison PWG1/cosmic PWG1/global PWG1/tender PWG1/ITS PWG1/TPC PWG1/TRD PWG1/TRD/info PWG1/background
fef52460 18
19ifeq (win32gcc,$(ALICE_TARGET))
20PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
21 -lESD -lSTEER -lTPCbase \
22 -lANALYSISalice -lANALYSIS \
8b13487a 23 -L$(ROOTLIBDIR) -lMinuit -lEG -lGeom
fef52460 24endif