-
Notifications
You must be signed in to change notification settings - Fork 3
/
Makefile.am
55 lines (47 loc) · 1.89 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright (C) 2015-2017 Yann Pouillon <[email protected]>
#
# This file is part of ESCDF.
#
# ESCDF 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, version 2.1 of the License, or (at your option) any
# later version.
#
# ESCDF 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 ESCDF. If not, see <http://www.gnu.org/licenses/> or write to the
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA.
#
# Top Makefile for Libescdf
#
ACLOCAL_AMFLAGS = -I config/m4
# Make sure that 'make distcheck' performs a minimal build
AM_DISTCHECK_CONFIGURE_FLAGS = \
--disable-debug \
--without-mpi
# Build targets are expected to be in subdirectories
SUBDIRS = src doc examples
# TODO: write script to generated the environment module
# Files to install for the Environment Modules
# See http://modules.sourceforge.net/ for details
#envmoddir = $(datarootdir)/esl/modulefiles/escdf
#nodist_envmod_DATA = config/data/escdf/$(PACKAGE_VERSION)
# Files to install for pkg-config
# See http://www.freedesktop.org/wiki/Software/pkg-config/ for details
pkgconfigdir = $(libdir)/pkgconfig
nodist_pkgconfig_DATA = config/data/escdf.pc
# Some files are not removed by default and cause "make distclean" to fail
DISTCLEANFILES = \
libescdf-*.tar.bz2 \
libescdf-*.tar.gz \
libescdf-*.tar.xz \
config/data/escdf.pc \
config/data/escdf/$(PACKAGE_VERSION) \
config/data/escdf/$(PACKAGE_VERSION).in
# We use our own version of Markdown to build the documentation
EXTRA_DIST = config/scripts/markdown