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