|
|
93f2b0 |
Index: ltrace-0.7.91/sysdeps/linux-gnu/aarch64/Makefile.in
|
|
|
93f2b0 |
===================================================================
|
|
|
93f2b0 |
--- /dev/null
|
|
|
93f2b0 |
+++ ltrace-0.7.91/sysdeps/linux-gnu/aarch64/Makefile.in
|
|
|
93f2b0 |
@@ -0,0 +1,617 @@
|
|
|
93f2b0 |
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
|
|
|
93f2b0 |
+# @configure_input@
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+# This Makefile.in is free software; the Free Software Foundation
|
|
|
93f2b0 |
+# gives unlimited permission to copy and/or distribute it,
|
|
|
93f2b0 |
+# with or without modifications, as long as this notice is preserved.
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+# This program is distributed in the hope that it will be useful,
|
|
|
93f2b0 |
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
93f2b0 |
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
93f2b0 |
+# PARTICULAR PURPOSE.
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+@SET_MAKE@
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+# This file is part of ltrace.
|
|
|
93f2b0 |
+# Copyright (C) 2014 Petr Machata, Red Hat, Inc.
|
|
|
93f2b0 |
+#
|
|
|
93f2b0 |
+# This program is free software; you can redistribute it and/or
|
|
|
93f2b0 |
+# modify it under the terms of the GNU General Public License as
|
|
|
93f2b0 |
+# published by the Free Software Foundation; either version 2 of the
|
|
|
93f2b0 |
+# License, or (at your option) any later version.
|
|
|
93f2b0 |
+#
|
|
|
93f2b0 |
+# This program is distributed in the hope that it will be useful, but
|
|
|
93f2b0 |
+# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
93f2b0 |
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
93f2b0 |
+# General Public License for more details.
|
|
|
93f2b0 |
+#
|
|
|
93f2b0 |
+# You should have received a copy of the GNU General Public License
|
|
|
93f2b0 |
+# along with this program; if not, write to the Free Software
|
|
|
93f2b0 |
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
|
|
93f2b0 |
+# 02110-1301 USA
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+VPATH = @srcdir@
|
|
|
93f2b0 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
|
93f2b0 |
+am__make_running_with_option = \
|
|
|
93f2b0 |
+ case $${target_option-} in \
|
|
|
93f2b0 |
+ ?) ;; \
|
|
|
93f2b0 |
+ *) echo "am__make_running_with_option: internal error: invalid" \
|
|
|
93f2b0 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
|
93f2b0 |
+ exit 1;; \
|
|
|
93f2b0 |
+ esac; \
|
|
|
93f2b0 |
+ has_opt=no; \
|
|
|
93f2b0 |
+ sane_makeflags=$$MAKEFLAGS; \
|
|
|
93f2b0 |
+ if $(am__is_gnu_make); then \
|
|
|
93f2b0 |
+ sane_makeflags=$$MFLAGS; \
|
|
|
93f2b0 |
+ else \
|
|
|
93f2b0 |
+ case $$MAKEFLAGS in \
|
|
|
93f2b0 |
+ *\\[\ \ ]*) \
|
|
|
93f2b0 |
+ bs=\\; \
|
|
|
93f2b0 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
|
93f2b0 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
|
93f2b0 |
+ esac; \
|
|
|
93f2b0 |
+ fi; \
|
|
|
93f2b0 |
+ skip_next=no; \
|
|
|
93f2b0 |
+ strip_trailopt () \
|
|
|
93f2b0 |
+ { \
|
|
|
93f2b0 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
|
93f2b0 |
+ }; \
|
|
|
93f2b0 |
+ for flg in $$sane_makeflags; do \
|
|
|
93f2b0 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
|
93f2b0 |
+ case $$flg in \
|
|
|
93f2b0 |
+ *=*|--*) continue;; \
|
|
|
93f2b0 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
|
93f2b0 |
+ -*I?*) strip_trailopt 'I';; \
|
|
|
93f2b0 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
|
93f2b0 |
+ -*O?*) strip_trailopt 'O';; \
|
|
|
93f2b0 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
|
93f2b0 |
+ -*l?*) strip_trailopt 'l';; \
|
|
|
93f2b0 |
+ -[dEDm]) skip_next=yes;; \
|
|
|
93f2b0 |
+ -[JT]) skip_next=yes;; \
|
|
|
93f2b0 |
+ esac; \
|
|
|
93f2b0 |
+ case $$flg in \
|
|
|
93f2b0 |
+ *$$target_option*) has_opt=yes; break;; \
|
|
|
93f2b0 |
+ esac; \
|
|
|
93f2b0 |
+ done; \
|
|
|
93f2b0 |
+ test $$has_opt = yes
|
|
|
93f2b0 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
|
93f2b0 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
|
93f2b0 |
+pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
93f2b0 |
+pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
93f2b0 |
+pkglibdir = $(libdir)/@PACKAGE@
|
|
|
93f2b0 |
+pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
|
93f2b0 |
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
93f2b0 |
+install_sh_DATA = $(install_sh) -c -m 644
|
|
|
93f2b0 |
+install_sh_PROGRAM = $(install_sh) -c
|
|
|
93f2b0 |
+install_sh_SCRIPT = $(install_sh) -c
|
|
|
93f2b0 |
+INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
93f2b0 |
+transform = $(program_transform_name)
|
|
|
93f2b0 |
+NORMAL_INSTALL = :
|
|
|
93f2b0 |
+PRE_INSTALL = :
|
|
|
93f2b0 |
+POST_INSTALL = :
|
|
|
93f2b0 |
+NORMAL_UNINSTALL = :
|
|
|
93f2b0 |
+PRE_UNINSTALL = :
|
|
|
93f2b0 |
+POST_UNINSTALL = :
|
|
|
93f2b0 |
+build_triplet = @build@
|
|
|
93f2b0 |
+host_triplet = @host@
|
|
|
93f2b0 |
+subdir = sysdeps/linux-gnu/aarch64
|
|
|
93f2b0 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
|
93f2b0 |
+ $(top_srcdir)/config/autoconf/depcomp $(noinst_HEADERS)
|
|
|
93f2b0 |
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
93f2b0 |
+am__aclocal_m4_deps = $(top_srcdir)/config/m4/libtool.m4 \
|
|
|
93f2b0 |
+ $(top_srcdir)/config/m4/ltoptions.m4 \
|
|
|
93f2b0 |
+ $(top_srcdir)/config/m4/ltsugar.m4 \
|
|
|
93f2b0 |
+ $(top_srcdir)/config/m4/ltversion.m4 \
|
|
|
93f2b0 |
+ $(top_srcdir)/config/m4/lt~obsolete.m4 \
|
|
|
93f2b0 |
+ $(top_srcdir)/configure.ac
|
|
|
93f2b0 |
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
93f2b0 |
+ $(ACLOCAL_M4)
|
|
|
93f2b0 |
+mkinstalldirs = $(install_sh) -d
|
|
|
93f2b0 |
+CONFIG_HEADER = $(top_builddir)/config.h
|
|
|
93f2b0 |
+CONFIG_CLEAN_FILES =
|
|
|
93f2b0 |
+CONFIG_CLEAN_VPATH_FILES =
|
|
|
93f2b0 |
+LTLIBRARIES = $(noinst_LTLIBRARIES)
|
|
|
93f2b0 |
+___libcpu_la_LIBADD =
|
|
|
93f2b0 |
+am____libcpu_la_OBJECTS = fetch.lo plt.lo regs.lo trace.lo
|
|
|
93f2b0 |
+___libcpu_la_OBJECTS = $(am____libcpu_la_OBJECTS)
|
|
|
93f2b0 |
+AM_V_lt = $(am__v_lt_@AM_V@)
|
|
|
93f2b0 |
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
|
|
93f2b0 |
+am__v_lt_0 = --silent
|
|
|
93f2b0 |
+am__v_lt_1 =
|
|
|
93f2b0 |
+am__dirstamp = $(am__leading_dot)dirstamp
|
|
|
93f2b0 |
+AM_V_P = $(am__v_P_@AM_V@)
|
|
|
93f2b0 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
|
93f2b0 |
+am__v_P_0 = false
|
|
|
93f2b0 |
+am__v_P_1 = :
|
|
|
93f2b0 |
+AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
|
93f2b0 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
|
93f2b0 |
+am__v_GEN_0 = @echo " GEN " $@;
|
|
|
93f2b0 |
+am__v_GEN_1 =
|
|
|
93f2b0 |
+AM_V_at = $(am__v_at_@AM_V@)
|
|
|
93f2b0 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
|
93f2b0 |
+am__v_at_0 = @
|
|
|
93f2b0 |
+am__v_at_1 =
|
|
|
93f2b0 |
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
|
|
93f2b0 |
+depcomp = $(SHELL) $(top_srcdir)/config/autoconf/depcomp
|
|
|
93f2b0 |
+am__depfiles_maybe = depfiles
|
|
|
93f2b0 |
+am__mv = mv -f
|
|
|
93f2b0 |
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
93f2b0 |
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
93f2b0 |
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
93f2b0 |
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
|
|
93f2b0 |
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
|
93f2b0 |
+ $(AM_CFLAGS) $(CFLAGS)
|
|
|
93f2b0 |
+AM_V_CC = $(am__v_CC_@AM_V@)
|
|
|
93f2b0 |
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
|
|
93f2b0 |
+am__v_CC_0 = @echo " CC " $@;
|
|
|
93f2b0 |
+am__v_CC_1 =
|
|
|
93f2b0 |
+CCLD = $(CC)
|
|
|
93f2b0 |
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
93f2b0 |
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
|
93f2b0 |
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
93f2b0 |
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
|
|
93f2b0 |
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
|
|
93f2b0 |
+am__v_CCLD_0 = @echo " CCLD " $@;
|
|
|
93f2b0 |
+am__v_CCLD_1 =
|
|
|
93f2b0 |
+SOURCES = $(___libcpu_la_SOURCES)
|
|
|
93f2b0 |
+DIST_SOURCES = $(___libcpu_la_SOURCES)
|
|
|
93f2b0 |
+am__can_run_installinfo = \
|
|
|
93f2b0 |
+ case $$AM_UPDATE_INFO_DIR in \
|
|
|
93f2b0 |
+ n|no|NO) false;; \
|
|
|
93f2b0 |
+ *) (install-info --version) >/dev/null 2>&1;; \
|
|
|
93f2b0 |
+ esac
|
|
|
93f2b0 |
+HEADERS = $(noinst_HEADERS)
|
|
|
93f2b0 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
|
93f2b0 |
+# Read a list of newline-separated strings from the standard input,
|
|
|
93f2b0 |
+# and print each of them once, without duplicates. Input order is
|
|
|
93f2b0 |
+# *not* preserved.
|
|
|
93f2b0 |
+am__uniquify_input = $(AWK) '\
|
|
|
93f2b0 |
+ BEGIN { nonempty = 0; } \
|
|
|
93f2b0 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
|
93f2b0 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
|
93f2b0 |
+'
|
|
|
93f2b0 |
+# Make sure the list of sources is unique. This is necessary because,
|
|
|
93f2b0 |
+# e.g., the same source file might be shared among _SOURCES variables
|
|
|
93f2b0 |
+# for different programs/libraries.
|
|
|
93f2b0 |
+am__define_uniq_tagged_files = \
|
|
|
93f2b0 |
+ list='$(am__tagged_files)'; \
|
|
|
93f2b0 |
+ unique=`for i in $$list; do \
|
|
|
93f2b0 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
93f2b0 |
+ done | $(am__uniquify_input)`
|
|
|
93f2b0 |
+ETAGS = etags
|
|
|
93f2b0 |
+CTAGS = ctags
|
|
|
93f2b0 |
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
93f2b0 |
+ACLOCAL = @ACLOCAL@
|
|
|
93f2b0 |
+AMTAR = @AMTAR@
|
|
|
93f2b0 |
+AM_CFLAGS = @AM_CFLAGS@
|
|
|
93f2b0 |
+AM_CPPFLAGS = @AM_CPPFLAGS@
|
|
|
93f2b0 |
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
|
93f2b0 |
+AM_LDFLAGS = @AM_LDFLAGS@
|
|
|
93f2b0 |
+AR = @AR@
|
|
|
93f2b0 |
+AUTOCONF = @AUTOCONF@
|
|
|
93f2b0 |
+AUTOHEADER = @AUTOHEADER@
|
|
|
93f2b0 |
+AUTOMAKE = @AUTOMAKE@
|
|
|
93f2b0 |
+AWK = @AWK@
|
|
|
93f2b0 |
+CC = @CC@
|
|
|
93f2b0 |
+CCDEPMODE = @CCDEPMODE@
|
|
|
93f2b0 |
+CFLAGS = @CFLAGS@
|
|
|
93f2b0 |
+CPP = @CPP@
|
|
|
93f2b0 |
+CPPFLAGS = @CPPFLAGS@
|
|
|
93f2b0 |
+CYGPATH_W = @CYGPATH_W@
|
|
|
93f2b0 |
+DEFS = @DEFS@
|
|
|
93f2b0 |
+DEPDIR = @DEPDIR@
|
|
|
93f2b0 |
+DLLTOOL = @DLLTOOL@
|
|
|
93f2b0 |
+DSYMUTIL = @DSYMUTIL@
|
|
|
93f2b0 |
+DUMPBIN = @DUMPBIN@
|
|
|
93f2b0 |
+ECHO_C = @ECHO_C@
|
|
|
93f2b0 |
+ECHO_N = @ECHO_N@
|
|
|
93f2b0 |
+ECHO_T = @ECHO_T@
|
|
|
93f2b0 |
+EGREP = @EGREP@
|
|
|
93f2b0 |
+EXEEXT = @EXEEXT@
|
|
|
93f2b0 |
+FGREP = @FGREP@
|
|
|
93f2b0 |
+GREP = @GREP@
|
|
|
93f2b0 |
+HAVE_VALGRIND = @HAVE_VALGRIND@
|
|
|
93f2b0 |
+HOST_CPU = @HOST_CPU@
|
|
|
93f2b0 |
+HOST_OS = @HOST_OS@
|
|
|
93f2b0 |
+INSTALL = @INSTALL@
|
|
|
93f2b0 |
+INSTALL_DATA = @INSTALL_DATA@
|
|
|
93f2b0 |
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
93f2b0 |
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
93f2b0 |
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
93f2b0 |
+LD = @LD@
|
|
|
93f2b0 |
+LDFLAGS = @LDFLAGS@
|
|
|
93f2b0 |
+LIBOBJS = @LIBOBJS@
|
|
|
93f2b0 |
+LIBS = @LIBS@
|
|
|
93f2b0 |
+LIBTOOL = @LIBTOOL@
|
|
|
93f2b0 |
+LIPO = @LIPO@
|
|
|
93f2b0 |
+LN_S = @LN_S@
|
|
|
93f2b0 |
+LTLIBOBJS = @LTLIBOBJS@
|
|
|
93f2b0 |
+MAINT = @MAINT@
|
|
|
93f2b0 |
+MAKEINFO = @MAKEINFO@
|
|
|
93f2b0 |
+MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
|
93f2b0 |
+MKDIR_P = @MKDIR_P@
|
|
|
93f2b0 |
+NM = @NM@
|
|
|
93f2b0 |
+NMEDIT = @NMEDIT@
|
|
|
93f2b0 |
+OBJDUMP = @OBJDUMP@
|
|
|
93f2b0 |
+OBJEXT = @OBJEXT@
|
|
|
93f2b0 |
+OTOOL = @OTOOL@
|
|
|
93f2b0 |
+OTOOL64 = @OTOOL64@
|
|
|
93f2b0 |
+PACKAGE = @PACKAGE@
|
|
|
93f2b0 |
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
93f2b0 |
+PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
93f2b0 |
+PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
93f2b0 |
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
|
93f2b0 |
+PACKAGE_URL = @PACKAGE_URL@
|
|
|
93f2b0 |
+PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
93f2b0 |
+PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
|
93f2b0 |
+RANLIB = @RANLIB@
|
|
|
93f2b0 |
+SED = @SED@
|
|
|
93f2b0 |
+SET_MAKE = @SET_MAKE@
|
|
|
93f2b0 |
+SHELL = @SHELL@
|
|
|
93f2b0 |
+STRIP = @STRIP@
|
|
|
93f2b0 |
+VERSION = @VERSION@
|
|
|
93f2b0 |
+abs_builddir = @abs_builddir@
|
|
|
93f2b0 |
+abs_srcdir = @abs_srcdir@
|
|
|
93f2b0 |
+abs_top_builddir = @abs_top_builddir@
|
|
|
93f2b0 |
+abs_top_srcdir = @abs_top_srcdir@
|
|
|
93f2b0 |
+ac_ct_AR = @ac_ct_AR@
|
|
|
93f2b0 |
+ac_ct_CC = @ac_ct_CC@
|
|
|
93f2b0 |
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
|
93f2b0 |
+am__include = @am__include@
|
|
|
93f2b0 |
+am__leading_dot = @am__leading_dot@
|
|
|
93f2b0 |
+am__quote = @am__quote@
|
|
|
93f2b0 |
+am__tar = @am__tar@
|
|
|
93f2b0 |
+am__untar = @am__untar@
|
|
|
93f2b0 |
+bindir = @bindir@
|
|
|
93f2b0 |
+build = @build@
|
|
|
93f2b0 |
+build_alias = @build_alias@
|
|
|
93f2b0 |
+build_cpu = @build_cpu@
|
|
|
93f2b0 |
+build_os = @build_os@
|
|
|
93f2b0 |
+build_vendor = @build_vendor@
|
|
|
93f2b0 |
+builddir = @builddir@
|
|
|
93f2b0 |
+datadir = @datadir@
|
|
|
93f2b0 |
+datarootdir = @datarootdir@
|
|
|
93f2b0 |
+docdir = @docdir@
|
|
|
93f2b0 |
+dvidir = @dvidir@
|
|
|
93f2b0 |
+exec_prefix = @exec_prefix@
|
|
|
93f2b0 |
+host = @host@
|
|
|
93f2b0 |
+host_alias = @host_alias@
|
|
|
93f2b0 |
+host_cpu = @host_cpu@
|
|
|
93f2b0 |
+host_os = @host_os@
|
|
|
93f2b0 |
+host_vendor = @host_vendor@
|
|
|
93f2b0 |
+htmldir = @htmldir@
|
|
|
93f2b0 |
+includedir = @includedir@
|
|
|
93f2b0 |
+infodir = @infodir@
|
|
|
93f2b0 |
+install_sh = @install_sh@
|
|
|
93f2b0 |
+libdir = @libdir@
|
|
|
93f2b0 |
+libelf_LD_LIBRARY_PATH = @libelf_LD_LIBRARY_PATH@
|
|
|
93f2b0 |
+liberty_LIBS = @liberty_LIBS@
|
|
|
93f2b0 |
+libexecdir = @libexecdir@
|
|
|
93f2b0 |
+libstdcxx_LIBS = @libstdcxx_LIBS@
|
|
|
93f2b0 |
+libsupcxx_LIBS = @libsupcxx_LIBS@
|
|
|
93f2b0 |
+libunwind_LD_LIBRARY_PATH = @libunwind_LD_LIBRARY_PATH@
|
|
|
93f2b0 |
+libunwind_LIBS = @libunwind_LIBS@
|
|
|
93f2b0 |
+localedir = @localedir@
|
|
|
93f2b0 |
+localstatedir = @localstatedir@
|
|
|
93f2b0 |
+mandir = @mandir@
|
|
|
93f2b0 |
+mkdir_p = @mkdir_p@
|
|
|
93f2b0 |
+oldincludedir = @oldincludedir@
|
|
|
93f2b0 |
+pdfdir = @pdfdir@
|
|
|
93f2b0 |
+prefix = @prefix@
|
|
|
93f2b0 |
+program_transform_name = @program_transform_name@
|
|
|
93f2b0 |
+psdir = @psdir@
|
|
|
93f2b0 |
+sbindir = @sbindir@
|
|
|
93f2b0 |
+sharedstatedir = @sharedstatedir@
|
|
|
93f2b0 |
+srcdir = @srcdir@
|
|
|
93f2b0 |
+sysconfdir = @sysconfdir@
|
|
|
93f2b0 |
+target_alias = @target_alias@
|
|
|
93f2b0 |
+top_build_prefix = @top_build_prefix@
|
|
|
93f2b0 |
+top_builddir = @top_builddir@
|
|
|
93f2b0 |
+top_srcdir = @top_srcdir@
|
|
|
93f2b0 |
+noinst_LTLIBRARIES = ../libcpu.la
|
|
|
93f2b0 |
+___libcpu_la_SOURCES = fetch.c plt.c regs.c trace.c
|
|
|
93f2b0 |
+noinst_HEADERS = arch.h ptrace.h signalent.h syscallent.h
|
|
|
93f2b0 |
+MAINTAINERCLEANFILES = Makefile.in
|
|
|
93f2b0 |
+all: all-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+.SUFFIXES:
|
|
|
93f2b0 |
+.SUFFIXES: .c .lo .o .obj
|
|
|
93f2b0 |
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
93f2b0 |
+ @for dep in $?; do \
|
|
|
93f2b0 |
+ case '$(am__configure_deps)' in \
|
|
|
93f2b0 |
+ *$$dep*) \
|
|
|
93f2b0 |
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
|
93f2b0 |
+ && { if test -f $@; then exit 0; else break; fi; }; \
|
|
|
93f2b0 |
+ exit 1;; \
|
|
|
93f2b0 |
+ esac; \
|
|
|
93f2b0 |
+ done; \
|
|
|
93f2b0 |
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sysdeps/linux-gnu/aarch64/Makefile'; \
|
|
|
93f2b0 |
+ $(am__cd) $(top_srcdir) && \
|
|
|
93f2b0 |
+ $(AUTOMAKE) --foreign sysdeps/linux-gnu/aarch64/Makefile
|
|
|
93f2b0 |
+.PRECIOUS: Makefile
|
|
|
93f2b0 |
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
93f2b0 |
+ @case '$?' in \
|
|
|
93f2b0 |
+ *config.status*) \
|
|
|
93f2b0 |
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
93f2b0 |
+ *) \
|
|
|
93f2b0 |
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
93f2b0 |
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
93f2b0 |
+ esac;
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
93f2b0 |
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
93f2b0 |
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
93f2b0 |
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
93f2b0 |
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
93f2b0 |
+$(am__aclocal_m4_deps):
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+clean-noinstLTLIBRARIES:
|
|
|
93f2b0 |
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
|
|
93f2b0 |
+ @list='$(noinst_LTLIBRARIES)'; \
|
|
|
93f2b0 |
+ locs=`for p in $$list; do echo $$p; done | \
|
|
|
93f2b0 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
|
|
93f2b0 |
+ sort -u`; \
|
|
|
93f2b0 |
+ test -z "$$locs" || { \
|
|
|
93f2b0 |
+ echo rm -f $${locs}; \
|
|
|
93f2b0 |
+ rm -f $${locs}; \
|
|
|
93f2b0 |
+ }
|
|
|
93f2b0 |
+../$(am__dirstamp):
|
|
|
93f2b0 |
+ @$(MKDIR_P) ..
|
|
|
93f2b0 |
+ @: > ../$(am__dirstamp)
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+../libcpu.la: $(___libcpu_la_OBJECTS) $(___libcpu_la_DEPENDENCIES) $(EXTRA____libcpu_la_DEPENDENCIES) ../$(am__dirstamp)
|
|
|
93f2b0 |
+ $(AM_V_CCLD)$(LINK) $(___libcpu_la_OBJECTS) $(___libcpu_la_LIBADD) $(LIBS)
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+mostlyclean-compile:
|
|
|
93f2b0 |
+ -rm -f *.$(OBJEXT)
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+distclean-compile:
|
|
|
93f2b0 |
+ -rm -f *.tab.c
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fetch.Plo@am__quote@
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plt.Plo@am__quote@
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regs.Plo@am__quote@
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Plo@am__quote@
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+.c.o:
|
|
|
93f2b0 |
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
|
93f2b0 |
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
93f2b0 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+.c.obj:
|
|
|
93f2b0 |
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
93f2b0 |
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
93f2b0 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+.c.lo:
|
|
|
93f2b0 |
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
|
93f2b0 |
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
|
93f2b0 |
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
93f2b0 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+mostlyclean-libtool:
|
|
|
93f2b0 |
+ -rm -f *.lo
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+clean-libtool:
|
|
|
93f2b0 |
+ -rm -rf .libs _libs
|
|
|
93f2b0 |
+ -rm -rf ../.libs ../_libs
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+ID: $(am__tagged_files)
|
|
|
93f2b0 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
|
93f2b0 |
+tags: tags-am
|
|
|
93f2b0 |
+TAGS: tags
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
93f2b0 |
+ set x; \
|
|
|
93f2b0 |
+ here=`pwd`; \
|
|
|
93f2b0 |
+ $(am__define_uniq_tagged_files); \
|
|
|
93f2b0 |
+ shift; \
|
|
|
93f2b0 |
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
|
93f2b0 |
+ test -n "$$unique" || unique=$$empty_fix; \
|
|
|
93f2b0 |
+ if test $$# -gt 0; then \
|
|
|
93f2b0 |
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
93f2b0 |
+ "$$@" $$unique; \
|
|
|
93f2b0 |
+ else \
|
|
|
93f2b0 |
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
93f2b0 |
+ $$unique; \
|
|
|
93f2b0 |
+ fi; \
|
|
|
93f2b0 |
+ fi
|
|
|
93f2b0 |
+ctags: ctags-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+CTAGS: ctags
|
|
|
93f2b0 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
93f2b0 |
+ $(am__define_uniq_tagged_files); \
|
|
|
93f2b0 |
+ test -z "$(CTAGS_ARGS)$$unique" \
|
|
|
93f2b0 |
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
|
93f2b0 |
+ $$unique
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+GTAGS:
|
|
|
93f2b0 |
+ here=`$(am__cd) $(top_builddir) && pwd` \
|
|
|
93f2b0 |
+ && $(am__cd) $(top_srcdir) \
|
|
|
93f2b0 |
+ && gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
93f2b0 |
+cscopelist: cscopelist-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+cscopelist-am: $(am__tagged_files)
|
|
|
93f2b0 |
+ list='$(am__tagged_files)'; \
|
|
|
93f2b0 |
+ case "$(srcdir)" in \
|
|
|
93f2b0 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
|
93f2b0 |
+ *) sdir=$(subdir)/$(srcdir) ;; \
|
|
|
93f2b0 |
+ esac; \
|
|
|
93f2b0 |
+ for i in $$list; do \
|
|
|
93f2b0 |
+ if test -f "$$i"; then \
|
|
|
93f2b0 |
+ echo "$(subdir)/$$i"; \
|
|
|
93f2b0 |
+ else \
|
|
|
93f2b0 |
+ echo "$$sdir/$$i"; \
|
|
|
93f2b0 |
+ fi; \
|
|
|
93f2b0 |
+ done >> $(top_builddir)/cscope.files
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+distclean-tags:
|
|
|
93f2b0 |
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+distdir: $(DISTFILES)
|
|
|
93f2b0 |
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
93f2b0 |
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
93f2b0 |
+ list='$(DISTFILES)'; \
|
|
|
93f2b0 |
+ dist_files=`for file in $$list; do echo $$file; done | \
|
|
|
93f2b0 |
+ sed -e "s|^$$srcdirstrip/||;t" \
|
|
|
93f2b0 |
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
|
93f2b0 |
+ case $$dist_files in \
|
|
|
93f2b0 |
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
|
93f2b0 |
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
|
93f2b0 |
+ sort -u` ;; \
|
|
|
93f2b0 |
+ esac; \
|
|
|
93f2b0 |
+ for file in $$dist_files; do \
|
|
|
93f2b0 |
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
93f2b0 |
+ if test -d $$d/$$file; then \
|
|
|
93f2b0 |
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
93f2b0 |
+ if test -d "$(distdir)/$$file"; then \
|
|
|
93f2b0 |
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
93f2b0 |
+ fi; \
|
|
|
93f2b0 |
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
|
93f2b0 |
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
93f2b0 |
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
93f2b0 |
+ fi; \
|
|
|
93f2b0 |
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
93f2b0 |
+ else \
|
|
|
93f2b0 |
+ test -f "$(distdir)/$$file" \
|
|
|
93f2b0 |
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|
|
|
93f2b0 |
+ || exit 1; \
|
|
|
93f2b0 |
+ fi; \
|
|
|
93f2b0 |
+ done
|
|
|
93f2b0 |
+check-am: all-am
|
|
|
93f2b0 |
+check: check-am
|
|
|
93f2b0 |
+all-am: Makefile $(LTLIBRARIES) $(HEADERS)
|
|
|
93f2b0 |
+installdirs:
|
|
|
93f2b0 |
+install: install-am
|
|
|
93f2b0 |
+install-exec: install-exec-am
|
|
|
93f2b0 |
+install-data: install-data-am
|
|
|
93f2b0 |
+uninstall: uninstall-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-am: all-am
|
|
|
93f2b0 |
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+installcheck: installcheck-am
|
|
|
93f2b0 |
+install-strip:
|
|
|
93f2b0 |
+ if test -z '$(STRIP)'; then \
|
|
|
93f2b0 |
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
93f2b0 |
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
93f2b0 |
+ install; \
|
|
|
93f2b0 |
+ else \
|
|
|
93f2b0 |
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
93f2b0 |
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
93f2b0 |
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
|
93f2b0 |
+ fi
|
|
|
93f2b0 |
+mostlyclean-generic:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+clean-generic:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+distclean-generic:
|
|
|
93f2b0 |
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
93f2b0 |
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
|
93f2b0 |
+ -rm -f ../$(am__dirstamp)
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+maintainer-clean-generic:
|
|
|
93f2b0 |
+ @echo "This command is intended for maintainers to use"
|
|
|
93f2b0 |
+ @echo "it deletes files that may require special tools to rebuild."
|
|
|
93f2b0 |
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
|
93f2b0 |
+clean: clean-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
|
|
93f2b0 |
+ mostlyclean-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+distclean: distclean-am
|
|
|
93f2b0 |
+ -rm -rf ./$(DEPDIR)
|
|
|
93f2b0 |
+ -rm -f Makefile
|
|
|
93f2b0 |
+distclean-am: clean-am distclean-compile distclean-generic \
|
|
|
93f2b0 |
+ distclean-tags
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+dvi: dvi-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+dvi-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+html: html-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+html-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+info: info-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+info-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-data-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-dvi: install-dvi-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-dvi-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-exec-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-html: install-html-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-html-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-info: install-info-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-info-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-man:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-pdf: install-pdf-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-pdf-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-ps: install-ps-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+install-ps-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+installcheck-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+maintainer-clean: maintainer-clean-am
|
|
|
93f2b0 |
+ -rm -rf ./$(DEPDIR)
|
|
|
93f2b0 |
+ -rm -f Makefile
|
|
|
93f2b0 |
+maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+mostlyclean: mostlyclean-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
|
93f2b0 |
+ mostlyclean-libtool
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+pdf: pdf-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+pdf-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+ps: ps-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+ps-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+uninstall-am:
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+.MAKE: install-am install-strip
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
|
|
|
93f2b0 |
+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
|
|
|
93f2b0 |
+ ctags-am distclean distclean-compile distclean-generic \
|
|
|
93f2b0 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
|
|
|
93f2b0 |
+ html-am info info-am install install-am install-data \
|
|
|
93f2b0 |
+ install-data-am install-dvi install-dvi-am install-exec \
|
|
|
93f2b0 |
+ install-exec-am install-html install-html-am install-info \
|
|
|
93f2b0 |
+ install-info-am install-man install-pdf install-pdf-am \
|
|
|
93f2b0 |
+ install-ps install-ps-am install-strip installcheck \
|
|
|
93f2b0 |
+ installcheck-am installdirs maintainer-clean \
|
|
|
93f2b0 |
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
|
93f2b0 |
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
93f2b0 |
+ tags tags-am uninstall uninstall-am
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+
|
|
|
93f2b0 |
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
93f2b0 |
+# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
93f2b0 |
+.NOEXPORT:
|
|
|
93f2b0 |
Index: ltrace-0.7.91/sysdeps/linux-gnu/Makefile.in
|
|
|
93f2b0 |
===================================================================
|
|
|
93f2b0 |
--- ltrace-0.7.91.orig/sysdeps/linux-gnu/Makefile.in
|
|
|
93f2b0 |
+++ ltrace-0.7.91/sysdeps/linux-gnu/Makefile.in
|
|
|
93f2b0 |
@@ -257,7 +257,7 @@ target_alias = @target_alias@
|
|
|
93f2b0 |
top_build_prefix = @top_build_prefix@
|
|
|
93f2b0 |
top_builddir = @top_builddir@
|
|
|
93f2b0 |
top_srcdir = @top_srcdir@
|
|
|
93f2b0 |
-DIST_SUBDIRS = alpha arm cris ia64 m68k metag mips ppc s390 sparc x86
|
|
|
93f2b0 |
+DIST_SUBDIRS = aarch64 alpha arm cris ia64 m68k metag mips ppc s390 sparc x86
|
|
|
93f2b0 |
SUBDIRS = \
|
|
|
93f2b0 |
$(HOST_CPU)
|
|
|
93f2b0 |
|
|
|
93f2b0 |
Index: ltrace-0.7.91/configure
|
|
|
93f2b0 |
===================================================================
|
|
|
93f2b0 |
--- ltrace-0.7.91.orig/configure
|
|
|
93f2b0 |
+++ ltrace-0.7.91/configure
|
|
|
93f2b0 |
@@ -12882,7 +12882,7 @@ fi
|
|
|
93f2b0 |
|
|
|
93f2b0 |
|
|
|
93f2b0 |
|
|
|
93f2b0 |
-ac_config_files="$ac_config_files Makefile sysdeps/Makefile sysdeps/linux-gnu/Makefile sysdeps/linux-gnu/alpha/Makefile sysdeps/linux-gnu/arm/Makefile sysdeps/linux-gnu/cris/Makefile sysdeps/linux-gnu/ia64/Makefile sysdeps/linux-gnu/m68k/Makefile sysdeps/linux-gnu/metag/Makefile sysdeps/linux-gnu/mips/Makefile sysdeps/linux-gnu/ppc/Makefile sysdeps/linux-gnu/s390/Makefile sysdeps/linux-gnu/sparc/Makefile sysdeps/linux-gnu/x86/Makefile testsuite/Makefile testsuite/ltrace.main/Makefile testsuite/ltrace.minor/Makefile testsuite/ltrace.torture/Makefile"
|
|
|
93f2b0 |
+ac_config_files="$ac_config_files Makefile sysdeps/Makefile sysdeps/linux-gnu/Makefile sysdeps/linux-gnu/aarch64/Makefile sysdeps/linux-gnu/alpha/Makefile sysdeps/linux-gnu/arm/Makefile sysdeps/linux-gnu/cris/Makefile sysdeps/linux-gnu/ia64/Makefile sysdeps/linux-gnu/m68k/Makefile sysdeps/linux-gnu/metag/Makefile sysdeps/linux-gnu/mips/Makefile sysdeps/linux-gnu/ppc/Makefile sysdeps/linux-gnu/s390/Makefile sysdeps/linux-gnu/sparc/Makefile sysdeps/linux-gnu/x86/Makefile testsuite/Makefile testsuite/ltrace.main/Makefile testsuite/ltrace.minor/Makefile testsuite/ltrace.torture/Makefile"
|
|
|
93f2b0 |
|
|
|
93f2b0 |
cat >confcache <<\_ACEOF
|
|
|
93f2b0 |
# This file is a shell script that caches the results of configure
|
|
|
93f2b0 |
@@ -13905,6 +13905,7 @@ do
|
|
|
93f2b0 |
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
|
|
93f2b0 |
"sysdeps/Makefile") CONFIG_FILES="$CONFIG_FILES sysdeps/Makefile" ;;
|
|
|
93f2b0 |
"sysdeps/linux-gnu/Makefile") CONFIG_FILES="$CONFIG_FILES sysdeps/linux-gnu/Makefile" ;;
|
|
|
93f2b0 |
+ "sysdeps/linux-gnu/aarch64/Makefile") CONFIG_FILES="$CONFIG_FILES sysdeps/linux-gnu/aarch64/Makefile" ;;
|
|
|
93f2b0 |
"sysdeps/linux-gnu/alpha/Makefile") CONFIG_FILES="$CONFIG_FILES sysdeps/linux-gnu/alpha/Makefile" ;;
|
|
|
93f2b0 |
"sysdeps/linux-gnu/arm/Makefile") CONFIG_FILES="$CONFIG_FILES sysdeps/linux-gnu/arm/Makefile" ;;
|
|
|
93f2b0 |
"sysdeps/linux-gnu/cris/Makefile") CONFIG_FILES="$CONFIG_FILES sysdeps/linux-gnu/cris/Makefile" ;;
|