# # Copyright by The HDF Group. # Copyright by the Board of Trustees of the University of Illinois. # All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in # the files COPYING and Copyright.html. COPYING can be found at the root # of the source code distribution tree; Copyright.html can be found at the # root level of an installed copy of the electronic HDF5 document set and # is linked from the top-level documents page. It can also be found at # http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have # access to either file, you may request a copy from help@hdfgroup.org. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. ## noinst_PROGRAMS = h5ex_t_int h5ex_t_intatt h5ex_t_float h5ex_t_floatatt \ h5ex_t_enum h5ex_t_enumatt h5ex_t_bit h5ex_t_bitatt h5ex_t_opaque \ h5ex_t_opaqueatt h5ex_t_array h5ex_t_arrayatt h5ex_t_vlen h5ex_t_vlenatt \ h5ex_t_string h5ex_t_stringatt h5ex_t_vlstring h5ex_t_vlstringatt h5ex_t_cmpd \ h5ex_t_cmpdatt h5ex_t_cpxcmpd h5ex_t_cpxcmpdatt h5ex_t_objref h5ex_t_objrefatt \ h5ex_t_regref h5ex_t_regrefatt h5ex_t_commit h5ex_t_convert EXTRA_DIST = testfiles/h5ex_t_int.tst testfiles/h5ex_t_intatt.tst testfiles/h5ex_t_float.tst \ testfiles/h5ex_t_floatatt.tst testfiles/h5ex_t_enum.tst testfiles/h5ex_t_enumatt.tst testfiles/h5ex_t_bit.tst \ testfiles/h5ex_t_bitatt.tst testfiles/h5ex_t_opaque.tst testfiles/h5ex_t_opaqueatt.tst testfiles/h5ex_t_array.tst \ testfiles/h5ex_t_arrayatt.tst testfiles/h5ex_t_vlen.tst testfiles/h5ex_t_vlenatt.tst testfiles/h5ex_t_string.tst \ testfiles/h5ex_t_stringatt.tst testfiles/h5ex_t_vlstring.tst testfiles/h5ex_t_vlstringatt.tst \ testfiles/h5ex_t_cmpd.tst testfiles/h5ex_t_cmpdatt.tst testfiles/h5ex_t_cpxcmpd.tst \ testfiles/h5ex_t_cpxcmpdatt.tst testfiles/h5ex_t_objref.tst testfiles/h5ex_t_objrefatt.tst \ testfiles/h5ex_t_regref.tst testfiles/h5ex_t_regrefatt.tst testfiles/h5ex_t_commit.tst \ testfiles/h5ex_t_convert.tst \ testfiles/h5ex_t_int.ddl testfiles/h5ex_t_intatt.ddl testfiles/h5ex_t_float.ddl \ testfiles/h5ex_t_floatatt.ddl testfiles/h5ex_t_enum.ddl testfiles/h5ex_t_enumatt.ddl testfiles/h5ex_t_bit.ddl \ testfiles/h5ex_t_bitatt.ddl testfiles/h5ex_t_opaque.ddl testfiles/h5ex_t_opaqueatt.ddl testfiles/h5ex_t_array.ddl \ testfiles/h5ex_t_arrayatt.ddl testfiles/h5ex_t_vlen.ddl testfiles/h5ex_t_vlenatt.ddl testfiles/h5ex_t_string.ddl \ testfiles/h5ex_t_stringatt.ddl testfiles/h5ex_t_vlstring.ddl testfiles/h5ex_t_vlstringatt.ddl \ testfiles/h5ex_t_cmpd.ddl testfiles/h5ex_t_cmpdatt.ddl testfiles/h5ex_t_cpxcmpd.ddl \ testfiles/h5ex_t_cpxcmpdatt.ddl testfiles/h5ex_t_objref.ddl testfiles/h5ex_t_objrefatt.ddl \ testfiles/h5ex_t_regref.ddl testfiles/h5ex_t_regrefatt.ddl testfiles/h5ex_t_commit.ddl \ testfiles/h5ex_t_convert.ddl test.sh TESTS = test.sh