# # Copyright by The HDF Group 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, is linked from the top-level documents page, and can be # found at http://www.hdfgroup.org/h4toh5/Copyright.html. If you do not # have access to either file, you may request a copy from help@hdfgroup.org. # ############################################################################# ## Programs to build ## ############################################################################# bin_PROGRAMS = h4toh5 AM_CPPFLAGS = -I$(top_srcdir)/lib/src/ check_PROGRAMS = h4toh5test ## Information for building the "h4toh5test" program h4toh5_SOURCES = h4toh5main.c h4toh5_LDADD = ../../lib/src/libh4toh5.a h4toh5_DEPENDENCIES = ../../lib/src/libh4toh5.a ############################################################################# ## Testing -- Here there be dragons. ## ############################################################################# check: $(bin_PROGRAMS) @$(SHELL) ./testh4toh5.sh