xref: /third_party/libabigail/include/Makefile.am (revision e01aa904)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/include/
1## SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2pkginclude_HEADERS =	\
3abg-sptr-utils.h	\
4abg-interned-str.h	\
5abg-ir.h		\
6abg-corpus.h		\
7abg-fe-iface.h		\
8abg-elf-based-reader.h  \
9abg-elf-reader.h	\
10abg-reader.h		\
11abg-dwarf-reader.h	\
12abg-writer.h		\
13abg-comparison.h	\
14abg-reporter.h		\
15abg-suppression.h	\
16abg-comp-filter.h	\
17abg-diff-utils.h	\
18abg-libxml-utils.h	\
19abg-fwd.h		\
20abg-hash.h		\
21abg-tools-utils.h	\
22abg-config.h		\
23abg-ini.h		\
24abg-workers.h		\
25abg-traverse.h		\
26abg-cxx-compat.h	\
27abg-version.h		\
28abg-viz-common.h	\
29abg-viz-dot.h		\
30abg-viz-svg.h		\
31abg-regex.h
32
33if CTF_READER
34pkginclude_HEADERS += abg-ctf-reader.h
35endif
36
37EXTRA_DIST = abg-version.h.in
38

Indexes created Thu Nov 07 10:32:03 CST 2024