summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-08-22 22:21:08 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-08-22 22:21:08 (GMT)
commit0275bb13990646bec7b32f0a69d5b03107cb50e7 (patch)
treec90b3caaaa559de4ae3b4920f8bd76d06dc9f2b1 /vms
parentf13881bc4fb8365de1fae33b77666027b8e9b79d (diff)
downloadhdf5-0275bb13990646bec7b32f0a69d5b03107cb50e7.zip
hdf5-0275bb13990646bec7b32f0a69d5b03107cb50e7.tar.gz
hdf5-0275bb13990646bec7b32f0a69d5b03107cb50e7.tar.bz2
[svn-r12617] Description:
VMS maintenance; added source files to the command files Platforms tested: VMS server (still running :-)
Diffstat (limited to 'vms')
-rw-r--r--vms/src/make.com9
-rw-r--r--vms/test/make.com3
2 files changed, 7 insertions, 5 deletions
diff --git a/vms/src/make.com b/vms/src/make.com
index 2239c2b..c638440 100644
--- a/vms/src/make.com
+++ b/vms/src/make.com
@@ -27,7 +27,8 @@ $
$ type sys$input
Creating HDF5 library
$!
-$ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+-
+$ cobj= "H5, H5checksum, H5dbg, H5system, H5timer, H5trace,"+-
+ "H5A, H5AC, H5B, H5B2, H5B2cache,"+-
"H5Bcache, H5B2dbg, H5B2test, H5B2int, H5B2stat, H5C, H5CS,"+-
"H5D, H5Dcontig, H5Dcompact,"+-
"H5Defl, H5Dio, H5Distore, H5Doh, H5Dmpio, H5Dselect, H5Dtest ,"+-
@@ -38,9 +39,9 @@ $ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+-
"H5FS, H5FScache, H5FSdbg, H5FSsection,"+-
"H5G, H5Gdeprec, H5Gent, H5Glink, H5Gloc, H5Gname, H5Gnode, H5Gstab,"+-
"H5Gobj, H5Goh, H5Gtest, H5Gtraverse,"+-
- "H5HF, H5HFcache, H5HFdbg, H5HFman, H5HFtest, H5HFstat,"+-
- "H5HFdblock, H5HFdtable, H5HFhdr, H5HFiblock,"+-
- "H5HFiter, H5HFsection, H5HFspace,"+-
+ "H5HF, H5HFbtree2, H5HFcache, H5HFdbg, H5HFman, H5HFtest, H5HFstat,"+-
+ "H5HFdblock, H5HFdtable, H5HFhuge, H5HFhdr, H5HFiblock,"+-
+ "H5HFiter, H5HFsection, H5HFspace, H5HFtiny,"+-
"H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+-
"H5MP, H5MPtest,H5L, H5Lexternal, H5O, H5Oattr, H5Obogus, H5Ocache,"+-
"H5Ocont, H5Odtype, H5Oefl, H5Ofill, H5Oginfo, H5Olayout,"+-
diff --git a/vms/test/make.com b/vms/test/make.com
index dff2b45..fc3c760 100644
--- a/vms/test/make.com
+++ b/vms/test/make.com
@@ -22,6 +22,7 @@ $ type sys$input
Creating testhdf5
$
$ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tconfig.c, "+-
+ "tchecksum.c,"+-
"tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c, titerate.c,"+-
"tmeta.c, tmisc.c, ttime.c, trefer.c, trefstr.c,"+-
"tselect.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+-
@@ -31,7 +32,7 @@ $ ccc 'cobj
$ library/create/replace []libh5test h5test, testframe, cache_common
$ type sys$input
Creating libh5test
-$ link testhdf5,tarray,tattr,tconfig, -
+$ link testhdf5,tarray,tattr,tchecksum,tconfig, -
tfile,tgenprop,th5o,th5s,theap,tid,titerate, -
tmeta,tmisc,ttime,trefer,trefstr, -
tselect,tskiplist,ttst,tunicode,tvltypes, -