1da0c48c4Sopenharmony_ci## Process this file with automake to create Makefile.in
2da0c48c4Sopenharmony_ci## Configure input file for elfutils.
3da0c48c4Sopenharmony_ci##
4da0c48c4Sopenharmony_ci## Copyright (C) 1996-2001, 2002, 2005, 2019-2020 Red Hat, Inc.
5da0c48c4Sopenharmony_ci## This file is part of elfutils.
6da0c48c4Sopenharmony_ci##
7da0c48c4Sopenharmony_ci## This file is free software; you can redistribute it and/or modify
8da0c48c4Sopenharmony_ci## it under the terms of the GNU General Public License as published by
9da0c48c4Sopenharmony_ci## the Free Software Foundation; either version 3 of the License, or
10da0c48c4Sopenharmony_ci## (at your option) any later version.
11da0c48c4Sopenharmony_ci##
12da0c48c4Sopenharmony_ci## elfutils is distributed in the hope that it will be useful, but
13da0c48c4Sopenharmony_ci## WITHOUT ANY WARRANTY; without even the implied warranty of
14da0c48c4Sopenharmony_ci## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15da0c48c4Sopenharmony_ci## GNU General Public License for more details.
16da0c48c4Sopenharmony_ci##
17da0c48c4Sopenharmony_ci## You should have received a copy of the GNU General Public License
18da0c48c4Sopenharmony_ci## along with this program.  If not, see <http://www.gnu.org/licenses/>.
19da0c48c4Sopenharmony_ciEXTRA_DIST = COPYING-GFDL README
20da0c48c4Sopenharmony_cidist_man1_MANS=readelf.1 elfclassify.1
21da0c48c4Sopenharmony_cinotrans_dist_man3_MANS=elf_update.3 elf_getdata.3 elf_clone.3 elf_begin.3
22da0c48c4Sopenharmony_cinotrans_dist_man7_MANS=
23da0c48c4Sopenharmony_cinotrans_dist_man8_MANS=
24da0c48c4Sopenharmony_cinotrans_dist_man1_MANS=
25da0c48c4Sopenharmony_ci
26da0c48c4Sopenharmony_ciif DEBUGINFOD
27da0c48c4Sopenharmony_ciif !LIBDEBUGINFOD
28da0c48c4Sopenharmony_cinotrans_dist_man7_MANS += debuginfod-client-config.7
29da0c48c4Sopenharmony_ciendif
30da0c48c4Sopenharmony_cinotrans_dist_man8_MANS += debuginfod.8 debuginfod.service.8
31da0c48c4Sopenharmony_ciendif
32da0c48c4Sopenharmony_ci
33da0c48c4Sopenharmony_ciif LIBDEBUGINFOD
34da0c48c4Sopenharmony_cinotrans_dist_man7_MANS += debuginfod-client-config.7
35da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_add_http_header.3
36da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_begin.3
37da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_end.3
38da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_find_debuginfo.3
39da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_find_executable.3
40da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_find_source.3
41da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_find_section.3
42da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_get_user_data.3
43da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_get_url.3
44da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_set_progressfn.3
45da0c48c4Sopenharmony_cinotrans_dist_man3_MANS += debuginfod_set_user_data.3
46da0c48c4Sopenharmony_cinotrans_dist_man1_MANS += debuginfod-find.1
47da0c48c4Sopenharmony_ciendif
48