summaryrefslogtreecommitdiffstats
path: root/vms/fortran
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-06-03 21:02:15 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-06-03 21:02:15 (GMT)
commit467a9e72019f1e96a538dd7386cdb193f79b5ba4 (patch)
tree178a6e6a177089a0760905c6e111fec85ff49190 /vms/fortran
parent614b9164a93d630e0a7800cc745496aa1767f064 (diff)
downloadhdf5-467a9e72019f1e96a538dd7386cdb193f79b5ba4.zip
hdf5-467a9e72019f1e96a538dd7386cdb193f79b5ba4.tar.gz
hdf5-467a9e72019f1e96a538dd7386cdb193f79b5ba4.tar.bz2
[svn-r23732] Some updates.
Not tested yet.
Diffstat (limited to 'vms/fortran')
-rw-r--r--vms/fortran/src/make.com7
1 files changed, 4 insertions, 3 deletions
diff --git a/vms/fortran/src/make.com b/vms/fortran/src/make.com
index 4662fc4..15934ea 100644
--- a/vms/fortran/src/make.com
+++ b/vms/fortran/src/make.com
@@ -29,7 +29,7 @@ $ type sys$input
Creating and running H5test_kind to generate H5fortran_detect.f90
$!
$ fff H5test_kind_sizeof.f90
-$ link H5test_kind_sizeof
+$ link "H5test_kind_sizeof
$ define/user_mode sys$output H5fortran_detect.f90
$ run H5test_kind_sizeof
$!
@@ -58,13 +58,14 @@ $! H5_ff_F90.f90 is needed to compile H5_ff.f90, therefore I have it on this lin
$ ffiles= "H5_ff_F90.f90, H5_ff.f90, H5Aff.f90, H5Dff.f90, H5Eff.f90,"+-
"H5Lff.f90, H5Off.f90,"+-
"H5Fff.f90, H5Gff.f90, H5Iff.f90, H5Pff.f90, H5Rff.f90, H5Sff.f90,"+-
- "H5Tff.f90, H5Zff.f90, H5_DBLE_InterfaceInclude.f90, HDF5.f90"
+ "H5Tff.f90, H5Zff.f90, H5_DBLE_InterfaceExclude.f90, H5_DBLE_InterfaceInclude.f90,"+-
+ "HDF5.f90"
$ ffiles_F90="H5Aff_F90.f90, H5Dff_F90.f90, H5Eff_F90.f90, H5Lff_F90.f90,"+-
"H5Off_F90.f90, H5Pff_F90.f90, H5Rff_F90.f90, H5Tff_F90.f90"
$ fobj="H5f90global, "+-
"H5fortran_types, H5_ff_F90, H5_ff, H5Aff, H5Dff, H5Eff,"+-
"H5Fff, H5Gff, H5Iff, H5Lff, H5Off, H5Pff, H5Rff, H5Sff,"+-
- "H5Tff, H5Zff, H5_DBLE_InterfaceInclude, HDF5"
+ "H5Tff, H5Zff, H5_DBLE_InterfaceExclude, H5_DBLE_InterfaceInclude, HDF5"
$ fobj_F90="H5Aff_F90, H5Dff_F90, H5Eff_F90, H5Lff_F90,"+-
"H5Off_F90, H5Pff_F90, H5Rff_F90, H5Tff_F90"
$!