Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7879875
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/hoppet/Makefile.am
===================================================================
--- trunk/src/hoppet/Makefile.am (revision 5901)
+++ trunk/src/hoppet/Makefile.am (revision 5902)
@@ -1,67 +1,67 @@
## Makefile.am -- Makefile for WHIZARD
##
## Process this file with automake to produce Makefile.in
#
# Copyright (C) 1999-2013 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 HOPPET_AVAILABLE
noinst_LTLIBRARIES = libhoppet.la
libhoppet_la_SOURCES = hoppet.f90
-libhoppet_la_FCFLAGS = $(HOPPET_INCLUDES)
+libhoppet_la_FCFLAGS = $(AM_FCFLAGS) $(HOPPET_INCLUDES)
else
noinst_LTLIBRARIES = libhoppet_dummy.la
libhoppet_dummy_la_SOURCES = hoppet_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
-libhoppet.la: ../misc/system_dependencies.$(FC_MODULE_EXT)
+libhoppet.lo: ../misc/system_dependencies.$(FC_MODULE_EXT)
AM_FCFLAGS += -I../misc
MODULES= \
hoppet.$(FC_MODULE_EXT)
########################################################################
## Cleanup
## Remove backup files
maintainer-clean-local:
-rm -f *~
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 9:19 PM (1 d, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3806240
Default Alt Text
(2 KB)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment