]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - THbtp/libTHbtp.pkg
CSP registers depend of FEE firmware, not RCU firmware
[u/mrichter/AliRoot.git] / THbtp / libTHbtp.pkg
index a22ef7e7b288a16aaa8aebde43d65ae1eff9eab3..009bbe0829c0cba97bf49f0ac2195e943a71b878 100644 (file)
@@ -1,8 +1,16 @@
+#-*- 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
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEER -lEVGEN -lSTEERBase -lmicrocern \
+                         -L$(shell root-config --libdir) -lEG
+endif
+