-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.am
36 lines (29 loc) · 1.12 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
#
# Top Makefile for ESCDF-Fortran
#
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
# TODO: write script to generated the environment module
# Files to install for the Environment Modules
# See http://modules.sourceforge.net/ for details
#envmoddir = $(datarootdir)/$(PACKAGE)/modulefiles/escdf-fortran
#nodist_envmod_DATA = config/data/escdf-fortran/$(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-fortran.pc
# Some files are not removed by default and cause "make distclean" to fail
DISTCLEANFILES = \
libescdff-*.tar.bz2 \
libescdff-*.tar.gz \
libescdff-*.tar.xz \
config/data/escdf-fortran.pc \
config/data/escdf-fortran/$(PACKAGE_VERSION) \
config/data/escdf-fortran/$(PACKAGE_VERSION).in
# We use our own version of Markdown to build the documentation
EXTRA_DIST = config/scripts/markdown