summaryrefslogtreecommitdiffstats
path: root/vms/tools/h5stat
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/h5stat
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/h5stat')
-rw-r--r--vms/tools/h5stat/make.com36
1 files changed, 36 insertions, 0 deletions
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