summaryrefslogtreecommitdiffstats
path: root/vms/tools
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2008-11-21 15:48:28 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2008-11-21 15:48:28 (GMT)
commite2c88e83bd54e0b76e9173e8e63442ab7230126c (patch)
tree25e0f124547f0ce029f7fbdc78254c773b9dcd09 /vms/tools
parent0fa496eced53ce58bb6c3f5ae7ea9d0e053191e1 (diff)
downloadhdf5-e2c88e83bd54e0b76e9173e8e63442ab7230126c.zip
hdf5-e2c88e83bd54e0b76e9173e8e63442ab7230126c.tar.gz
hdf5-e2c88e83bd54e0b76e9173e8e63442ab7230126c.tar.bz2
[svn-r16113] Updated the makefiles (make.com) and check.com and src/h5pubconf.h (generated on kagiso).
Not tested yet.
Diffstat (limited to 'vms/tools')
-rw-r--r--vms/tools/h5copy/make.com2
-rw-r--r--vms/tools/h5diff/make.com2
-rw-r--r--vms/tools/h5dump/make.com2
-rw-r--r--vms/tools/h5import/make.com2
-rw-r--r--vms/tools/h5jam/make.com2
-rw-r--r--vms/tools/h5ls/make.com2
-rw-r--r--vms/tools/h5repack/make.com2
-rw-r--r--vms/tools/h5stat/make.com36
8 files changed, 43 insertions, 7 deletions
diff --git a/vms/tools/h5copy/make.com b/vms/tools/h5copy/make.com
index b262663..384cb6e 100644
--- a/vms/tools/h5copy/make.com
+++ b/vms/tools/h5copy/make.com
@@ -16,7 +16,7 @@ $! Makefile for VMS systems.
$!
$! Make h5copy tool
$!
-$! ccopt = "/float=ieee_float"
+$ ccopt = "/float=ieee_float"
$
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib], [-.-.test])
$ type sys$input
diff --git a/vms/tools/h5diff/make.com b/vms/tools/h5diff/make.com
index 9c69c85..d4de5dc 100644
--- a/vms/tools/h5diff/make.com
+++ b/vms/tools/h5diff/make.com
@@ -16,7 +16,7 @@ $! Makefile for VAX/VMX systems.
$!
$! Make h5diff tool
$!
-$! ccopt = "/float=ieee_float"
+$ ccopt = "/float=ieee_float"
$
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib])
$!
diff --git a/vms/tools/h5dump/make.com b/vms/tools/h5dump/make.com
index 96ab968..70ae63a 100644
--- a/vms/tools/h5dump/make.com
+++ b/vms/tools/h5dump/make.com
@@ -16,7 +16,7 @@ $! Makefile for VMS systems.
$!
$! Make h5dump tool
$!
-$! ccopt = "/float=ieee_float"
+$ ccopt = "/float=ieee_float"
$
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib])
$
diff --git a/vms/tools/h5import/make.com b/vms/tools/h5import/make.com
index 347c87c..b0bffd0 100644
--- a/vms/tools/h5import/make.com
+++ b/vms/tools/h5import/make.com
@@ -16,7 +16,7 @@ $! Makefile for VMS systems.
$!
$! Make h5import tool
$!
-$! ccopt = "/float=ieee_float"
+$ ccopt = "/float=ieee_float"
$
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib])
$ type sys$input
diff --git a/vms/tools/h5jam/make.com b/vms/tools/h5jam/make.com
index 086143f..5338370 100644
--- a/vms/tools/h5jam/make.com
+++ b/vms/tools/h5jam/make.com
@@ -16,7 +16,7 @@ $! Makefile for VMS systems.
$!
$! Make h5ls tool
$!
-$! ccopt = "/float=ieee_float"
+$ ccopt = "/float=ieee_float"
$
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib])
$ type sys$input
diff --git a/vms/tools/h5ls/make.com b/vms/tools/h5ls/make.com
index 2ab721f..7de34e9 100644
--- a/vms/tools/h5ls/make.com
+++ b/vms/tools/h5ls/make.com
@@ -16,7 +16,7 @@ $! Makefile for VMS systems.
$!
$! Make h5ls tool
$!
-$! ccopt = "/float=ieee_float"
+$ ccopt = "/float=ieee_float"
$
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib])
$ type sys$input
diff --git a/vms/tools/h5repack/make.com b/vms/tools/h5repack/make.com
index f9a42c4..2595337 100644
--- a/vms/tools/h5repack/make.com
+++ b/vms/tools/h5repack/make.com
@@ -16,7 +16,7 @@ $! Makefile for VMS systems.
$!
$! Make h5repack tool
$!
-$! ccopt = "/float=ieee_float"
+$ ccopt = "/float=ieee_float"
$
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib], [-.-.test])
$ type sys$input
diff --git a/vms/tools/h5stat/make.com b/vms/tools/h5stat/make.com
new file mode 100644
index 0000000..51f0f65
--- /dev/null
+++ b/vms/tools/h5stat/make.com
@@ -0,0 +1,36 @@
+$!#
+$!# Copyright by The HDF Group.
+$!# Copyright by the Board of Trustees of the University of Illinois.
+$!# All rights reserved.
+$!#
+$!# This file is part of HDF5. The full HDF5 copyright notice, including
+$!# terms governing use, modification, and redistribution, is contained in
+$!# the files COPYING and Copyright.html. COPYING can be found at the root
+$!# of the source code distribution tree; Copyright.html can be found at the
+$!# root level of an installed copy of the electronic HDF5 document set and
+$!# is linked from the top-level documents page. It can also be found at
+$!# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
+$!# access to either file, you may request a copy from help@hdfgroup.org.
+$!#
+$! Makefile for VMS systems.
+$!
+$! Make h5stat tool
+$!
+$ ccopt = "/float=ieee_float"
+$
+$ ccc := cc 'ccopt /include=([-.-.src], [-.lib], [-.-.test])
+$ type sys$input
+ Creating h5stat
+$!
+$ cobj= " h5stat "
+$!
+$ ccc 'cobj
+$ type sys$input
+$ link/exe=h5stat.exe -
+ h5stat, -
+ [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$ type sys$input
+ Created h5stat
+$!
+$!
+$ exit