#
# Copyright by The HDF Group 2010.
# All rights reserved.
#
##
## Makefile.am
## 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)
# Activate this later.
#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
# are cleaned as well).
# Note that `make clean' will not affect the examples or doc directories. 
SUBDIRS = src
DIST_SUBDIRS = $(SUBDIRS)
# Some files generated during configure that should be cleaned
DISTCLEANFILES=config/stamp1 config/stamp2
install-all:
    @$(MAKE) $(AM_MAKEFLAGS) install
uninstall-all:
    @$(MAKE) $(AM_MAKEFLAGS) uninstall