summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-04-12 23:11:16 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-04-12 23:11:16 (GMT)
commit12e8b52917ad7ecb027506b5f6231c2f4e8a164e (patch)
tree74ec6e0071c145de3d0c0edcc3093a09e1c8c1d1 /fortran
parent18bee91d73cc4dbc1024f8c92172a417e1669bc6 (diff)
downloadhdf5-12e8b52917ad7ecb027506b5f6231c2f4e8a164e.zip
hdf5-12e8b52917ad7ecb027506b5f6231c2f4e8a164e.tar.gz
hdf5-12e8b52917ad7ecb027506b5f6231c2f4e8a164e.tar.bz2
[svn-r23583] update the encoding/decoding part of the IOD plugin
- complete overhaul to use FS proc macros - remove dead code Rename FS routines to HG and update configure magic and makefiles Many bug fixes
Diffstat (limited to 'fortran')
-rw-r--r--fortran/Makefile.in2
-rw-r--r--fortran/examples/Makefile.in2
-rw-r--r--fortran/src/Makefile.in2
-rw-r--r--fortran/test/Makefile.in2
-rw-r--r--fortran/testpar/Makefile.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index 861bcb8..0e58ed3 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -264,7 +264,7 @@ MPE = @MPE@
MPI_GET_SIZE = @MPI_GET_SIZE@
MYAXE_LIBS = @MYAXE_LIBS@
MYIOD_LIBS = @MYIOD_LIBS@
-MYSHIPPER_LIBS = @MYSHIPPER_LIBS@
+MYMERCURY_LIBS = @MYMERCURY_LIBS@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 34700da..be85087 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -235,7 +235,7 @@ MPE = @MPE@
MPI_GET_SIZE = @MPI_GET_SIZE@
MYAXE_LIBS = @MYAXE_LIBS@
MYIOD_LIBS = @MYIOD_LIBS@
-MYSHIPPER_LIBS = @MYSHIPPER_LIBS@
+MYMERCURY_LIBS = @MYMERCURY_LIBS@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 33b985c..6102f74 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -348,7 +348,7 @@ MPE = @MPE@
MPI_GET_SIZE = @MPI_GET_SIZE@
MYAXE_LIBS = @MYAXE_LIBS@
MYIOD_LIBS = @MYIOD_LIBS@
-MYSHIPPER_LIBS = @MYSHIPPER_LIBS@
+MYMERCURY_LIBS = @MYMERCURY_LIBS@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 4f3c79d..5352f3f 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -333,7 +333,7 @@ MPE = @MPE@
MPI_GET_SIZE = @MPI_GET_SIZE@
MYAXE_LIBS = @MYAXE_LIBS@
MYIOD_LIBS = @MYIOD_LIBS@
-MYSHIPPER_LIBS = @MYSHIPPER_LIBS@
+MYMERCURY_LIBS = @MYMERCURY_LIBS@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index 39effb9..8dc4023 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -259,7 +259,7 @@ MPE = @MPE@
MPI_GET_SIZE = @MPI_GET_SIZE@
MYAXE_LIBS = @MYAXE_LIBS@
MYIOD_LIBS = @MYIOD_LIBS@
-MYSHIPPER_LIBS = @MYSHIPPER_LIBS@
+MYMERCURY_LIBS = @MYMERCURY_LIBS@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@