File: Makefile.am

package info (click to toggle)
dwarfutils 20201201-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,868 kB
  • sloc: ansic: 104,667; sh: 5,947; cpp: 4,675; python: 878; makefile: 646; awk: 11
file content (112 lines) | stat: -rw-r--r-- 2,220 bytes parent folder | download
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
102
103
104
105
106
107
108
109
110
111
112
###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/BLDLIBDWARF \
scripts/BLDLIBDWARFTAR \
scripts/BLDTESTDIR \
scripts/buildandreleasetest.sh \
scripts/buildstandardsource.sh \
scripts/ChangeLog \
scripts/ChangeLog2018 \
scripts/CLEANUP \
scripts/conddef.py  \
scripts/CPTARTOWEBDIR \
scripts/CPTOPUBLIC \
scripts/CREATINGARELEASE \
scripts/dateorder   \
scripts/ddbuild.sh  \
scripts/FIX-CONFIGURE-TIMES \
scripts/fixlibdwarfelf.sh \
scripts/funcfinderhdr.py \
scripts/funcfindermm.py \
scripts/funcfindersrcs.py \
scripts/GETTOTOP \
scripts/libbuild.sh \
scripts/REBLDLIBDWARF \
scripts/RUNPY \
scripts/SETUP_GZ_TREE \
scripts/UPDATEDWARFDUMPVERSION.sh \
scripts/UPD.awk \
tsearch/ChangeLog \
tsearch/ChangeLog2014 \
tsearch/ChangeLog2015 \
tsearch/ChangeLog2016 \
tsearch/ChangeLog2017 \
tsearch/ChangeLog2018 \
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