mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-19 19:43:34 -04:00
b43797284f
2006-04-04 Roland McGrath <roland@redhat.com> * elf32_updatefile.c (updatemmap): Handle other-endian case. tests/ 2006-04-04 Roland McGrath <roland@redhat.com> * run-bug1-test.sh: Test a second case, to cover both byte orders. * testfile29.bz2: New file. * testfile29.rdwr.bz2: New file. * Makefile.am (EXTRA_DIST): Add them.
208 lines
7.8 KiB
Makefile
208 lines
7.8 KiB
Makefile
## Process this file with automake to create Makefile.in
|
|
##
|
|
## Copyright (C) 1996-2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
|
|
## This file is part of Red Hat elfutils.
|
|
##
|
|
## Red Hat elfutils is free software; you can redistribute it and/or modify
|
|
## it under the terms of the GNU General Public License as published by the
|
|
## Free Software Foundation; version 2 of the License.
|
|
##
|
|
## Red Hat elfutils is distributed in the hope that it will be useful, but
|
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
## General Public License for more details.
|
|
##
|
|
## You should have received a copy of the GNU General Public License along
|
|
## with Red Hat elfutils; if not, write to the Free Software Foundation,
|
|
## Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
|
|
##
|
|
## Red Hat elfutils is an included package of the Open Invention Network.
|
|
## An included package of the Open Invention Network is a package for which
|
|
## Open Invention Network licensees cross-license their patents. No patent
|
|
## license is granted, either expressly or impliedly, by designation as an
|
|
## included package. Should you wish to participate in the Open Invention
|
|
## Network licensing program, please visit www.openinventionnetwork.com
|
|
## <http://www.openinventionnetwork.com>.
|
|
##
|
|
DEFS = -DHAVE_CONFIG_H -D_GNU_SOURCE
|
|
if MUDFLAP
|
|
AM_CFLAGS = -Wall -Werror -Wextra -std=gnu99 -fmudflap\
|
|
$(if $($(*F)_no_Wformat),-Wno-format,-Wformat=2)
|
|
BUILD_RPATH = \$$ORIGIN/../backends
|
|
else
|
|
AM_CFLAGS = -Wall -Werror -Wextra -std=gnu99 \
|
|
$(if $($(*F)_no_Wformat),-Wno-format,-Wformat=2)
|
|
BUILT_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
|
|
endif
|
|
|
|
AM_LDFLAGS =
|
|
|
|
if !STANDALONE
|
|
INCLUDES = -I$(top_srcdir)/libasm -I$(top_srcdir)/libdw \
|
|
-I$(top_srcdir)/libdwfl \
|
|
-I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
|
|
-I$(top_srcdir)/lib -I..
|
|
AM_LDFLAGS += -Wl,-rpath-link,../libasm:../libdw:../libelf
|
|
endif !STANDALONE
|
|
|
|
if TESTS_RPATH
|
|
AM_LDFLAGS += -Wl,-rpath,$(BUILT_RPATH)
|
|
tests_rpath = yes
|
|
else
|
|
tests_rpath = no
|
|
endif
|
|
|
|
noinst_PROGRAMS = arextract arsymtest newfile saridx scnnames sectiondump \
|
|
showptable update1 update2 update3 update4 test-nlist \
|
|
show-die-info get-files get-lines get-pubnames \
|
|
get-aranges allfcts line2addr addrscopes funcscopes \
|
|
show-abbrev hash newscn ecp dwflmodtest \
|
|
find-prologues funcretval allregs rdwrmmap
|
|
# get-ciefde
|
|
asm_TESTS = asm-tst1 asm-tst2 asm-tst3 asm-tst4 asm-tst5 \
|
|
asm-tst6 asm-tst7 asm-tst8 asm-tst9
|
|
|
|
TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
|
|
update1 update2 update3 update4 \
|
|
run-show-die-info.sh run-get-files.sh run-get-lines.sh \
|
|
run-get-pubnames.sh run-get-aranges.sh run-allfcts.sh \
|
|
run-show-abbrev.sh run-line2addr.sh hash \
|
|
newscn run-strip-test.sh run-strip-test2.sh \
|
|
run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
|
|
run-strip-test6.sh run-ecp-test.sh run-ecp-test2.sh \
|
|
run-elflint-test.sh run-elflint-self.sh run-ranlib-test.sh \
|
|
run-ranlib-test2.sh run-ranlib-test3.sh run-ranlib-test4.sh \
|
|
run-addrscopes.sh run-strings-test.sh run-funcscopes.sh \
|
|
run-find-prologues.sh run-allregs.sh run-readelf-test1.sh \
|
|
run-native-test.sh run-bug1-test.sh
|
|
# run-show-ciefde.sh
|
|
|
|
if !STANDALONE
|
|
noinst_PROGRAMS += msg_tst
|
|
TESTS += msg_tst
|
|
endif
|
|
|
|
if HAVE_LIBASM
|
|
noinst_PROGRAMS += $(asm_TESTS)
|
|
TESTS += $(asm_TESTS)
|
|
endif
|
|
|
|
|
|
EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
|
|
run-show-die-info.sh run-get-files.sh run-get-lines.sh \
|
|
run-get-pubnames.sh run-get-aranges.sh \
|
|
run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \
|
|
run-strip-test2.sh run-ecp-test.sh run-ecp-test2.sh \
|
|
testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
|
|
testfile5.bz2 testfile6.bz2 testfile7.bz2 testfile8.bz2 \
|
|
testfile9.bz2 testfile10.bz2 testfile11.bz2 testfile12.bz2 \
|
|
testfile13.bz2 run-strip-test3.sh run-allfcts.sh \
|
|
run-line2addr.sh run-elflint-test.sh testfile14.bz2 \
|
|
run-strip-test4.sh run-strip-test5.sh run-strip-test6.sh \
|
|
run-elflint-self.sh run-ranlib-test.sh run-ranlib-test2.sh \
|
|
run-ranlib-test3.sh run-ranlib-test4.sh \
|
|
run-addrscopes.sh run-strings-test.sh run-funcscopes.sh \
|
|
run-find-prologues.sh run-allregs.sh run-native-test.sh \
|
|
testfile15.bz2 testfile15.debug.bz2 \
|
|
testfile16.bz2 testfile16.debug.bz2 \
|
|
testfile17.bz2 testfile17.debug.bz2 \
|
|
testfile18.bz2 testfile19.bz2 testfile19.index.bz2 \
|
|
testfile20.bz2 testfile20.index.bz2 \
|
|
testfile21.bz2 testfile21.index.bz2 \
|
|
testfile22.bz2 testfile23.bz2 testfile24.bz2 testfile25.bz2 \
|
|
testfile26.bz2 testfile27.bz2 \
|
|
coverage.sh test-subr.sh test-wrapper.sh run-readelf-test1.sh \
|
|
run-bug1-test.sh testfile28.bz2 testfile28.rdwr.bz2 \
|
|
testfile29.bz2 testfile29.rdwr.bz2
|
|
|
|
installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \
|
|
bindir=$(DESTDIR)$(bindir) \
|
|
$(srcdir)/test-wrapper.sh \
|
|
installed $(tests_rpath) \
|
|
$(program_transform_name)
|
|
if STANDALONE
|
|
TESTS_ENVIRONMENT = $(installed_TESTS_ENVIRONMENT)
|
|
else !STANDALONE
|
|
TESTS_ENVIRONMENT = $(srcdir)/test-wrapper.sh \
|
|
../libdw:../backends:../libelf:../libasm
|
|
|
|
installcheck-local:
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
TESTS_ENVIRONMENT='$(installed_TESTS_ENVIRONMENT)' check-TESTS
|
|
endif !STANDALONE
|
|
|
|
if MUDFLAP
|
|
static_build=yes
|
|
libmudflap = -lmudflap
|
|
endif
|
|
|
|
if STANDALONE
|
|
libdw = -ldw
|
|
libelf = -lelf
|
|
libasm = -lasm
|
|
libebl = -lebl
|
|
else !STANDALONE
|
|
if BUILD_STATIC
|
|
libdw = ../libdw/libdw.a $(libelf) $(libebl) -ldl
|
|
libelf = ../libelf/libelf.a
|
|
libasm = ../libasm/libasm.a
|
|
else
|
|
libdw = ../libdw/libdw.so
|
|
libelf = ../libelf/libelf.so
|
|
libasm = ../libasm/libasm.so
|
|
endif
|
|
libebl = ../libebl/libebl.a
|
|
endif !STANDALONE
|
|
|
|
arextract_LDADD = $(libelf) $(libmudflap)
|
|
arsymtest_LDADD = $(libelf) $(libmudflap)
|
|
newfile_LDADD = $(libelf) $(libmudflap)
|
|
saridx_LDADD = $(libelf) $(libmudflap)
|
|
scnnames_LDADD = $(libelf) $(libmudflap)
|
|
sectiondump_LDADD = $(libelf) $(libmudflap)
|
|
showptable_LDADD = $(libelf) $(libmudflap)
|
|
hash_LDADD = $(libelf) $(libmudflap)
|
|
test_nlist_LDADD = $(libelf) $(libmudflap)
|
|
msg_tst_LDADD = $(libelf) $(libmudflap)
|
|
newscn_LDADD = $(libelf) $(libmudflap)
|
|
ecp_LDADD = $(libelf) $(libmudflap)
|
|
update1_LDADD = $(libelf) $(libmudflap)
|
|
update2_LDADD = $(libelf) $(libmudflap)
|
|
update3_LDADD = $(libebl) $(libelf) $(libmudflap)
|
|
update4_LDADD = $(libebl) $(libelf) $(libmudflap)
|
|
show_die_info_LDADD = $(libdw) $(libelf) $(libmudflap)
|
|
get_pubnames_LDADD = $(libdw) $(libelf) $(libmudflap)
|
|
show_abbrev_LDADD = $(libdw) $(libelf) $(libmudflap)
|
|
get_lines_LDADD = $(libdw) $(libelf) $(libmudflap)
|
|
get_files_LDADD = $(libdw) $(libelf) $(libmudflap)
|
|
get_aranges_LDADD = $(libdw) $(libelf) $(libmudflap)
|
|
allfcts_LDADD = $(libdw) $(libelf) $(libmudflap)
|
|
line2addr_no_Wformat = yes
|
|
line2addr_LDADD = $(libdw) $(libmudflap)
|
|
addrscopes_LDADD = $(libdw) $(libmudflap)
|
|
funcscopes_LDADD = $(libdw) $(libmudflap)
|
|
funcretval_LDADD = $(libdw) $(libmudflap)
|
|
allregs_LDADD = $(libdw) $(libmudflap)
|
|
find_prologues_LDADD = $(libdw) $(libmudflap)
|
|
#show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf) $(libmudflap)
|
|
asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
|
|
rdwrmmap_LDADD = $(libelf)
|
|
|
|
CLEANFILES = xxx *.gcno *.gcda *gconv
|
|
|
|
if GCOV
|
|
check: check-am coverage
|
|
.PHONY: coverage
|
|
coverage:
|
|
-$(srcdir)/coverage.sh
|
|
endif
|