]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EPOS/libEPOS.pkg
Array of bits introduced to control better the "atomic" operations of the plugin...
[u/mrichter/AliRoot.git] / EPOS / libEPOS.pkg
index 994ccd52513663b78d32c57946b9ed42575a330f..d7b1aa0152702599f543ea4ec67a125701308ca1 100644 (file)
@@ -2,15 +2,15 @@
 
 SRCS:= \
 epos167/epostimer.cxx          \
-TEpos.cxx AliGenEpos.cxx AliGenEposEventHeader.cxx  \
+TEpos.cxx AliGenEpos.cxx \
 AliGenEposIsajetToPdgConverter.cxx
 
-HDRS=TEpos.h AliGenEpos.h AliGenEposEventHeader.h   \
+HDRS=TEpos.h AliGenEpos.h \
 AliGenEposIsajetToPdgConverter.h
 
 DHDR:=EPOSLinkDef.h
 
-EXPORT:=TEpos.h AliGenEpos.h AliGenEposEventHeader.h  \
+EXPORT:=TEpos.h AliGenEpos.h \
 AliGenEposIsajetToPdgConverter.h
 
 EINCLUDE:=EVGEN
@@ -40,6 +40,7 @@ epos167/epos-xpr-165.f  \
 epos167/eposm.f         \
 epos167/eposu.f
 
+
 EXTFILES:= \
 epos167/epos.inc  \
 epos167/epos.incems  \
@@ -77,5 +78,5 @@ endif
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lEVGEN -lSTEER -lSTEERBase \
-                         -L$(shell root-config --libdir) -lEG
+                         -L$(ROOTLIBDIR) -lEG
 endif