From 5f7e54737e5d341272755b0ee14752d3c7955a21 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 25 May 2006 11:19:11 -0500 Subject: [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: --- vms/make.com | 4 ++-- vms/src/make.com | 5 +++-- 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,"+- -- cgit v0.12