diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-11-21 15:48:28 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-11-21 15:48:28 (GMT) |
commit | e2c88e83bd54e0b76e9173e8e63442ab7230126c (patch) | |
tree | 25e0f124547f0ce029f7fbdc78254c773b9dcd09 /vms/examples | |
parent | 0fa496eced53ce58bb6c3f5ae7ea9d0e053191e1 (diff) | |
download | hdf5-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/examples')
-rw-r--r-- | vms/examples/make.com | 87 |
1 files changed, 65 insertions, 22 deletions
diff --git a/vms/examples/make.com b/vms/examples/make.com index 0df772a..94223d6 100644 --- a/vms/examples/make.com +++ b/vms/examples/make.com @@ -16,65 +16,108 @@ $! Makefile for VMS systems. $! $! Make HDF5 C examples $! -$! ccopt = "/float=ieee_float/nowarnings/define=H5_VMS" +$ ccopt = "/float=ieee_float/nowarnings/define=H5_VMS" $ $ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3] $ ccc := cc 'ccopt /include=([-.-.include]) $ type sys$input Compiling C examples $! -$ cobj= "h5_write.c, h5_read.c, h5_extend_write.c, h5_chunk_read.c, "+- - "h5_compound.c, h5_group.c, h5_select.c, h5_attribute.c, "+- - "h5_mount.c, h5_ref2reg.c, h5_reference.c, h5_drivers.c " +$ cobj= "h5_attribute.c, h5_chunk_read.c, h5_compound.c, h5_drivers.c, h5_dtransform.c,"+- + "h5_elink_unix2win.c, h5_extend_write.c, h5_extlink.c, h5_group.c,"+- + "h5_interm_group.c, h5_mount.c, h5_read.c, h5_ref2reg.c, h5_reference.c,"+- + "h5_select.c, h5_shared_mesg.c, h5_write.c" $! $ ccc 'cobj $ $ type sys$input - Creating h5_write -$ link h5_write, - + Creating h5_attribute +$ link h5_attribute, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input - Creating h5_read -$ link h5_read, - + Creating h5_chunk_read +$ link h5_chunk_read, - + [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + +$ type sys$input + Creating h5_compound +$ link h5_compound, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + +$ type sys$input + Creating h5_drivers +$ link h5_drivers, - + [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + +$ type sys$input + Creating h5_dtransform +$ link h5_dtransform, - + [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + +$ type sys$input + Creating h5_elink_unix2win +$ link h5_elink_unix2win, - + [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input Creating h5_extend_write $ link h5_extend_write, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input - Creating h5_chunk_read -$ link h5_chunk_read, - + Creating h5_extend_write +$ link h5_extend_write, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input - Creating h5_compound -$ link h5_compound, - + Creating h5_extlink +$ link h5_extlink, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input Creating h5_group $ link h5_group, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input - Creating h5_select -$ link h5_select, - - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib -$ type sys$input - Creating h5_attribute -$ link h5_attribute, - + Creating h5_interm_group +$ link h5_interm_group, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input Creating h5_mount $ link h5_mount, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input - Creating h5_reference -$ link h5_reference, - + Creating h5_read +$ link h5_read, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input Creating h5_ref2reg $ link h5_ref2reg, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ type sys$input - Creating h5_drivers -$ link h5_drivers, - + Creating h5_reference +$ link h5_reference, - + [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + +$ type sys$input + Creating h5_select +$ link h5_select, - + [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + +$ type sys$input + Creating h5_shared_mesg +$ link h5_shared_mesg, - + [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + +$ type sys$input + Creating h5_write +$ link h5_write, - [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib + $ exit |