hdf5/examples
Albert Cheng ca94c839d5 [svn-r15036] Bug fix.
Description:
The fortran Makefile.am used HDF_FORTRAN to indicate it is part of the
Fortran API source so that conclude.am will give fortran api prefix in the
test output.  The symbox HDF_FORTRAN is also used in configure for a different
purpose (indicated --enable-fortran). They conflicted.
Similar problem for the symbol HDF_CXX.

Solution:
Changed all the involved Makefile.am to use "FORTRAN_API" instead. It is
a more appropriate name.  Same for CXX_API.

Along the way, discovered that the Makefile.am of hl/fortran/test and
hl/cxx/test did not have those symbols at all.  Added them in.

Platform tested:
Kagiso only. It is a trivia change.
2008-05-19 00:06:51 -05:00
..
Attributes.txt
h5_attribute.c
h5_chunk_read.c
h5_compound.c
h5_drivers.c
h5_dtransform.c
h5_elink_unix2win.c
h5_extend_write.c
h5_extlink.c
h5_group.c
h5_interm_group.c
h5_mount.c
h5_read.c
h5_ref2reg.c
h5_reference.c
h5_select.c
h5_shared_mesg.c
h5_write.c
Makefile.am
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
ph5example.c
testh5cc.sh.in