1504 |
16 Sep 08 |
peter |
## Process this file with automake to produce Makefile.in |
1504 |
16 Sep 08 |
peter |
2 |
## |
1504 |
16 Sep 08 |
peter |
## $Id$ |
1504 |
16 Sep 08 |
peter |
4 |
|
4359 |
23 Aug 23 |
peter |
# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2014, 2017, 2020, 2023 Peter Johansson |
1504 |
16 Sep 08 |
peter |
6 |
# |
1504 |
16 Sep 08 |
peter |
# This file is part of the yat library, http://dev.thep.lu.se/yat |
1504 |
16 Sep 08 |
peter |
8 |
# |
1504 |
16 Sep 08 |
peter |
# The yat library is free software; you can redistribute it and/or |
1504 |
16 Sep 08 |
peter |
# modify it under the terms of the GNU General Public License as |
1504 |
16 Sep 08 |
peter |
# published by the Free Software Foundation; either version 3 of the |
1504 |
16 Sep 08 |
peter |
# License, or (at your option) any later version. |
1504 |
16 Sep 08 |
peter |
13 |
# |
1504 |
16 Sep 08 |
peter |
# The yat library is distributed in the hope that it will be useful, |
1504 |
16 Sep 08 |
peter |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
1504 |
16 Sep 08 |
peter |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
1504 |
16 Sep 08 |
peter |
# General Public License for more details. |
1504 |
16 Sep 08 |
peter |
18 |
# |
1504 |
16 Sep 08 |
peter |
# You should have received a copy of the GNU General Public License |
1504 |
16 Sep 08 |
peter |
# along with yat. If not, see <http://www.gnu.org/licenses/>. |
1504 |
16 Sep 08 |
peter |
21 |
|
2547 |
05 Aug 11 |
peter |
22 |
aclocaldir = $(datadir)/aclocal |
2547 |
05 Aug 11 |
peter |
## macros to install - we only install our own macros (not 3rd party) |
2739 |
07 Jun 12 |
peter |
24 |
aclocal_DATA = m4/yat.m4 |
2739 |
07 Jun 12 |
peter |
25 |
aclocal_DATA += m4/yat_add_flag.m4 |
2739 |
07 Jun 12 |
peter |
26 |
aclocal_DATA += m4/yat_am_macros.m4 |
2739 |
07 Jun 12 |
peter |
27 |
aclocal_DATA += m4/yat_cblas.m4 |
3886 |
25 Mar 20 |
peter |
28 |
aclocal_DATA += m4/yat_check_headers.m4 |
3886 |
25 Mar 20 |
peter |
29 |
aclocal_DATA += m4/yat_check_htslib.m4 |
2868 |
12 Nov 12 |
peter |
30 |
aclocal_DATA += m4/yat_check_libbam.m4 |
3886 |
25 Mar 20 |
peter |
31 |
aclocal_DATA += m4/yat_check_libs.m4 |
2739 |
07 Jun 12 |
peter |
32 |
aclocal_DATA += m4/yat_common.m4 |
3886 |
25 Mar 20 |
peter |
33 |
aclocal_DATA += m4/yat_cxx11.m4 |
2739 |
07 Jun 12 |
peter |
34 |
aclocal_DATA += m4/yat_gsl.m4 |
3226 |
14 May 14 |
peter |
35 |
aclocal_DATA += m4/yat_header_assert.m4 |
2739 |
07 Jun 12 |
peter |
36 |
aclocal_DATA += m4/yat_lt_link_ifelse.m4 |
2739 |
07 Jun 12 |
peter |
37 |
aclocal_DATA += m4/yat_msg_error.m4 |
3866 |
20 Feb 20 |
peter |
38 |
aclocal_DATA += m4/yat_plplot.m4 |
2739 |
07 Jun 12 |
peter |
39 |
aclocal_DATA += m4/yat_svn_release.m4 |
2245 |
21 Apr 10 |
peter |
40 |
|
2547 |
05 Aug 11 |
peter |
## make sure all our macros are included in dist |
2739 |
07 Jun 12 |
peter |
42 |
EXTRA_DIST += $(aclocal_DATA) |
2547 |
05 Aug 11 |
peter |
## include macro that we only use in tests and not in configure.ac |
4330 |
12 Mar 23 |
peter |
44 |
EXTRA_DIST += m4/ax_prog_date.m4 |