-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMakefile.am
44 lines (38 loc) · 1.18 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
#
# Copyright (C) 2011-2018 Yann Pouillon <[email protected]>
#
# This file is part of Libpspio.
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# version 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/.
#
# Libpspio 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 Mozilla Public License version 2.0 for more
# details.
#
# Top makefile for Libpspio
#
# Autotools parameters
ACLOCAL_AMFLAGS = -I config/m4
# Main tasks
SUBDIRS = src tests
if DO_BUILD_FORTRAN
SUBDIRS += fortran
endif
# 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/libpspio.pc
# Some files are not removed by default and cause "make distclean" to fail
DISTCLEANFILES = \
libpspio-*.tar.bz2 \
libpspio-*.tar.gz \
libpspio-*.tar.xz \
config/data/libpspio.pc \
config/data/libpspio-config.yml
# Source tarball
EXTRA_DIST = \
Doxyfile \
psp_references