[svn-r9907] Purpose:
Bug fix Description: Different compilers use different flags to include Fortran module files Solution: Changed boilerplate to use configure variable rather than hardcoded -M flag. Platforms tested: sleipnir, sol, copper
This commit is contained in:
@@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/Tutor/Graphics
|
||||
|
||||
|
||||
@@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
SUBDIRS = Graphics examples
|
||||
localdocdir = $(docdir)/hdf5/Tutor
|
||||
|
||||
@@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/Tutor/examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user