1da0c48c4Sopenharmony_ci## Makefile.am for libdwfl library subdirectory in elfutils. 2da0c48c4Sopenharmony_ci## 3da0c48c4Sopenharmony_ci## Process this file with automake to create Makefile.in 4da0c48c4Sopenharmony_ci## 5da0c48c4Sopenharmony_ci## Copyright (C) 2005-2010, 2013 Red Hat, Inc. 6da0c48c4Sopenharmony_ci## This file is part of elfutils. 7da0c48c4Sopenharmony_ci## 8da0c48c4Sopenharmony_ci## This file is free software; you can redistribute it and/or modify 9da0c48c4Sopenharmony_ci## it under the terms of either 10da0c48c4Sopenharmony_ci## 11da0c48c4Sopenharmony_ci## * the GNU Lesser General Public License as published by the Free 12da0c48c4Sopenharmony_ci## Software Foundation; either version 3 of the License, or (at 13da0c48c4Sopenharmony_ci## your option) any later version 14da0c48c4Sopenharmony_ci## 15da0c48c4Sopenharmony_ci## or 16da0c48c4Sopenharmony_ci## 17da0c48c4Sopenharmony_ci## * the GNU General Public License as published by the Free 18da0c48c4Sopenharmony_ci## Software Foundation; either version 2 of the License, or (at 19da0c48c4Sopenharmony_ci## your option) any later version 20da0c48c4Sopenharmony_ci## 21da0c48c4Sopenharmony_ci## or both in parallel, as here. 22da0c48c4Sopenharmony_ci## 23da0c48c4Sopenharmony_ci## elfutils is distributed in the hope that it will be useful, but 24da0c48c4Sopenharmony_ci## WITHOUT ANY WARRANTY; without even the implied warranty of 25da0c48c4Sopenharmony_ci## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 26da0c48c4Sopenharmony_ci## General Public License for more details. 27da0c48c4Sopenharmony_ci## 28da0c48c4Sopenharmony_ci## You should have received copies of the GNU General Public License and 29da0c48c4Sopenharmony_ci## the GNU Lesser General Public License along with this program. If 30da0c48c4Sopenharmony_ci## not, see <http://www.gnu.org/licenses/>. 31da0c48c4Sopenharmony_ci## 32da0c48c4Sopenharmony_ciinclude $(top_srcdir)/config/eu.am 33da0c48c4Sopenharmony_ciAM_CPPFLAGS += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ 34da0c48c4Sopenharmony_ci -I$(srcdir)/../libdw -I$(srcdir)/../libdwelf -I$(srcdir)/../debuginfod 35da0c48c4Sopenharmony_ciVERSION = 1 36da0c48c4Sopenharmony_ci 37da0c48c4Sopenharmony_cinoinst_LIBRARIES = libdwfl.a 38da0c48c4Sopenharmony_cinoinst_LIBRARIES += libdwfl_pic.a 39da0c48c4Sopenharmony_ci 40da0c48c4Sopenharmony_cipkginclude_HEADERS = libdwfl.h 41da0c48c4Sopenharmony_ci 42da0c48c4Sopenharmony_ci 43da0c48c4Sopenharmony_cilibdwfl_a_SOURCES = dwfl_begin.c dwfl_end.c dwfl_error.c dwfl_version.c \ 44da0c48c4Sopenharmony_ci dwfl_module.c dwfl_report_elf.c relocate.c \ 45da0c48c4Sopenharmony_ci dwfl_module_build_id.c dwfl_module_report_build_id.c \ 46da0c48c4Sopenharmony_ci derelocate.c offline.c segment.c \ 47da0c48c4Sopenharmony_ci dwfl_module_info.c dwfl_getmodules.c dwfl_getdwarf.c \ 48da0c48c4Sopenharmony_ci dwfl_module_getdwarf.c dwfl_module_getelf.c \ 49da0c48c4Sopenharmony_ci dwfl_validate_address.c \ 50da0c48c4Sopenharmony_ci argp-std.c find-debuginfo.c \ 51da0c48c4Sopenharmony_ci dwfl_build_id_find_elf.c \ 52da0c48c4Sopenharmony_ci dwfl_build_id_find_debuginfo.c \ 53da0c48c4Sopenharmony_ci linux-kernel-modules.c linux-proc-maps.c \ 54da0c48c4Sopenharmony_ci dwfl_addrmodule.c dwfl_addrdwarf.c \ 55da0c48c4Sopenharmony_ci cu.c dwfl_module_nextcu.c dwfl_nextcu.c dwfl_cumodule.c \ 56da0c48c4Sopenharmony_ci dwfl_module_addrdie.c dwfl_addrdie.c \ 57da0c48c4Sopenharmony_ci lines.c dwfl_lineinfo.c dwfl_line_comp_dir.c \ 58da0c48c4Sopenharmony_ci dwfl_linemodule.c dwfl_linecu.c dwfl_dwarf_line.c \ 59da0c48c4Sopenharmony_ci dwfl_getsrclines.c dwfl_onesrcline.c \ 60da0c48c4Sopenharmony_ci dwfl_module_getsrc.c dwfl_getsrc.c \ 61da0c48c4Sopenharmony_ci dwfl_module_getsrc_file.c \ 62da0c48c4Sopenharmony_ci libdwfl_crc32.c libdwfl_crc32_file.c \ 63da0c48c4Sopenharmony_ci elf-from-memory.c \ 64da0c48c4Sopenharmony_ci dwfl_module_dwarf_cfi.c dwfl_module_eh_cfi.c \ 65da0c48c4Sopenharmony_ci dwfl_module_getsym.c \ 66da0c48c4Sopenharmony_ci dwfl_module_addrname.c dwfl_module_addrsym.c \ 67da0c48c4Sopenharmony_ci dwfl_module_return_value_location.c \ 68da0c48c4Sopenharmony_ci dwfl_module_register_names.c \ 69da0c48c4Sopenharmony_ci dwfl_segment_report_module.c \ 70da0c48c4Sopenharmony_ci link_map.c core-file.c open.c image-header.c \ 71da0c48c4Sopenharmony_ci dwfl_frame.c frame_unwind.c dwfl_frame_pc.c \ 72da0c48c4Sopenharmony_ci linux-pid-attach.c linux-core-attach.c dwfl_frame_regs.c \ 73da0c48c4Sopenharmony_ci gzip.c debuginfod-client.c 74da0c48c4Sopenharmony_ci 75da0c48c4Sopenharmony_ciif BZLIB 76da0c48c4Sopenharmony_cilibdwfl_a_SOURCES += bzip2.c 77da0c48c4Sopenharmony_ciendif 78da0c48c4Sopenharmony_ciif LZMA 79da0c48c4Sopenharmony_cilibdwfl_a_SOURCES += lzma.c 80da0c48c4Sopenharmony_ciendif 81da0c48c4Sopenharmony_ciif ZSTD 82da0c48c4Sopenharmony_cilibdwfl_a_SOURCES += zstd.c 83da0c48c4Sopenharmony_ciendif 84da0c48c4Sopenharmony_ci 85da0c48c4Sopenharmony_cilibdwfl = $(libdw) 86da0c48c4Sopenharmony_cilibdw = ../libdw/libdw.so 87da0c48c4Sopenharmony_cilibelf = ../libelf/libelf.so 88da0c48c4Sopenharmony_cilibebl = ../libebl/libebl.a 89da0c48c4Sopenharmony_cilibeu = ../lib/libeu.a 90da0c48c4Sopenharmony_ci 91da0c48c4Sopenharmony_cilibdwfl_pic_a_SOURCES = 92da0c48c4Sopenharmony_ciam_libdwfl_pic_a_OBJECTS = $(libdwfl_a_SOURCES:.c=.os) 93da0c48c4Sopenharmony_ci 94da0c48c4Sopenharmony_cinoinst_HEADERS = libdwflP.h 95da0c48c4Sopenharmony_ci 96da0c48c4Sopenharmony_ciCLEANFILES += $(am_libdwfl_pic_a_OBJECTS) 97