# # Copyright by The HDF Group (THG) and # The Board of Trustees of the University of Illinois. # All rights reserved. # # This file is part of H4H5TOOLS. The full H4H5TOOLS 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 H4H5TOOLS # document set and is linked from the top-level documents page. It can # also be found at http://www.hdfgroup.org/H4H5TOOLS/doc/Copyright.html. # If you do not have access to either file, you may request a copy from # help@hdfgroup.org. # AM_CPPFLAGS = -I$(top_srcdir)/lib/src/ noinst_PROGRAMS = h4toh5test h4h5apitestdefault h4h5apitestname \ h4h5apitestadvgroup h4h5apitestsds h4h5apitestimage \ h4h5apitestvdata h4h5apitestbasvgroup h4h5apitestimageattr \ h4h5apitestsdsattr h4h5apitestlonesds h4h5apitestloneimage \ h4h5apitestlonevdata h4toh5eostest ## Information for building the "h4toh5test" program h4toh5test_SOURCES = h4toh5test.c h4toh5test_LDADD = ../src/libh4toh5.a h4toh5test_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestdefault" program h4h5apitestdefault_SOURCES = h4h5apitestdefault.c h4h5apitestdefault_LDADD = ../src/libh4toh5.a h4h5apitestdefault_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestname" program h4h5apitestname_SOURCES = h4h5apitestname.c h4h5apitestname_LDADD = ../src/libh4toh5.a h4h5apitestname_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestadvgroup" program h4h5apitestadvgroup_SOURCES = h4h5apitestadvgroup.c h4h5apitestadvgroup_LDADD = ../src/libh4toh5.a h4h5apitestadvgroup_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestsds" program h4h5apitestsds_SOURCES = h4h5apitestsds.c h4h5apitestsds_LDADD = ../src/libh4toh5.a h4h5apitestsds_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestimage" program h4h5apitestimage_SOURCES = h4h5apitestimage.c h4h5apitestimage_LDADD = ../src/libh4toh5.a h4h5apitestimage_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestvdata" program h4h5apitestvdata_SOURCES = h4h5apitestvdata.c h4h5apitestvdata_LDADD = ../src/libh4toh5.a h4h5apitestvdata_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestbasvgroup" program h4h5apitestbasvgroup_SOURCES = h4h5apitestbasvgroup.c h4h5apitestbasvgroup_LDADD = ../src/libh4toh5.a h4h5apitestbasvgroup_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestimageattr" program h4h5apitestimageattr_SOURCES = h4h5apitestimageattr.c h4h5apitestimageattr_LDADD = ../src/libh4toh5.a h4h5apitestimageattr_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestsdsattr" program h4h5apitestsdsattr_SOURCES = h4h5apitestsdsattr.c h4h5apitestsdsattr_LDADD = ../src/libh4toh5.a h4h5apitestsdsattr_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestlonesds" program h4h5apitestlonesds_SOURCES = h4h5apitestlonesds.c h4h5apitestlonesds_LDADD = ../src/libh4toh5.a h4h5apitestlonesds_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestloneimage" program h4h5apitestloneimage_SOURCES = h4h5apitestloneimage.c h4h5apitestloneimage_LDADD = ../src/libh4toh5.a h4h5apitestloneimage_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4h5apitestlonevdata" program h4h5apitestlonevdata_SOURCES = h4h5apitestlonevdata.c h4h5apitestlonevdata_LDADD = ../src/libh4toh5.a h4h5apitestlonevdata_DEPENDENCIES = ../src/libh4toh5.a ## Information for building the "h4toh5eostest" program h4toh5eostest_SOURCES = h4toh5eostest.c h4toh5eostest_LDADD = ../src/libh4toh5.a h4toh5eostest_DEPENDENCIES = ../src/libh4toh5.a ############################################################################# ## Testing ## ############################################################################# check_SCRIPTS = testh4toh5.sh check: $(noinst_PROGRAMS) @$(SHELL) ./testh4toh5.sh