diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-01 15:27:37 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-01 15:27:37 (GMT) |
commit | 30bfb1e0eaa2783479b2adcf81e0c147963140f6 (patch) | |
tree | 2f21404e71d636322504afd40a0fd13ea3736af5 /doc | |
parent | f1278ad78fa0a36e4722760de1a6ec87f1ae6a17 (diff) | |
download | hdf5-30bfb1e0eaa2783479b2adcf81e0c147963140f6.zip hdf5-30bfb1e0eaa2783479b2adcf81e0c147963140f6.tar.gz hdf5-30bfb1e0eaa2783479b2adcf81e0c147963140f6.tar.bz2 |
[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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/ADGuide/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/Graphics/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/Intro/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/PSandPDF/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/TechNotes/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/Tutor/Graphics/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/Tutor/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/Tutor/examples/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/cpplus/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/ed_libs/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/ed_styles/Makefile.in | 1 | ||||
-rw-r--r-- | doc/html/fortran/Makefile.in | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 06f7335..72bfd52 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -184,6 +184,7 @@ H5FC_PP = $(bindir)/h5pfc # Make sure that these variables are exported to the Makefiles F9XMODEXT = @F9XMODEXT@ +F9XMODFLAG = @F9XMODFLAG@ # Add doc-specific include diff --git a/doc/html/ADGuide/Makefile.in b/doc/html/ADGuide/Makefile.in index 1df5341..82715bc 100644 --- a/doc/html/ADGuide/Makefile.in +++ b/doc/html/ADGuide/Makefile.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/ADGuide diff --git a/doc/html/Graphics/Makefile.in b/doc/html/Graphics/Makefile.in index e509a2d..e3b554a 100644 --- a/doc/html/Graphics/Makefile.in +++ b/doc/html/Graphics/Makefile.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/Graphics diff --git a/doc/html/Intro/Makefile.in b/doc/html/Intro/Makefile.in index e2c002c..9211b99 100644 --- a/doc/html/Intro/Makefile.in +++ b/doc/html/Intro/Makefile.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/Intro diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index aed4a75..2fec127 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -184,6 +184,7 @@ H5FC_PP = $(bindir)/h5pfc # Make sure that these variables are exported to the Makefiles F9XMODEXT = @F9XMODEXT@ +F9XMODFLAG = @F9XMODFLAG@ localdocdir = $(docdir)/hdf5 diff --git a/doc/html/PSandPDF/Makefile.in b/doc/html/PSandPDF/Makefile.in index f5d805a..a06fbc0 100644 --- a/doc/html/PSandPDF/Makefile.in +++ b/doc/html/PSandPDF/Makefile.in @@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc # Make sure that these variables are exported to the Makefiles F9XMODEXT = @F9XMODEXT@ +F9XMODFLAG = @F9XMODFLAG@ localdocdir = $(docdirc)/hdf5/PSandPDF subdir = doc/html/PSandPDF diff --git a/doc/html/TechNotes/Makefile.in b/doc/html/TechNotes/Makefile.in index c796e98..0e6cf2c 100644 --- a/doc/html/TechNotes/Makefile.in +++ b/doc/html/TechNotes/Makefile.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/TechNotes diff --git a/doc/html/Tutor/Graphics/Makefile.in b/doc/html/Tutor/Graphics/Makefile.in index 46ce6b4..445cdcc 100644 --- a/doc/html/Tutor/Graphics/Makefile.in +++ b/doc/html/Tutor/Graphics/Makefile.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 diff --git a/doc/html/Tutor/Makefile.in b/doc/html/Tutor/Makefile.in index 967eac5..e70bd8a 100644 --- a/doc/html/Tutor/Makefile.in +++ b/doc/html/Tutor/Makefile.in @@ -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 diff --git a/doc/html/Tutor/examples/Makefile.in b/doc/html/Tutor/examples/Makefile.in index 243ae98..d4103fc 100644 --- a/doc/html/Tutor/examples/Makefile.in +++ b/doc/html/Tutor/examples/Makefile.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/examples diff --git a/doc/html/cpplus/Makefile.in b/doc/html/cpplus/Makefile.in index 533765f..5b69b40 100644 --- a/doc/html/cpplus/Makefile.in +++ b/doc/html/cpplus/Makefile.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/cpplus diff --git a/doc/html/ed_libs/Makefile.in b/doc/html/ed_libs/Makefile.in index f95e21c..947a0e9 100644 --- a/doc/html/ed_libs/Makefile.in +++ b/doc/html/ed_libs/Makefile.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/ed_libs diff --git a/doc/html/ed_styles/Makefile.in b/doc/html/ed_styles/Makefile.in index 132eaac..a453e70 100644 --- a/doc/html/ed_styles/Makefile.in +++ b/doc/html/ed_styles/Makefile.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/ed_styles diff --git a/doc/html/fortran/Makefile.in b/doc/html/fortran/Makefile.in index 3d2657d..a93a32e 100644 --- a/doc/html/fortran/Makefile.in +++ b/doc/html/fortran/Makefile.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/fortran |