]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - THbtp/libTHbtp.pkg
Temporary protection if one runs raw->sdigits for the real data.
[u/mrichter/AliRoot.git] / THbtp / libTHbtp.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2FSRCS = hbt_event_processor.f
3SRCS= THBTprocessor.cxx AliGenHBTprocessor.cxx
4
5HDRS= $(SRCS:.cxx=.h)
6
7DHDR= THbtpLinkDef.h
8
9EXPORT:=HBTprocCOMMON.h THBTprocessor.h
10
11EINCLUDE = EVGEN
12
13ifeq (win32gcc,$(ALICE_TARGET))
14PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
15 -lSTEER -lEVGEN -lSTEERBase -lmicrocern \
16 -L$(ROOTLIBDIR) -lEG
17endif
18