#------------------------------------------------------------------------------- # This file is part of the "Base Functions and Types" library, intended to # simplify and enhance portability, memory and I/O use for scientific codes. # # 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)/bft_auto_flags.sh \ $(ac_aux_dir)/bft_config_info.m4 \ $(ac_aux_dir)/bft_config_publ.m4 \ $(ac_aux_dir)/bft_types.m4 \ $(ac_aux_dir)/bft_zlib.m4 bin_SCRIPTS = bft-config include_HEADERS = bft_config.h bft_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