# Copyright by The HDF Group 2010.
## Run automake to generate a Makefile.in from this file.
# This makefile mostly just reinvokes make in the various subdirectories
# but does so in the correct order. You can alternatively invoke make from
# each subdirectory manually.
# Top-level H5edit Makefile(.in)
#include $(top_srcdir)/config/commence.am
# Define subdirectories to build.
## Automake understands that `make distclean' should recurse into
## conditional subdirectories even if `make all' does not.
# Since we're explicitly listing DIST_SUBDIRS, we also need to list
# directories that are only conditionally built (so that their Makefiles
# Note that `make clean' will not affect the examples or doc directories.
DIST_SUBDIRS = $(SUBDIRS)
# Some files generated during configure that should be cleaned
DISTCLEANFILES=config/stamp1 config/stamp2
@$(MAKE) $(AM_MAKEFLAGS) install
@$(MAKE) $(AM_MAKEFLAGS) uninstall