#-*- Mode: Makefile -*- FSRCS = hbt_event_processor.f SRCS= THBTprocessor.cxx AliGenHBTprocessor.cxx HDRS= $(SRCS:.cxx=.h) DHDR= THBTprocessorLinkDef.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