diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-04-12 23:11:16 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-04-12 23:11:16 (GMT) |
commit | 12e8b52917ad7ecb027506b5f6231c2f4e8a164e (patch) | |
tree | 74ec6e0071c145de3d0c0edcc3093a09e1c8c1d1 /c++ | |
parent | 18bee91d73cc4dbc1024f8c92172a417e1669bc6 (diff) | |
download | hdf5-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 'c++')
-rw-r--r-- | c++/Makefile.in | 2 | ||||
-rw-r--r-- | c++/examples/Makefile.in | 2 | ||||
-rw-r--r-- | c++/src/Makefile.in | 2 | ||||
-rw-r--r-- | c++/test/Makefile.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in index d225875..ebb2214 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -260,7 +260,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/c++/examples/Makefile.in b/c++/examples/Makefile.in index ad240a4..bdbd0c0 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -227,7 +227,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/c++/src/Makefile.in b/c++/src/Makefile.in index 0ba836f..1812bee 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -299,7 +299,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/c++/test/Makefile.in b/c++/test/Makefile.in index 58a04b9..3fa23b0 100644 --- a/c++/test/Makefile.in +++ b/c++/test/Makefile.in @@ -260,7 +260,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@ |