#-------------------------------------------------------------------------------
#   This file is part of the Code_Saturne Preprocessor.
#
#   Copyright (C) 2005-2006  EDF
#
#   The Code_Saturne Preprocessor is free software; you can redistribute it
#   and/or modify it under the terms of the GNU General Public License
#   as published by the Free Software Foundation; either version 2 of
#   the License, or (at your option) any later version.
#
#   The Code_Saturne Preprocessor 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 General Public License for more details.
#
#   You should have received a copy of the GNU General Public Licence
#   along with the Code_Saturne Preprocessor; 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)/config.rpath \
           $(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/base src/pre-post src/util src/appli src/outils po

#EXTRA_SUBDIRS = doc

EXTRA_DIST = config/config.rpath \
             $(ac_aux_dir)/ecs_auto_flags.sh \
             $(ac_aux_dir)/ecs_bft.m4 \
             $(ac_aux_dir)/ecs_cgns.m4 \
             $(ac_aux_dir)/ecs_config_info.m4 \
             $(ac_aux_dir)/ecs_hdf5.m4 \
             $(ac_aux_dir)/ecs_med.m4 \
             $(ac_aux_dir)/ecs_mpi.m4 \
             $(ac_aux_dir)/ecs_metis.m4        

bin_SCRIPTS = ecs-config

noinst_HEADERS = ecs_config.h

DISTCLEANFILES = ecs-config ecs_config.h


ACLOCAL_AMFLAGS = -I m4


syntax highlighted by Code2HTML, v. 0.9.1