# # Copyright by The HDF Group 2011. # All rights reserved. # ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. # # HDF NPP Aggregation test Makefile(.in) # include $(top_srcdir)/config/commence.am # Test programs and scripts TEST_SCRIPT=$(srcdir)/testnagg.sh $(srcdir)/testnagg_more.sh check_PROGRAMS= # none check_SCRIPTS=$(TEST_SCRIPT) SCRIPT_DEPEND=../src/nagg$(EXEEXT) # No binary to build bin_PROGRAMS= # The two test scripts cannot run in parallel. Make them to run # in sequence for now. testnagg_more.sh.chkexe_: testnagg.sh.chkexe_ # Temporary files. CHECK_CLEANFILES+= DISTCLEANFILES= include $(top_srcdir)/config/conclude.am