]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - THbtp/libTHbtp.pkg
update these nacros and script
[u/mrichter/AliRoot.git] / THbtp / libTHbtp.pkg
index ff53429162707613dcce9e0583cf888be5d04595..76a40791accf0e3ecc8baae112645312e4507709 100644 (file)
@@ -1,5 +1,18 @@
-SRCS= THBTprocessor.cxx 
+#-*- Mode: Makefile -*-
+FSRCS  =  hbt_event_processor.f
+SRCS= THBTprocessor.cxx AliGenHBTprocessor.cxx
 
 HDRS= $(SRCS:.cxx=.h)
 
-DHDR= THBTprocessorLinkDef.h
+DHDR= THbtpLinkDef.h 
+
+EXPORT:=HBTprocCOMMON.h THBTprocessor.h
+
+EINCLUDE = EVGEN
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEER -lEVGEN -lSTEERBase -lmicrocern \
+                         -L$(ROOTLIBDIR) -lEG
+endif
+