#-------------------------------------------------------------------------------
# This file is part of the "Finite Volume Mesh" library, intended to provide
# finite volume mesh and associated fields I/O and manipulation services.
#
# Copyright (C) 2004-2006 EDF
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#-------------------------------------------------------------------------------
AUX_DIST = $(ac_aux_dir)/config.guess \
$(ac_aux_dir)/config.sub \
$(ac_aux_dir)/depcomp \
$(ac_aux_dir)/install-sh \
$(ac_aux_dir)/missing \
$(ac_aux_dir)/mkinstalldirs \
$(ac_aux_dir)/ltmain.sh
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in stamp-h.in $(AUX_DIST)
# SUBDIRS = intl m4 src tests po doc # (if we use GNU gettext, need: intl, m4, po)
SUBDIRS = src tests doc
#EXTRA_SUBDIRS = include
EXTRA_DIST = $(ac_aux_dir)/fvm_auto_flags.sh \
$(ac_aux_dir)/fvm_bft.m4 \
$(ac_aux_dir)/fvm_cgns.m4 \
$(ac_aux_dir)/fvm_config_info.m4 \
$(ac_aux_dir)/fvm_config_publ.m4 \
$(ac_aux_dir)/fvm_hdf5.m4 \
$(ac_aux_dir)/fvm_med.m4 \
$(ac_aux_dir)/fvm_mpi.m4 \
$(ac_aux_dir)/fvm_types.m4
bin_SCRIPTS = fvm-config
include_HEADERS = fvm_config.h fvm_config_priv.h
DISTCLEANFILES = bft-config bft_config.h bft_config_priv.h
ACLOCAL_AMFLAGS = -I m4
install-tests:
@cd tests ; $(MAKE) install-tests
uninstall-tests:
@cd tests ; $(MAKE) uninstall-tests
syntax highlighted by Code2HTML, v. 0.9.1