Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7879647
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
View Options
Index: trunk/src/lhapdf/Makefile.am
===================================================================
--- trunk/src/lhapdf/Makefile.am (revision 5881)
+++ trunk/src/lhapdf/Makefile.am (revision 5882)
@@ -1,73 +1,73 @@
## Makefile.am -- Makefile for WHIZARD
##
## 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.
if LHAPDF6_AVAILABLE
noinst_LTLIBRARIES = libLHAPDFWrap.la
libLHAPDFWrap_la_SOURCES = \
LHAPDFWrap.cpp lhapdf.f90
libLHAPDFWrap_la_CPPFLAGS = $(LHAPDF_CXXFLAGS)
-else
-noinst_LTLIBRARIES = libLHAPDFWrap_dummy.la
-libLHAPDFWrap_dummy_la_SOURCES = \
- LHAPDFWrap_dummy.f90
+### else
+### noinst_LTLIBRARIES = libLHAPDFWrap_dummy.la
+### libLHAPDFWrap_dummy_la_SOURCES = \
+### LHAPDFWrap_dummy.f90
endif
AM_FCFLAGS =
########################################################################
## Default Fortran compiler options
## Profiling
if FC_USE_PROFILING
AM_FCFLAGS += $(FCFLAGS_PROFILING)
endif
## OpenMP
if FC_USE_OPENMP
AM_FCFLAGS += $(FCFLAGS_OPENMP)
endif
########################################################################
## Explicit dependencies
lhapdf.lo: ../misc/kinds.$(FC_MODULE_EXT)
AM_FCFLAGS += -I../misc
MODULES= \
lhapdf.$(FC_MODULE_EXT)
########################################################################
## Non-standard cleanup tasks
## Remove backup files
maintainer-clean-local:
-rm -f *~
## Remove module files
clean-local:
-rm -f $(MODULES)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 8:40 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3806113
Default Alt Text
(2 KB)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment