diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-19 20:18:26 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-19 20:18:26 (GMT) |
commit | feb6b5e546add931768415369bf1b40dbe425aa5 (patch) | |
tree | 31c876ee99b9d34ae64a0bf28c77ab4ef5eaabcb /vms | |
parent | 2f03768888ed1922105f1e5c818e545d2ebfa13e (diff) | |
download | hdf5-feb6b5e546add931768415369bf1b40dbe425aa5.zip hdf5-feb6b5e546add931768415369bf1b40dbe425aa5.tar.gz hdf5-feb6b5e546add931768415369bf1b40dbe425aa5.tar.bz2 |
[svn-r16108] Maintenance: Brought up command file up-to-date.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/fortran/src/make.com | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vms/fortran/src/make.com b/vms/fortran/src/make.com index f750cfe..8c75d9a 100644 --- a/vms/fortran/src/make.com +++ b/vms/fortran/src/make.com @@ -16,17 +16,17 @@ $! Makefile for VMS systems. $! $! Make HDF5 Fortran library $! -$! ccopt = "/float=ieee_float/define=H5_VMS" -$! fcopt = "/float=ieee_float/define=H5_VMS" +$ ccopt = "/float=ieee_float/define=H5_VMS" +$ fcopt = "/float=ieee_float/define=H5_VMS" $ ccc := cc 'ccopt /include=[-.-.src] $ fff := fortran 'fcopt $ type sys$input Creating and running H5test_kind to generate H5fortran_detect.f90 $! -$ fff H5test_kind.f90 -$ link H5test_kind +$ fff H5test_kind_sizeof.f90 +$ link H5test_kind_sizeof $ define/user_mode sys$output H5fortran_detect.f90 -$ run H5test_kind +$ run H5test_kind_sizeof $! $ type sys$input Creating and running H5fortran_detect.f90 to generate H5fort_type_defines.h @@ -51,11 +51,11 @@ $ cobj="H5f90kit, H5_f, H5Af, H5Df, H5Ef, H5Ff, H5Gf, "+- "H5If, H5Pf, H5Rf, H5Sf, H5Tf, H5Zf" $ ffiles= "H5_ff.f90, H5Aff.f90, H5Dff.f90, H5Eff.f90,"+- "H5Fff.f90, H5Gff.f90, H5Iff.f90, H5Pff.f90, H5Rff.f90, H5Sff.f90,"+- - "H5Tff.f90, H5Zff.f90, HDF5.f90" + "H5Tff.f90, H5Zff.f90, H5_DBLE_InterfaceInclude.f90, HDF5.f90" $ fobj="H5fortran_flags, H5f90global, "+- "H5fortran_types, H5_ff, H5Aff, H5Dff, H5Eff,"+- "H5Fff, H5Gff, H5Iff, H5Pff, H5Rff, H5Sff,"+- - "H5Tff, H5Zff, HDF5" + "H5Tff, H5Zff, H5_DBLE_InterfaceInclude, HDF5" $! $ ccc 'cobj $ fff H5fortran_flags.f90 |