-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
101 lines (92 loc) · 1.92 KB
/
Makefile.am
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
###Copyright (C) 2018 Vincent Torri <vincent dot torri at gmail dot com
###This code is public domain and can be freely used or copied.
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libdwarf dwarfdump
if HAVE_DWARFGEN
SUBDIRS += dwarfgen
endif
###if HAVE_LIBELF
###SUBDIRS += dwarfgen
###endif
###if HAVE_LIBELF_LIBELF
###SUBDIRS += dwarfgen
###endif
if HAVE_DWARFEXAMPLE
SUBDIRS += dwarfexample
endif
DISTCLEANFILES = \
libdwarf/libdwarf.h
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
ar-lib \
compile \
config.guess \
config.h.in \
config.h.in~ \
config.sub \
configure \
depcomp \
install-sh \
ltmain.sh \
m4/libtool.m4 \
m4/ltoptions.m4 \
m4/ltsugar.m4 \
m4/ltversion.m4 \
m4/lt~obsolete.m4 \
missing \
$(distdir).tar.gz \
$(distdir).tar.xz
EXTRA_DIST = \
appveyor.yml \
bugxml \
ChangeLog \
ChangeLog2018 \
cmake \
CMakeLists.txt \
codingstyle.txt \
config.h.in.cmake \
dwarfdump/runtests.sh \
libdwarf/runtests.sh \
README.md \
scripts/baseconfig.h \
scripts/buildandreleasetest.sh \
scripts/buildstandardsource.sh \
scripts/ChangeLog \
scripts/ChangeLog2018 \
scripts/ChangeLog2019 \
scripts/ChangeLog2020 \
scripts/CLEANUP \
scripts/ddbuild.sh \
scripts/FIX-CONFIGURE-TIMES \
scripts/fixlibdwarfelf.sh \
scripts/libbuild.sh \
scripts/UPDATEDWARFDUMPVERSION.sh \
scripts/UPD.awk \
tsearch/ChangeLog \
tsearch/ChangeLog2014 \
tsearch/ChangeLog2015 \
tsearch/ChangeLog2016 \
tsearch/ChangeLog2017 \
tsearch/ChangeLog2018 \
tsearch/ChangeLog2019 \
tsearch/ChangeLog2020 \
tsearch/config.h \
tsearch/dwarf_incl.h \
tsearch/dwarf_tsearchbal.c \
tsearch/dwarf_tsearchbin.c \
tsearch/dwarf_tsearch.c \
tsearch/dwarf_tsearchepp.c \
tsearch/dwarf_tsearch.h \
tsearch/dwarf_tsearchhash.c \
tsearch/dwarf_tsearchred.c \
tsearch/ESSAY.txt \
tsearch/Makefile \
tsearch/README \
tsearch/RUNTEST \
tsearch/scripts \
tsearch/tsearch.c \
tsearch/tsearchlibtimes.csv \
tsearch/tsearchlibtimes.ods \
tsearch/tsearch_tester.c
# AUTHORS, ChangeLog and COPYING must be present