]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/libPWG1.pkg
short description of the package from Naomi's presentation
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
index 062658667b7002e945cda40874f8239e041f13fe..c3cd9c53731c16f1e9499e2081486ef2603dcd4f 100644 (file)
@@ -1,9 +1,21 @@
+#-*- Mode: Makefile -*-
 
-SRCS:= AliTreeDraw.cxx \
-       AliGenInfo.cxx
+ORGSRCS  := $(wildcard PWG1/*.cxx)
+ORGSRCS  += $(wildcard PWG1/global/*.cxx)
+ORGSRCS  += $(wildcard PWG1/ITS/*.cxx)
+ORGSRCS  += $(wildcard PWG1/TPC/*.cxx)
+ORGSRCS  += $(wildcard PWG1/TRD/*.cxx)
+ORGSRCS  += $(wildcard PWG1/TRD/info/*.cxx)
 
+SRCS:= $(patsubst PWG1/%, %, ${ORGSRCS})
 HDRS:= $(SRCS:.cxx=.h)
-
 DHDR:= PWG1LinkDef.h
 
-EINCLUDE:= TPC
+EINCLUDE:= STEER TPC ITS TRD
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+                         -lESD -lSTEER -lTPCbase \
+                         -lANALYSISalice -lANALYSIS \
+                         -L$(ROOTLIBDIR) -lMinuit -lEG -lGeom
+endif