summaryrefslogtreecommitdiffstats
path: root/vms/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-12-20 21:10:06 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-12-20 21:10:06 (GMT)
commit79c17d54cc2f66f57f51f578681a35140e2b580e (patch)
tree6bfebf0d680cedb500e4b3b6cae526766c80c542 /vms/src
parent36e1d514c443bda81d9473e8a476f68738783df2 (diff)
downloadhdf5-79c17d54cc2f66f57f51f578681a35140e2b580e.zip
hdf5-79c17d54cc2f66f57f51f578681a35140e2b580e.tar.gz
hdf5-79c17d54cc2f66f57f51f578681a35140e2b580e.tar.bz2
[svn-r13083] Description:
VMS maintenance: updated command file with the new source files; sohm test was failing on VMS due to upper case/lower case letters in constant and variable names (i.e. FILENAME vs. filename); modified the test to avoid confusion. Platforms tested: VMS server, kagiso
Diffstat (limited to 'vms/src')
-rw-r--r--vms/src/make.com17
1 files changed, 9 insertions, 8 deletions
diff --git a/vms/src/make.com b/vms/src/make.com
index 4c5cfc1..925087a 100644
--- a/vms/src/make.com
+++ b/vms/src/make.com
@@ -28,7 +28,7 @@ $ type sys$input
Creating HDF5 library
$!
$ cobj= "H5, H5checksum, H5dbg, H5system, H5timer, H5trace,"+-
- "H5A, H5Abtree2, H5Adense, H5Adeprec, H5AC, H5B, H5B2, H5B2cache,"+-
+ "H5A, H5Abtree2, H5Adense, H5Adeprec, H5Aint, H5Atest, H5AC, H5B, H5B2, H5B2cache,"+-
"H5Bcache, H5B2dbg, H5B2test, H5B2int, H5B2stat, H5C, H5CS,"+-
"H5D, H5Dcontig, H5Dcompact,"+-
"H5Defl, H5Dio, H5Distore, H5Doh, H5Dmpio, H5Dselect, H5Dtest ,"+-
@@ -44,16 +44,17 @@ $ cobj= "H5, H5checksum, H5dbg, H5system, H5timer, H5trace,"+-
"H5HFdblock, H5HFdtable, H5HFhuge, H5HFhdr, H5HFiblock,"+-
"H5HFiter, H5HFsection, H5HFspace, H5HFtiny,"+-
"H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+-
- "H5MP, H5MPtest,H5L, H5Lexternal, H5O, H5Oalloc, H5Oattr, H5Obogus, H5Ocache,"+-
+ "H5MP, H5MPtest,H5L, H5Lexternal, H5O, H5Oalloc, H5Oattr, H5Oattribute,"+-
+ "H5Obogus, H5Ocache,"+-
"H5Ocont, H5Ocopy, H5Odbg, H5Odtype, H5Oefl, H5Ofill, H5Oginfo, H5Olayout,"+-
- "H5Olinfo, H5Olink, H5Omessage, H5Omtime,"+-
- "H5Oname, H5Onull, H5Opline, H5Osdspace, H5Oshared, H5Ostab, H5Otest, "+-
- "H5P, H5Pacpl, H5Pdcpl, H5Pdxpl, H5Pfapl, H5Pfcpl, H5Pfmpl, H5Pgcpl, H5Plapl, "+-
- "H5Pocpl, H5Pocpypl, H5Ptest, H5Pstrcpl, H5Plcpl"
-$ cobj1= "H5R, H5RC,"+-
+ "H5Olinfo, H5Olink, H5Omessage, H5Omtime"
+$ cobj1= "H5Oname, H5Onull, H5Opline, H5Osdspace, H5Oshared, H5Ostab, H5Otest,"+-
+ "H5P, H5Pacpl, H5Pdcpl, H5Pdxpl, H5Pfapl, H5Pfcpl, H5Pfmpl, H5Pgcpl, H5Plapl,"+-
+ "H5Pocpl, H5Pocpypl, H5Ptest, H5Pstrcpl, H5Plcpl,"+-
+ "H5R, H5RC,"+-
"H5RS, H5S, H5Sall, H5Shyper, H5Smpio, H5Snone, H5Spoint,"+-
"H5Sselect, H5Stest,"+-
- "H5SL, H5SM, H5SMbtree2, H5SMcache," +-
+ "H5SL, H5SM, H5SMbtree2, H5SMcache, H5SMtest," +-
"H5ST, H5T, H5Tarray, H5Tbit, H5Tcommit,"+-
"H5Tcompound, H5Tconv, H5Tcset, H5Tenum, H5Tfields, H5Tfixed,"+-
"H5Tfloat, H5Tinit, H5Tnative, H5Toffset, H5Toh, H5Topaque, H5Torder,"+-