summaryrefslogtreecommitdiffstats
path: root/vms/examples
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-12-11 17:05:09 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-12-11 17:05:09 (GMT)
commit4d3577ae1adb9a92c15d2188edd6a669b513a8c7 (patch)
treeb5aee5c64859ccc3c8aa46016e55106dff466c48 /vms/examples
parentb6f754acd102f67abc1d5a4a874f1becc8cb7b54 (diff)
downloadhdf5-4d3577ae1adb9a92c15d2188edd6a669b513a8c7.zip
hdf5-4d3577ae1adb9a92c15d2188edd6a669b513a8c7.tar.gz
hdf5-4d3577ae1adb9a92c15d2188edd6a669b513a8c7.tar.bz2
[svn-r14336] Maintenance/VMS port: added new command file to install C, Fortran and C++ libraries
and corresponding examples; modified some command files to check installation. Platforms tested: VMS server
Diffstat (limited to 'vms/examples')
-rw-r--r--vms/examples/make.com29
1 files changed, 15 insertions, 14 deletions
diff --git a/vms/examples/make.com b/vms/examples/make.com
index 590ce67..0df772a 100644
--- a/vms/examples/make.com
+++ b/vms/examples/make.com
@@ -17,8 +17,9 @@ $!
$! Make HDF5 C examples
$!
$! ccopt = "/float=ieee_float/nowarnings/define=H5_VMS"
-$!
-$ ccc := cc 'ccopt /include=([-.src])
+$
+$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3]
+$ ccc := cc 'ccopt /include=([-.-.include])
$ type sys$input
Compiling C examples
$!
@@ -31,49 +32,49 @@ $
$ type sys$input
Creating h5_write
$ link h5_write, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_read
$ link h5_read, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_extend_write
$ link h5_extend_write, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_chunk_read
$ link h5_chunk_read, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_compound
$ link h5_compound, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_group
$ link h5_group, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_select
$ link h5_select, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_attribute
$ link h5_attribute, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_mount
$ link h5_mount, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_reference
$ link h5_reference, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_ref2reg
$ link h5_ref2reg, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Creating h5_drivers
$ link h5_drivers, -
- [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ exit