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