From: morsch Date: Wed, 6 Sep 2000 16:08:45 +0000 (+0000) Subject: Change from Pythia5 to Pythia6 libraries. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=f4352f191e3ea77065d54eab4844a55250a4e782;ds=sidebyside Change from Pythia5 to Pythia6 libraries. Take out ludata.F and pydata.F from list of FORTRAN sources. --- diff --git a/ALIROOT/Makefile b/ALIROOT/Makefile index 2c8951ba797..2be185eb8cd 100644 --- a/ALIROOT/Makefile +++ b/ALIROOT/Makefile @@ -23,7 +23,7 @@ DICTO = $(DICT:.cxx=.o) # FORTRAN Sources -FSRCS = loadmod.F pydata.F ludata.F +FSRCS = loadmod.F # FORTRAN Objectrs @@ -70,7 +70,7 @@ depend: $(ALLSRCS) $(BINDIR)/aliroot: $(OBJS) $(COBJS) $(FOBJS) -LIBS = $(ALILIBS) $(G3LIBS) $(CLIBS) $(GLIBS) -lEG -lEGPythia -lpythia -lpdf \ +LIBS = $(ALILIBS) $(G3LIBS) $(CLIBS) $(GLIBS) -lEG -lEGPythia6 -lpythia6 -lpdf \ -lTHijing -lhijing TOCLEAN = $(PROGRAM) $(OBJS) $(COBJS) $(FOBJS)