diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/Makefile.in | 3 | ||||
-rw-r--r-- | fortran/examples/Makefile.in | 3 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 4 | ||||
-rw-r--r-- | fortran/test/Makefile.in | 4 | ||||
-rw-r--r-- | fortran/testpar/Makefile.in | 4 |
5 files changed, 10 insertions, 8 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index 63a4177..477763a 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -1,4 +1,3 @@ -## Top-level HDF5-Fortran Makefile(.in) ## ## Copyright by the Board of Trustees of the University of Illinois. ## All rights reserved. @@ -16,6 +15,8 @@ ## but does so in the correct order. You can alternatively invoke make from ## each subdirectory manually. ## +## Top-level HDF5-Fortran Makefile(.in) +## top_srcdir=@top_srcdir@ top_builddir=.. srcdir=@srcdir@ diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index c4c1882..745c15d 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -1,4 +1,3 @@ -## HDF5-Fortran test/Makefile(.in) ## ## Copyright by the Board of Trustees of the University of Illinois. ## All rights reserved. @@ -12,6 +11,8 @@ ## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have ## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. ## +## HDF5-Fortran test/Makefile(.in) +## top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 6b80cc5..e5f06f3 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -1,6 +1,4 @@ ## -## HDF5 Fortran Library Makefile(.in) -## ## Copyright by the Board of Trustees of the University of Illinois. ## All rights reserved. ## @@ -13,6 +11,8 @@ ## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have ## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. ## +## HDF5 Fortran Library Makefile(.in) +## top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index b60d7de..e72a10d 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -1,5 +1,3 @@ -## HDF5-Fortran test/Makefile(.in) - ## ## Copyright by the Board of Trustees of the University of Illinois. ## All rights reserved. @@ -13,6 +11,8 @@ ## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have ## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. ## +## HDF5-Fortran test/Makefile(.in) +## top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index ea8d31b..863da35 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -1,5 +1,3 @@ -## HDF5 Fortran Parallel Library Test Makefile(.in) -## ## ## Copyright by the Board of Trustees of the University of Illinois. ## All rights reserved. @@ -13,6 +11,8 @@ ## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have ## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. ## +## HDF5 Fortran Parallel Library Test Makefile(.in) +## top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ |