diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-12-11 17:05:09 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-12-11 17:05:09 (GMT) |
commit | 4d3577ae1adb9a92c15d2188edd6a669b513a8c7 (patch) | |
tree | b5aee5c64859ccc3c8aa46016e55106dff466c48 /vms/make.com | |
parent | b6f754acd102f67abc1d5a4a874f1becc8cb7b54 (diff) | |
download | hdf5-4d3577ae1adb9a92c15d2188edd6a669b513a8c7.zip hdf5-4d3577ae1adb9a92c15d2188edd6a669b513a8c7.tar.gz hdf5-4d3577ae1adb9a92c15d2188edd6a669b513a8c7.tar.bz2 |
[svn-r14336] Maintenance/VMS port: added new command file to install C, Fortran and C++ libraries
and corresponding examples; modified some command files to check installation.
Platforms tested: VMS server
Diffstat (limited to 'vms/make.com')
-rw-r--r-- | vms/make.com | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vms/make.com b/vms/make.com index 5a9b698..62c834f 100644 --- a/vms/make.com +++ b/vms/make.com @@ -17,16 +17,13 @@ $! $! This file copies all make files from the VMS directory to the $! source directories and builds libraries, tests, and utilties $! -$ copy [.c__.examples]*.com [-.c__.examples] $ copy [.c__.src]make.com [-.c__.src] $ copy [.c__.test]*.com [-.c__.test] -$ copy [.fortran.examples]*.com [-.fortran.examples] $ copy [.fortran.src]make.com [-.fortran.src] $ copy [.fortran.test]*.com [-.fortran.test] $ copy [.src]make.com [-.src] $ copy [.src]h5pubconf.h [-.src] $ copy [.test]*.com [-.test] -$ copy [.examples]*.com [-.examples] $ copy [.tools.h5copy]*.com [-.tools.h5copy] $ copy [.tools.h5dump]*.com [-.tools.h5dump] $ copy [.tools.h5ls]*.com [-.tools.h5ls] @@ -131,18 +128,5 @@ $ set def 'hdf5cxx_test' $ rename *.cpp *.cxx $ @make.com $! -$ write sys$output "Building C examples" -$ set def 'hdf5examples' -$ @make.com -$! -$ write sys$output "Building Fortran examples" -$ set def 'hdf5fortran_examples' -$ @make.com -$! -$ write sys$output "Building C++ examples" -$ set def 'hdf5cxx_examples' -$ rename *.cpp *.cxx -$ @make.com -$! $ set def 'hdf5top' $ exit |