Page MenuHomeHEPForge

No OneTemporary

Index: trunk/pythia/Makefile.am
===================================================================
--- trunk/pythia/Makefile.am (revision 5896)
+++ trunk/pythia/Makefile.am (revision 5897)
@@ -1,71 +1,71 @@
## Makefile.am -- Makefile for WHIZARD
# $Id: Makefile.am 1564 2010-01-21 18:19:23Z ohl $
##
## Process this file with automake to produce Makefile.in
##
########################################################################
#
# Copyright (C) 1999-2014 by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
# Christian Speckner <cnspeckn@googlemail.com>
#
# WHIZARD is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# WHIZARD is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
########################################################################
## The files in this directory end up in an auxiliary libtool library.
AM_FFLAGS =
AM_FCFLAGS =
if PYTHIA_AVAILABLE
if FC_IS_NAG
AM_FFLAGS += -dcfuns -w
AM_FCFLAGS += -dcfuns -w
endif
noinst_LTLIBRARIES = libpythia_wo.la
-if LHAPDF_AVAILABLE
+if LHAPDF5_AVAILABLE
libpythia_wo_la_SOURCES = pythia.f
else
libpythia_wo_la_SOURCES = pythia.f pythia_pdf.f
endif
endif
########################################################################
## Default Fortran compiler options
## Profiling
if FC_USE_PROFILING
AM_FFLAGS += $(FCFLAGS_PROFILING)
AM_FCFLAGS += $(FCFLAGS_PROFILING)
endif
## OpenMP
if FC_USE_OPENMP
AM_FFLAGS += $(FCFLAGS_OPENMP)
AM_FCFLAGS += $(FCFLAGS_OPENMP)
endif
########################################################################
## Non-standard cleanup tasks
## Remove backup files
maintainer-clean-local:
-rm -f *~

File Metadata

Mime Type
text/x-diff
Expires
Tue, Nov 19, 9:19 PM (22 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3806234
Default Alt Text
(2 KB)

Event Timeline