File: Makefile.am

package info (click to toggle)
libabigail 2.9-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,021,756 kB
  • sloc: xml: 572,663; cpp: 110,945; sh: 11,868; ansic: 4,329; makefile: 3,486; python: 1,684; ada: 62
file content (41 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
pkginclude_HEADERS =	\
abg-sptr-utils.h	\
abg-interned-str.h	\
abg-ir.h		\
abg-corpus.h		\
abg-fe-iface.h		\
abg-elf-based-reader.h  \
abg-elf-reader.h	\
abg-reader.h		\
abg-dwarf-reader.h	\
abg-writer.h		\
abg-comparison.h	\
abg-reporter.h		\
abg-suppression.h	\
abg-comp-filter.h	\
abg-diff-utils.h	\
abg-libxml-utils.h	\
abg-fwd.h		\
abg-hash.h		\
abg-tools-utils.h	\
abg-config.h		\
abg-ini.h		\
abg-workers.h		\
abg-traverse.h		\
abg-cxx-compat.h	\
abg-version.h		\
abg-viz-common.h	\
abg-viz-dot.h		\
abg-viz-svg.h		\
abg-regex.h

if CTF_READER
pkginclude_HEADERS += abg-ctf-reader.h
endif

if BTF_READER
pkginclude_HEADERS += abg-btf-reader.h
endif

EXTRA_DIST = abg-version.h.in