X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EVE%2Fbinalieve.pkg;h=cb1a5e5cd8918da14604476f3b80d14ca87a43f6;hp=4e9f48f725c0d9eea333c0e90aaa6af02a7d7778;hb=2074deef342ad9a0efac2576213c24e0738d581a;hpb=574593065679acf55a498b1e3c371966a8e9df6b diff --git a/EVE/binalieve.pkg b/EVE/binalieve.pkg index 4e9f48f725c..cb1a5e5cd89 100644 --- a/EVE/binalieve.pkg +++ b/EVE/binalieve.pkg @@ -15,7 +15,9 @@ ELIBS := Reve Alieve \ STRUCT STARTbase STARTsim STARTrec EVGEN ESD CDB STEER \ pythia6 AliPythia6 pdf THijing \ hijing TMEVSIM mevsim THbtp HBTP TEPEMGEN EPEMGEN \ - FASTSIM microcern RAWData AliL3Src AliL3Comp AliL3Misc AliL3MUON \ + FASTSIM microcern \ + RAWDatabase RAWDatarec RAWDatasim \ + AliL3Src AliL3Comp AliL3Misc AliL3MUON \ AliL3Hough AliL3ITS \ # THerwig herwig TPHIC @@ -27,9 +29,6 @@ ifeq (macosx,$(ALICE_TARGET)) # On Mac OS X gcc we need GL ELIBS+=GL ELIBSDIR+=/usr/X11R6/lib/ -# On Mac OS X gcc we need f2c -ELIBS+=f2c -ELIBSDIR+=$(dir $(shell find $(FINK_ROOT) -name 'libf2c.*')) ELIBSCPP:=$(filter-out microcern,$(ELIBS)) ELIBSCPP:=$(filter-out pdf,$(ELIBSCPP)) @@ -37,7 +36,9 @@ ELIBSCPP:=$(filter-out mevsim,$(ELIBSCPP)) ELIBSCPP:=$(filter-out HBTP,$(ELIBSCPP)) ELIBSCPP:=$(filter-out herwig,$(ELIBSCPP)) ELIBSCPP:=$(filter-out EPEMGEN,$(ELIBSCPP)) - PACKLDFLAGS:=$(LDFLAGS) $(ELIBSCPP:%=-Wl,-u,_G__cpp_setupG__%) +# On Mac OS X gcc we need f2c +ELIBS+=f2c +ELIBSDIR+=$(dir $(shell find $(FINK_ROOT) -name 'libf2c.*')) endif