X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FlibFMDrec.pkg;h=0505030b7b8edbb4d9e20366d6f0353a94274c94;hb=8dbd38af7cd59dcadbd7f8bbb4178ebc9b00b1f0;hp=ad83dc6fe71a8b86e5aa44efb363362eca5aec9a;hpb=e802be3eafd0ff72856d4497226c183f6a363dfc;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/libFMDrec.pkg b/FMD/libFMDrec.pkg index ad83dc6fe71..0505030b7b8 100644 --- a/FMD/libFMDrec.pkg +++ b/FMD/libFMDrec.pkg @@ -2,15 +2,24 @@ # # $Id$ -SRCS = AliFMDReconstructor.cxx \ - AliFMDReconstructionAlgorithm.cxx \ - AliFMDRawStream.cxx \ - AliFMDRawReader.cxx \ - AliFMDParticles.cxx \ - AliFMDUShortMap.cxx +SRCS = AliFMDReconstructor.cxx \ + AliFMDRecoParam.cxx \ + AliFMDRawStream.cxx \ + AliFMDRawReader.cxx \ + AliFMDRecPoint.cxx \ + AliFMDQADataMakerRec.cxx \ + AliFMDOfflineTrigger.cxx \ + AliFMDESDRevertexer.cxx + HDRS = $(SRCS:.cxx=.h) DHDR := FMDrecLinkDef.h -EINCLUDE := $(ALICE)/RAW +EINCLUDE := RAW + +ifeq (win32gcc,$(ALICE_TARGET)) +PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ + -lFMDbase -lSTEER -lESD -lSTEERBase \ + -lRAWDatarec +endif # # EOF