summaryrefslogtreecommitdiffstats
path: root/vms/make.com
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/make.com
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/make.com')
-rw-r--r--vms/make.com21
1 files changed, 13 insertions, 8 deletions
diff --git a/vms/make.com b/vms/make.com
index 224e095..ee105f3 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -59,10 +59,11 @@ $ hdf5tools_lib = hdf5top_dir + "TOOLS.LIB]"
$ hdf5tools_h5copy = hdf5top_dir + "TOOLS.H5COPY]"
$ hdf5tools_h5diff = hdf5top_dir + "TOOLS.H5DIFF]"
$ hdf5tools_h5dump = hdf5top_dir + "TOOLS.H5DUMP]"
+$ hdf5tools_h5import = hdf5top_dir + "TOOLS.H5IMPORT]"
+$ hdf5tools_h5jam = hdf5top_dir + "TOOLS.H5JAM]"
$ hdf5tools_h5ls = hdf5top_dir + "TOOLS.H5LS]"
$ hdf5tools_h5repack = hdf5top_dir + "TOOLS.H5REPACK]"
-$ hdf5tools_h5jam = hdf5top_dir + "TOOLS.H5JAM]"
-$ hdf5tools_h5import = hdf5top_dir + "TOOLS.H5IMPORT]"
+$ hdf5tools_h5stat = hdf5top_dir + "TOOLS.H5STAT]"
$ hdf5fortran_examples = hdf5top_dir + "FORTRAN.EXAMPLES]"
$ hdf5fortran_src = hdf5top_dir + "FORTRAN.SRC]"
$ hdf5fortran_test = hdf5top_dir + "FORTRAN.TEST]"
@@ -95,20 +96,24 @@ $ write sys$output "Building h5dump"
$ set def 'hdf5tools_h5dump'
$ @make.com
$!
-$ write sys$output "Building h5repack"
-$ set def 'hdf5tools_h5repack'
+$ write sys$output "Building h5import"
+$ set def 'hdf5tools_h5import'
+$ @make.com
+$!
+$ write sys$output "Building h5jam"
+$ set def 'hdf5tools_h5jam'
$ @make.com
$!
$ write sys$output "Building h5ls"
$ set def 'hdf5tools_h5ls'
$ @make.com
$!
-$ write sys$output "Building h5jam"
-$ set def 'hdf5tools_h5jam'
+$ write sys$output "Building h5repack"
+$ set def 'hdf5tools_h5repack'
$ @make.com
$!
-$ write sys$output "Building h5import"
-$ set def 'hdf5tools_h5import'
+$ write sys$output "Building h5stat"
+$ set def 'hdf5tools_h5stat'
$ @make.com
$!
$ write sys$output "Building Fortran library"