summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-05-25 16:19:11 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-05-25 16:19:11 (GMT)
commit5f7e54737e5d341272755b0ee14752d3c7955a21 (patch)
tree4b673eba45e9424d788328db48432a44cd19915e /vms
parentd777615dfa5400787db958f77d912a24a673ce5f (diff)
downloadhdf5-5f7e54737e5d341272755b0ee14752d3c7955a21.zip
hdf5-5f7e54737e5d341272755b0ee14752d3c7955a21.tar.gz
hdf5-5f7e54737e5d341272755b0ee14752d3c7955a21.tar.bz2
[svn-r12377] Purpose: Maintenance
Description: Brought up VMS make files up to date Solution: Platforms tested: VMS server with native floating number and ZLIB enabled Misc. update:
Diffstat (limited to 'vms')
-rw-r--r--vms/make.com4
-rw-r--r--vms/src/make.com5
2 files changed, 5 insertions, 4 deletions
diff --git a/vms/make.com b/vms/make.com
index 7b6c215..2270c25 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -44,7 +44,7 @@ $!
$ ccopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/include=zlib_dir"
$ fcopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/include=zlib_dir"
$ cxxopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/"+-
- "standard=strict_ansii/include=zlib_dir"
+ "standard=strict_ansi/include=zlib_dir"
$!
$!
$ hdf5top = F$DIRECTORY()
@@ -67,7 +67,7 @@ $ hdf5fortran_test = hdf5top_dir + "FORTRAN.TEST]"
$ hdf5cxx_src = hdf5top_dir + "C__.SRC]"
$ hdf5cxx_test = hdf5top_dir + "C__.TEST]"
$ hdf5cxx_examples = hdf5top_dir + "C__.EXAMPLES]"
-
+$!
$ write sys$output "Building C library"
$ set def 'hdf5src'
$ @make.com
diff --git a/vms/src/make.com b/vms/src/make.com
index f193b70..ef20f85 100644
--- a/vms/src/make.com
+++ b/vms/src/make.com
@@ -35,11 +35,12 @@ $ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+-
"H5FDfamily, H5FDlog, H5FDmpi, H5FDmpio,"+-
"H5FDmpiposix, H5FDmulti, H5FDsec2, H5FDstdio,"+-
"H5FDstream, H5FL, H5FO,"+-
+ "H5FS, H5FScache, H5FSdbg,"+-
"H5G, H5Gent, H5Glink, H5Gloc, H5Gname, H5Gnode, H5Gstab,"+-
"H5Gobj, H5Goh, H5Gtest, H5Gtraverse,"+-
- "H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest, H5HFflist, H5HFstat,"+-
+ "H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest, H5HFstat,"+-
"H5HFdblock, H5HFdtable, H5HFhdr, H5HFiblock,"+-
- "H5HFiter, "+-
+ "H5HFiter, H5HFsection, H5HFspace,"+-
"H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+-
"H5MP, H5MPtest, H5O, H5Oattr, H5Obogus, H5Ocache,"+-
"H5Ocont, H5Odtype, H5Oefl, H5Ofill, H5Oginfo, H5Olayout,"+-