103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Makefile.in generated by automake 1.14.1 from Makefile.am.
203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# backends/Makefile.  Generated from Makefile.in by configure.
303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Copyright (C) 1994-2013 Free Software Foundation, Inc.
503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# This Makefile.in is free software; the Free Software Foundation
703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# gives unlimited permission to copy and/or distribute it,
803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# with or without modifications, as long as this notice is preserved.
903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# This program is distributed in the hope that it will be useful,
1103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# PARTICULAR PURPOSE.
1403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
2003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
2103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__make_running_with_option = \
2203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  case $${target_option-} in \
2303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      ?) ;; \
2403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      *) echo "am__make_running_with_option: internal error: invalid" \
2503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes              "target option '$${target_option-}' specified" >&2; \
2603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes         exit 1;; \
2703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  esac; \
2803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  has_opt=no; \
2903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sane_makeflags=$$MAKEFLAGS; \
3003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  if $(am__is_gnu_make); then \
3103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    sane_makeflags=$$MFLAGS; \
3203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  else \
3303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    case $$MAKEFLAGS in \
3403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      *\\[\ \	]*) \
3503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        bs=\\; \
3603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
3703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
3803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    esac; \
3903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  fi; \
4003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  skip_next=no; \
4103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  strip_trailopt () \
4203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  { \
4303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
4403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  }; \
4503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  for flg in $$sane_makeflags; do \
4603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    test $$skip_next = yes && { skip_next=no; continue; }; \
4703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    case $$flg in \
4803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      *=*|--*) continue;; \
4903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        -*I) strip_trailopt 'I'; skip_next=yes;; \
5003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -*I?*) strip_trailopt 'I';; \
5103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        -*O) strip_trailopt 'O'; skip_next=yes;; \
5203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -*O?*) strip_trailopt 'O';; \
5303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        -*l) strip_trailopt 'l'; skip_next=yes;; \
5403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -*l?*) strip_trailopt 'l';; \
5503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -[dEDm]) skip_next=yes;; \
5603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -[JT]) skip_next=yes;; \
5703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    esac; \
5803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    case $$flg in \
5903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      *$$target_option*) has_opt=yes; break;; \
6003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    esac; \
6103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  done; \
6203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  test $$has_opt = yes
6303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__make_dryrun = (target_option=n; $(am__make_running_with_option))
6403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
6503333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkgdatadir = $(datadir)/elfutils
6603333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkgincludedir = $(includedir)/elfutils
6703333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkglibdir = $(libdir)/elfutils
6803333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkglibexecdir = $(libexecdir)/elfutils
6903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
7003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall_sh_DATA = $(install_sh) -c -m 644
7103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall_sh_PROGRAM = $(install_sh) -c
7203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall_sh_SCRIPT = $(install_sh) -c
7303333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_HEADER = $(INSTALL_DATA)
7403333823c75a1c1887e923828113a1b0fd12020cElliott Hughestransform = $(program_transform_name)
7503333823c75a1c1887e923828113a1b0fd12020cElliott HughesNORMAL_INSTALL = :
7603333823c75a1c1887e923828113a1b0fd12020cElliott HughesPRE_INSTALL = :
7703333823c75a1c1887e923828113a1b0fd12020cElliott HughesPOST_INSTALL = :
7803333823c75a1c1887e923828113a1b0fd12020cElliott HughesNORMAL_UNINSTALL = :
7903333823c75a1c1887e923828113a1b0fd12020cElliott HughesPRE_UNINSTALL = :
8003333823c75a1c1887e923828113a1b0fd12020cElliott HughesPOST_UNINSTALL = :
8103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_triplet = x86_64-unknown-linux-gnu
8203333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_triplet = x86_64-unknown-linux-gnu
8303333823c75a1c1887e923828113a1b0fd12020cElliott HughesDIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \
8403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \
8503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(noinst_HEADERS) ChangeLog
8603333823c75a1c1887e923828113a1b0fd12020cElliott Hughessubdir = backends
8703333823c75a1c1887e923828113a1b0fd12020cElliott HughesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
8903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
9003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
9103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/configure.ac
9203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(ACLOCAL_M4)
9403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmkinstalldirs = $(install_sh) -d
9503333823c75a1c1887e923828113a1b0fd12020cElliott HughesCONFIG_HEADER = $(top_builddir)/config.h
9603333823c75a1c1887e923828113a1b0fd12020cElliott HughesCONFIG_CLEAN_FILES =
9703333823c75a1c1887e923828113a1b0fd12020cElliott HughesCONFIG_CLEAN_VPATH_FILES =
9803333823c75a1c1887e923828113a1b0fd12020cElliott HughesLIBRARIES = $(noinst_LIBRARIES)
9903333823c75a1c1887e923828113a1b0fd12020cElliott HughesARFLAGS = cru
10003333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_AR = $(am__v_AR_$(V))
10103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
10203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_AR_0 = @echo "  AR      " $@;
10303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_AR_1 = 
10403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_aarch64_pic_a_AR = $(AR) $(ARFLAGS)
10503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_aarch64_pic_a_LIBADD =
10603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_1 = aarch64_init.$(OBJEXT) aarch64_regs.$(OBJEXT) \
10703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	aarch64_symbol.$(OBJEXT) aarch64_corenote.$(OBJEXT) \
10803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	aarch64_retval.$(OBJEXT) aarch64_cfi.$(OBJEXT) \
10903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	aarch64_initreg.$(OBJEXT)
11003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_aarch64_pic_a_OBJECTS = $(am_libebl_aarch64_pic_a_OBJECTS)
11103333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_alpha_pic_a_AR = $(AR) $(ARFLAGS)
11203333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_alpha_pic_a_LIBADD =
11303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_2 = alpha_init.$(OBJEXT) alpha_symbol.$(OBJEXT) \
11403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	alpha_retval.$(OBJEXT) alpha_regs.$(OBJEXT) \
11503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	alpha_corenote.$(OBJEXT) alpha_auxv.$(OBJEXT)
11603333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_alpha_pic_a_OBJECTS = $(am_libebl_alpha_pic_a_OBJECTS)
11703333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_arm_pic_a_AR = $(AR) $(ARFLAGS)
11803333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_arm_pic_a_LIBADD =
11903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_3 = arm_init.$(OBJEXT) arm_symbol.$(OBJEXT) \
12003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	arm_regs.$(OBJEXT) arm_corenote.$(OBJEXT) arm_auxv.$(OBJEXT) \
12103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	arm_attrs.$(OBJEXT) arm_retval.$(OBJEXT) arm_cfi.$(OBJEXT) \
12203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	arm_initreg.$(OBJEXT)
12303333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_arm_pic_a_OBJECTS = $(am_libebl_arm_pic_a_OBJECTS)
12403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_i386_pic_a_AR = $(AR) $(ARFLAGS)
12503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_i386_pic_a_LIBADD =
12603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_4 = i386_init.$(OBJEXT) i386_symbol.$(OBJEXT) \
12703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	i386_corenote.$(OBJEXT) i386_cfi.$(OBJEXT) \
12803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	i386_retval.$(OBJEXT) i386_regs.$(OBJEXT) i386_auxv.$(OBJEXT) \
12903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	i386_syscall.$(OBJEXT) i386_initreg.$(OBJEXT)
13003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_i386_pic_a_OBJECTS = $(am_libebl_i386_pic_a_OBJECTS)
13103333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ia64_pic_a_AR = $(AR) $(ARFLAGS)
13203333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ia64_pic_a_LIBADD =
13303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_5 = ia64_init.$(OBJEXT) ia64_symbol.$(OBJEXT) \
13403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ia64_regs.$(OBJEXT) ia64_retval.$(OBJEXT)
13503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ia64_pic_a_OBJECTS = $(am_libebl_ia64_pic_a_OBJECTS)
13603333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc64_pic_a_AR = $(AR) $(ARFLAGS)
13703333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc64_pic_a_LIBADD =
13803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_6 = ppc64_init.$(OBJEXT) ppc64_symbol.$(OBJEXT) \
13903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ppc64_retval.$(OBJEXT) ppc64_corenote.$(OBJEXT) \
14003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ppc_regs.$(OBJEXT) ppc_auxv.$(OBJEXT) ppc_attrs.$(OBJEXT) \
14103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ppc_syscall.$(OBJEXT) ppc_cfi.$(OBJEXT) ppc_initreg.$(OBJEXT) \
14203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ppc64_resolve_sym.$(OBJEXT)
14303333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc64_pic_a_OBJECTS = $(am_libebl_ppc64_pic_a_OBJECTS)
14403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc_pic_a_AR = $(AR) $(ARFLAGS)
14503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc_pic_a_LIBADD =
14603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_7 = ppc_init.$(OBJEXT) ppc_symbol.$(OBJEXT) \
14703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ppc_retval.$(OBJEXT) ppc_regs.$(OBJEXT) ppc_corenote.$(OBJEXT) \
14803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ppc_auxv.$(OBJEXT) ppc_attrs.$(OBJEXT) ppc_syscall.$(OBJEXT) \
14903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ppc_cfi.$(OBJEXT) ppc_initreg.$(OBJEXT)
15003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc_pic_a_OBJECTS = $(am_libebl_ppc_pic_a_OBJECTS)
15103333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_s390_pic_a_AR = $(AR) $(ARFLAGS)
15203333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_s390_pic_a_LIBADD =
15303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_8 = s390_init.$(OBJEXT) s390_symbol.$(OBJEXT) \
15403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	s390_regs.$(OBJEXT) s390_retval.$(OBJEXT) \
15503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	s390_corenote.$(OBJEXT) s390x_corenote.$(OBJEXT) \
15603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	s390_cfi.$(OBJEXT) s390_initreg.$(OBJEXT) \
15703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	s390_unwind.$(OBJEXT)
15803333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_s390_pic_a_OBJECTS = $(am_libebl_s390_pic_a_OBJECTS)
15903333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sh_pic_a_AR = $(AR) $(ARFLAGS)
16003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sh_pic_a_LIBADD =
16103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_9 = sh_init.$(OBJEXT) sh_symbol.$(OBJEXT) \
16203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	sh_corenote.$(OBJEXT) sh_regs.$(OBJEXT) sh_retval.$(OBJEXT)
16303333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sh_pic_a_OBJECTS = $(am_libebl_sh_pic_a_OBJECTS)
16403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sparc_pic_a_AR = $(AR) $(ARFLAGS)
16503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sparc_pic_a_LIBADD =
16603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_10 = sparc_init.$(OBJEXT) sparc_symbol.$(OBJEXT) \
16703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	sparc_regs.$(OBJEXT) sparc_retval.$(OBJEXT) \
16803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	sparc_corenote.$(OBJEXT) sparc64_corenote.$(OBJEXT) \
16903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	sparc_auxv.$(OBJEXT)
17003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sparc_pic_a_OBJECTS = $(am_libebl_sparc_pic_a_OBJECTS)
17103333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_tilegx_pic_a_AR = $(AR) $(ARFLAGS)
17203333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_tilegx_pic_a_LIBADD =
17303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_11 = tilegx_init.$(OBJEXT) tilegx_symbol.$(OBJEXT) \
17403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	tilegx_regs.$(OBJEXT) tilegx_retval.$(OBJEXT) \
17503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	tilegx_corenote.$(OBJEXT)
17603333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_tilegx_pic_a_OBJECTS = $(am_libebl_tilegx_pic_a_OBJECTS)
17703333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_x86_64_pic_a_AR = $(AR) $(ARFLAGS)
17803333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_x86_64_pic_a_LIBADD =
17903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__objects_12 = x86_64_init.$(OBJEXT) x86_64_symbol.$(OBJEXT) \
18003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	x86_64_corenote.$(OBJEXT) x86_64_cfi.$(OBJEXT) \
18103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	x86_64_retval.$(OBJEXT) x86_64_regs.$(OBJEXT) \
18203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	i386_auxv.$(OBJEXT) x86_64_syscall.$(OBJEXT) \
18303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	x86_64_initreg.$(OBJEXT)
18403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_x86_64_pic_a_OBJECTS = $(am_libebl_x86_64_pic_a_OBJECTS)
18503333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_P = $(am__v_P_$(V))
18603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
18703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_P_0 = false
18803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_P_1 = :
18903333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_GEN = $(am__v_GEN_$(V))
19003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
19103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_GEN_0 = @echo "  GEN     " $@;
19203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_GEN_1 = 
19303333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_at = $(am__v_at_$(V))
19403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
19503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_at_0 = @
19603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_at_1 = 
19703333823c75a1c1887e923828113a1b0fd12020cElliott HughesDEFAULT_INCLUDES = -I. -I$(top_builddir)
19803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdepcomp = $(SHELL) $(top_srcdir)/config/depcomp
19903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__depfiles_maybe = depfiles
20003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__mv = mv -f
20103333823c75a1c1887e923828113a1b0fd12020cElliott HughesCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
20203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
20303333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_CC = $(am__v_CC_$(V))
20403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
20503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_CC_0 = @echo "  CC      " $@;
20603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_CC_1 = 
20703333823c75a1c1887e923828113a1b0fd12020cElliott HughesCCLD = $(CC)
20803333823c75a1c1887e923828113a1b0fd12020cElliott HughesLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
20903333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_CCLD = $(am__v_CCLD_$(V))
21003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
21103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_CCLD_0 = @echo "  CCLD    " $@;
21203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_CCLD_1 = 
21303333823c75a1c1887e923828113a1b0fd12020cElliott HughesSOURCES = $(libebl_aarch64_pic_a_SOURCES) \
21403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_alpha_pic_a_SOURCES) $(libebl_arm_pic_a_SOURCES) \
21503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_i386_pic_a_SOURCES) $(libebl_ia64_pic_a_SOURCES) \
21603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_ppc64_pic_a_SOURCES) $(libebl_ppc_pic_a_SOURCES) \
21703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_s390_pic_a_SOURCES) $(libebl_sh_pic_a_SOURCES) \
21803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_sparc_pic_a_SOURCES) $(libebl_tilegx_pic_a_SOURCES) \
21903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_x86_64_pic_a_SOURCES)
22003333823c75a1c1887e923828113a1b0fd12020cElliott HughesDIST_SOURCES = $(libebl_aarch64_pic_a_SOURCES) \
22103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_alpha_pic_a_SOURCES) $(libebl_arm_pic_a_SOURCES) \
22203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_i386_pic_a_SOURCES) $(libebl_ia64_pic_a_SOURCES) \
22303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_ppc64_pic_a_SOURCES) $(libebl_ppc_pic_a_SOURCES) \
22403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_s390_pic_a_SOURCES) $(libebl_sh_pic_a_SOURCES) \
22503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_sparc_pic_a_SOURCES) $(libebl_tilegx_pic_a_SOURCES) \
22603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(libebl_x86_64_pic_a_SOURCES)
22703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__can_run_installinfo = \
22803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  case $$AM_UPDATE_INFO_DIR in \
22903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    n|no|NO) false;; \
23003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    *) (install-info --version) >/dev/null 2>&1;; \
23103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  esac
23203333823c75a1c1887e923828113a1b0fd12020cElliott HughesDATA = $(noinst_DATA)
23303333823c75a1c1887e923828113a1b0fd12020cElliott HughesHEADERS = $(noinst_HEADERS)
23403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
23503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Read a list of newline-separated strings from the standard input,
23603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# and print each of them once, without duplicates.  Input order is
23703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# *not* preserved.
23803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__uniquify_input = $(AWK) '\
23903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  BEGIN { nonempty = 0; } \
24003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  { items[$$0] = 1; nonempty = 1; } \
24103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  END { if (nonempty) { for (i in items) print i; }; } \
24203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes'
24303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Make sure the list of sources is unique.  This is necessary because,
24403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# e.g., the same source file might be shared among _SOURCES variables
24503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# for different programs/libraries.
24603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__define_uniq_tagged_files = \
24703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  list='$(am__tagged_files)'; \
24803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  unique=`for i in $$list; do \
24903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
25003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  done | $(am__uniquify_input)`
25103333823c75a1c1887e923828113a1b0fd12020cElliott HughesETAGS = etags
25203333823c75a1c1887e923828113a1b0fd12020cElliott HughesCTAGS = ctags
25303333823c75a1c1887e923828113a1b0fd12020cElliott HughesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
25403333823c75a1c1887e923828113a1b0fd12020cElliott HughesACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
25503333823c75a1c1887e923828113a1b0fd12020cElliott HughesAMTAR = $${TAR-tar}
25603333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_DEFAULT_VERBOSITY = 1
25703333823c75a1c1887e923828113a1b0fd12020cElliott HughesAR = ar
25803333823c75a1c1887e923828113a1b0fd12020cElliott HughesAUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
25903333823c75a1c1887e923828113a1b0fd12020cElliott HughesAUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
26003333823c75a1c1887e923828113a1b0fd12020cElliott HughesAUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
26103333823c75a1c1887e923828113a1b0fd12020cElliott HughesAWK = gawk
26203333823c75a1c1887e923828113a1b0fd12020cElliott HughesCC = gcc
26303333823c75a1c1887e923828113a1b0fd12020cElliott HughesCCDEPMODE = depmode=gcc3
26403333823c75a1c1887e923828113a1b0fd12020cElliott HughesCC_BIARCH = gcc -m32
26503333823c75a1c1887e923828113a1b0fd12020cElliott HughesCFLAGS = -g -O2
26603333823c75a1c1887e923828113a1b0fd12020cElliott HughesCPP = gcc -E
26703333823c75a1c1887e923828113a1b0fd12020cElliott HughesCPPFLAGS = 
26803333823c75a1c1887e923828113a1b0fd12020cElliott HughesCYGPATH_W = echo
26903333823c75a1c1887e923828113a1b0fd12020cElliott HughesDEBUGPRED = 0
27003333823c75a1c1887e923828113a1b0fd12020cElliott HughesDEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
27103333823c75a1c1887e923828113a1b0fd12020cElliott HughesDEPDIR = .deps
27203333823c75a1c1887e923828113a1b0fd12020cElliott HughesECHO_C = 
27303333823c75a1c1887e923828113a1b0fd12020cElliott HughesECHO_N = -n
27403333823c75a1c1887e923828113a1b0fd12020cElliott HughesECHO_T = 
27503333823c75a1c1887e923828113a1b0fd12020cElliott HughesEGREP = /bin/grep -E
27603333823c75a1c1887e923828113a1b0fd12020cElliott HughesEXEEXT = 
27703333823c75a1c1887e923828113a1b0fd12020cElliott HughesGETTEXT_MACRO_VERSION = 0.18
27803333823c75a1c1887e923828113a1b0fd12020cElliott HughesGMSGFMT = /usr/bin/msgfmt
27903333823c75a1c1887e923828113a1b0fd12020cElliott HughesGMSGFMT_015 = /usr/bin/msgfmt
28003333823c75a1c1887e923828113a1b0fd12020cElliott HughesGREP = /bin/grep
28103333823c75a1c1887e923828113a1b0fd12020cElliott HughesHAVE_VALGRIND = 
28203333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL = /usr/bin/install -c
28303333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_DATA = ${INSTALL} -m 644
28403333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_PROGRAM = ${INSTALL}
28503333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_SCRIPT = ${INSTALL}
28603333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_STRIP_PROGRAM = $(install_sh) -c -s
28703333823c75a1c1887e923828113a1b0fd12020cElliott HughesLDFLAGS = 
28803333823c75a1c1887e923828113a1b0fd12020cElliott HughesLEX = flex
28903333823c75a1c1887e923828113a1b0fd12020cElliott HughesLEXLIB = -lfl
29003333823c75a1c1887e923828113a1b0fd12020cElliott HughesLEX_OUTPUT_ROOT = lex.yy
29103333823c75a1c1887e923828113a1b0fd12020cElliott HughesLIBEBL_SUBDIR = elfutils
29203333823c75a1c1887e923828113a1b0fd12020cElliott HughesLIBOBJS = 
29303333823c75a1c1887e923828113a1b0fd12020cElliott HughesLIBS = 
29403333823c75a1c1887e923828113a1b0fd12020cElliott HughesLTLIBOBJS = 
29503333823c75a1c1887e923828113a1b0fd12020cElliott HughesMAINT = #
29603333823c75a1c1887e923828113a1b0fd12020cElliott HughesMAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
29703333823c75a1c1887e923828113a1b0fd12020cElliott HughesMKDIR_P = /bin/mkdir -p
29803333823c75a1c1887e923828113a1b0fd12020cElliott HughesMODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
29903333823c75a1c1887e923828113a1b0fd12020cElliott HughesMSGFMT = /usr/bin/msgfmt
30003333823c75a1c1887e923828113a1b0fd12020cElliott HughesMSGFMT_015 = /usr/bin/msgfmt
30103333823c75a1c1887e923828113a1b0fd12020cElliott HughesMSGMERGE = /usr/bin/msgmerge
30203333823c75a1c1887e923828113a1b0fd12020cElliott HughesNM = nm
30303333823c75a1c1887e923828113a1b0fd12020cElliott HughesOBJEXT = o
30403333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE = elfutils
30503333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_BUGREPORT = https://bugzilla.redhat.com/
30603333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_NAME = elfutils
30703333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_STRING = elfutils 0.161
30803333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_TARNAME = elfutils
30903333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_URL = 
31003333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_VERSION = 0.161
31103333823c75a1c1887e923828113a1b0fd12020cElliott HughesPATH_SEPARATOR = :
31203333823c75a1c1887e923828113a1b0fd12020cElliott HughesRANLIB = ranlib
31303333823c75a1c1887e923828113a1b0fd12020cElliott HughesREADELF = readelf
31403333823c75a1c1887e923828113a1b0fd12020cElliott HughesSET_MAKE = 
31503333823c75a1c1887e923828113a1b0fd12020cElliott HughesSHELL = /bin/sh
31603333823c75a1c1887e923828113a1b0fd12020cElliott HughesSTRIP = 
31703333823c75a1c1887e923828113a1b0fd12020cElliott HughesUSE_NLS = yes
31803333823c75a1c1887e923828113a1b0fd12020cElliott HughesVERSION = 0.161
31903333823c75a1c1887e923828113a1b0fd12020cElliott HughesXGETTEXT = /usr/bin/xgettext
32003333823c75a1c1887e923828113a1b0fd12020cElliott HughesXGETTEXT_015 = /usr/bin/xgettext
32103333823c75a1c1887e923828113a1b0fd12020cElliott HughesXGETTEXT_EXTRA_OPTIONS = 
32203333823c75a1c1887e923828113a1b0fd12020cElliott HughesYACC = bison -y
32303333823c75a1c1887e923828113a1b0fd12020cElliott HughesYFLAGS = 
32403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesabs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/backends
32503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesabs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/backends
32603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesabs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
32703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesabs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
32803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesac_ct_AR = ar
32903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesac_ct_CC = gcc
33003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__include = include
33103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__leading_dot = .
33203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__quote = 
33303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__tar = $${TAR-tar} chof - "$$tardir"
33403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__untar = $${TAR-tar} xf -
33503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbase_cpu = none
33603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbindir = ${exec_prefix}/bin
33703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild = x86_64-unknown-linux-gnu
33803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_alias = 
33903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_cpu = x86_64
34003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_os = linux-gnu
34103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_vendor = unknown
34203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuilddir = .
34303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdatadir = ${datarootdir}
34403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdatarootdir = ${prefix}/share
34503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdocdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
34603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdvidir = ${docdir}
34703333823c75a1c1887e923828113a1b0fd12020cElliott Hugheseu_version = 161
34803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesexec_prefix = ${prefix}
34903333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost = x86_64-unknown-linux-gnu
35003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_alias = 
35103333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_cpu = x86_64
35203333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_os = linux-gnu
35303333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_vendor = unknown
35403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshtmldir = ${docdir}
35503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesincludedir = ${prefix}/include
35603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinfodir = ${datarootdir}/info
35703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
35803333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibdir = ${exec_prefix}/lib
35903333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibexecdir = ${exec_prefix}/libexec
36003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslocaledir = ${datarootdir}/locale
36103333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslocalstatedir = ${prefix}/var
36203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmandir = ${datarootdir}/man
36303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmkdir_p = $(MKDIR_P)
36403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesoldincludedir = /usr/include
36503333823c75a1c1887e923828113a1b0fd12020cElliott Hughespdfdir = ${docdir}
36603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesprefix = /usr/local
36703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesprogram_transform_name = s,x,x,
36803333823c75a1c1887e923828113a1b0fd12020cElliott Hughespsdir = ${docdir}
36903333823c75a1c1887e923828113a1b0fd12020cElliott Hughessbindir = ${exec_prefix}/sbin
37003333823c75a1c1887e923828113a1b0fd12020cElliott Hughessharedstatedir = ${prefix}/com
37103333823c75a1c1887e923828113a1b0fd12020cElliott Hughessrcdir = .
37203333823c75a1c1887e923828113a1b0fd12020cElliott Hughessysconfdir = ${prefix}/etc
37303333823c75a1c1887e923828113a1b0fd12020cElliott Hughestarget_alias = 
37403333823c75a1c1887e923828113a1b0fd12020cElliott Hughestop_build_prefix = ../
37503333823c75a1c1887e923828113a1b0fd12020cElliott Hughestop_builddir = ..
37603333823c75a1c1887e923828113a1b0fd12020cElliott Hughestop_srcdir = ..
37703333823c75a1c1887e923828113a1b0fd12020cElliott Hugheszip_LIBS = -lz 
37803333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
37903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-I$(top_srcdir)/libebl -I$(top_srcdir)/libasm \
38003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-I$(top_srcdir)/libelf -I$(top_srcdir)/libdw
38103333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
38203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(if $($(*F)_no_Werror),,-Werror) \
38303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
38403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $($(*F)_CFLAGS)
38503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
38603333823c75a1c1887e923828113a1b0fd12020cElliott HughesCOMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
38703333823c75a1c1887e923828113a1b0fd12020cElliott HughesCLEANFILES = *.gcno *.gcda $(foreach m,$(modules), libebl_$(m).map \
38803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	libebl_$(m).so $(am_libebl_$(m)_pic_a_OBJECTS))
38903333823c75a1c1887e923828113a1b0fd12020cElliott Hughestextrel_msg = echo "WARNING: TEXTREL found in '$@'"
39003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#textrel_found = $(textrel_msg)
39103333823c75a1c1887e923828113a1b0fd12020cElliott Hughestextrel_found = $(textrel_msg); exit 1
39203333823c75a1c1887e923828113a1b0fd12020cElliott Hughestextrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
39303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmodules = i386 sh x86_64 ia64 alpha arm aarch64 sparc ppc ppc64 s390 \
39403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  tilegx
39503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
39603333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_pic = libebl_i386_pic.a libebl_sh_pic.a libebl_x86_64_pic.a    \
39703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     libebl_ia64_pic.a libebl_alpha_pic.a libebl_arm_pic.a    \
39803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     libebl_aarch64_pic.a libebl_sparc_pic.a libebl_ppc_pic.a \
39903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     libebl_ppc64_pic.a libebl_s390_pic.a libebl_tilegx_pic.a
40003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
40103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesnoinst_LIBRARIES = $(libebl_pic)
40203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesnoinst_DATA = $(libebl_pic:_pic.a=.so)
40303333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibelf = ../libelf/libelf.so
40403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibdw = ../libdw/libdw.so
40503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesi386_SRCS = i386_init.c i386_symbol.c i386_corenote.c i386_cfi.c \
40603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    i386_retval.c i386_regs.c i386_auxv.c i386_syscall.c \
40703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    i386_initreg.c
40803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
40903333823c75a1c1887e923828113a1b0fd12020cElliott Hughescpu_i386 = ../libcpu/libcpu_i386.a
41003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_i386_pic_a_SOURCES = $(i386_SRCS)
41103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_i386_pic_a_OBJECTS = $(i386_SRCS:.c=.os)
41203333823c75a1c1887e923828113a1b0fd12020cElliott Hughessh_SRCS = sh_init.c sh_symbol.c sh_corenote.c sh_regs.c sh_retval.c
41303333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sh_pic_a_SOURCES = $(sh_SRCS)
41403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_sh_pic_a_OBJECTS = $(sh_SRCS:.c=.os)
41503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesx86_64_SRCS = x86_64_init.c x86_64_symbol.c x86_64_corenote.c x86_64_cfi.c \
41603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      x86_64_retval.c x86_64_regs.c i386_auxv.c x86_64_syscall.c \
41703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      x86_64_initreg.c
41803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
41903333823c75a1c1887e923828113a1b0fd12020cElliott Hughescpu_x86_64 = ../libcpu/libcpu_x86_64.a
42003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_x86_64_pic_a_SOURCES = $(x86_64_SRCS)
42103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_x86_64_pic_a_OBJECTS = $(x86_64_SRCS:.c=.os)
42203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesia64_SRCS = ia64_init.c ia64_symbol.c ia64_regs.c ia64_retval.c
42303333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ia64_pic_a_SOURCES = $(ia64_SRCS)
42403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_ia64_pic_a_OBJECTS = $(ia64_SRCS:.c=.os)
42503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesalpha_SRCS = alpha_init.c alpha_symbol.c alpha_retval.c alpha_regs.c \
42603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     alpha_corenote.c alpha_auxv.c
42703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
42803333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_alpha_pic_a_SOURCES = $(alpha_SRCS)
42903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_alpha_pic_a_OBJECTS = $(alpha_SRCS:.c=.os)
43003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesarm_SRCS = arm_init.c arm_symbol.c arm_regs.c arm_corenote.c \
43103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	   arm_auxv.c arm_attrs.c arm_retval.c arm_cfi.c arm_initreg.c
43203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
43303333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_arm_pic_a_SOURCES = $(arm_SRCS)
43403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_arm_pic_a_OBJECTS = $(arm_SRCS:.c=.os)
43503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesaarch64_SRCS = aarch64_init.c aarch64_regs.c aarch64_symbol.c	\
43603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       aarch64_corenote.c aarch64_retval.c aarch64_cfi.c \
43703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       aarch64_initreg.c
43803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
43903333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_aarch64_pic_a_SOURCES = $(aarch64_SRCS)
44003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_aarch64_pic_a_OBJECTS = $(aarch64_SRCS:.c=.os)
44103333823c75a1c1887e923828113a1b0fd12020cElliott Hughessparc_SRCS = sparc_init.c sparc_symbol.c sparc_regs.c sparc_retval.c \
44203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     sparc_corenote.c sparc64_corenote.c sparc_auxv.c
44303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
44403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sparc_pic_a_SOURCES = $(sparc_SRCS)
44503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_sparc_pic_a_OBJECTS = $(sparc_SRCS:.c=.os)
44603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesppc_SRCS = ppc_init.c ppc_symbol.c ppc_retval.c ppc_regs.c \
44703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	   ppc_corenote.c ppc_auxv.c ppc_attrs.c ppc_syscall.c \
44803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	   ppc_cfi.c ppc_initreg.c
44903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
45003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc_pic_a_SOURCES = $(ppc_SRCS)
45103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_ppc_pic_a_OBJECTS = $(ppc_SRCS:.c=.os)
45203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesppc64_SRCS = ppc64_init.c ppc64_symbol.c ppc64_retval.c \
45303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     ppc64_corenote.c ppc_regs.c ppc_auxv.c ppc_attrs.c ppc_syscall.c \
45403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     ppc_cfi.c ppc_initreg.c ppc64_resolve_sym.c
45503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
45603333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc64_pic_a_SOURCES = $(ppc64_SRCS)
45703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_ppc64_pic_a_OBJECTS = $(ppc64_SRCS:.c=.os)
45803333823c75a1c1887e923828113a1b0fd12020cElliott Hughess390_SRCS = s390_init.c s390_symbol.c s390_regs.c s390_retval.c \
45903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    s390_corenote.c s390x_corenote.c s390_cfi.c s390_initreg.c \
46003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    s390_unwind.c
46103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
46203333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_s390_pic_a_SOURCES = $(s390_SRCS)
46303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_s390_pic_a_OBJECTS = $(s390_SRCS:.c=.os)
46403333823c75a1c1887e923828113a1b0fd12020cElliott Hughestilegx_SRCS = tilegx_init.c tilegx_symbol.c tilegx_regs.c \
46503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes              tilegx_retval.c tilegx_corenote.c
46603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
46703333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_tilegx_pic_a_SOURCES = $(tilegx_SRCS)
46803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam_libebl_tilegx_pic_a_OBJECTS = $(tilegx_SRCS:.c=.os)
46903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesnoinst_HEADERS = libebl_CPU.h common-reloc.c linux-core-note.c x86_corenote.c
47003333823c75a1c1887e923828113a1b0fd12020cElliott HughesEXTRA_DIST = $(foreach m,$(modules),$($(m)_SRCS)) $(modules:=_reloc.def)
47103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesall: all-am
47203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
47303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.SUFFIXES:
47403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.SUFFIXES: .c .o .obj
47503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
47603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@for dep in $?; do \
47703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  case '$(am__configure_deps)' in \
47803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    *$$dep*) \
47903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
48003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        && { if test -f $@; then exit 0; else break; fi; }; \
48103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      exit 1;; \
48203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  esac; \
48303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done; \
48403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits backends/Makefile'; \
48503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__cd) $(top_srcdir) && \
48603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(AUTOMAKE) --gnits backends/Makefile
48703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.PRECIOUS: Makefile
48803333823c75a1c1887e923828113a1b0fd12020cElliott HughesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
48903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@case '$?' in \
49003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  *config.status*) \
49103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
49203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  *) \
49303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
49403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
49503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac;
49603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(top_srcdir)/config/eu.am:
49703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
49803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
49903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
50003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
50103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(top_srcdir)/configure: # $(am__configure_deps)
50203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
50303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
50403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
50503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(am__aclocal_m4_deps):
50603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
50703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesclean-noinstLIBRARIES:
50803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
50903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
51003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_aarch64_pic.a: $(libebl_aarch64_pic_a_OBJECTS) $(libebl_aarch64_pic_a_DEPENDENCIES) $(EXTRA_libebl_aarch64_pic_a_DEPENDENCIES) 
51103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_aarch64_pic.a
51203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_aarch64_pic_a_AR) libebl_aarch64_pic.a $(libebl_aarch64_pic_a_OBJECTS) $(libebl_aarch64_pic_a_LIBADD)
51303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_aarch64_pic.a
51403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
51503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_alpha_pic.a: $(libebl_alpha_pic_a_OBJECTS) $(libebl_alpha_pic_a_DEPENDENCIES) $(EXTRA_libebl_alpha_pic_a_DEPENDENCIES) 
51603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_alpha_pic.a
51703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_alpha_pic_a_AR) libebl_alpha_pic.a $(libebl_alpha_pic_a_OBJECTS) $(libebl_alpha_pic_a_LIBADD)
51803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_alpha_pic.a
51903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
52003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_arm_pic.a: $(libebl_arm_pic_a_OBJECTS) $(libebl_arm_pic_a_DEPENDENCIES) $(EXTRA_libebl_arm_pic_a_DEPENDENCIES) 
52103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_arm_pic.a
52203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_arm_pic_a_AR) libebl_arm_pic.a $(libebl_arm_pic_a_OBJECTS) $(libebl_arm_pic_a_LIBADD)
52303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_arm_pic.a
52403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
52503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_i386_pic.a: $(libebl_i386_pic_a_OBJECTS) $(libebl_i386_pic_a_DEPENDENCIES) $(EXTRA_libebl_i386_pic_a_DEPENDENCIES) 
52603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_i386_pic.a
52703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_i386_pic_a_AR) libebl_i386_pic.a $(libebl_i386_pic_a_OBJECTS) $(libebl_i386_pic_a_LIBADD)
52803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_i386_pic.a
52903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
53003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ia64_pic.a: $(libebl_ia64_pic_a_OBJECTS) $(libebl_ia64_pic_a_DEPENDENCIES) $(EXTRA_libebl_ia64_pic_a_DEPENDENCIES) 
53103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_ia64_pic.a
53203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_ia64_pic_a_AR) libebl_ia64_pic.a $(libebl_ia64_pic_a_OBJECTS) $(libebl_ia64_pic_a_LIBADD)
53303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_ia64_pic.a
53403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
53503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc64_pic.a: $(libebl_ppc64_pic_a_OBJECTS) $(libebl_ppc64_pic_a_DEPENDENCIES) $(EXTRA_libebl_ppc64_pic_a_DEPENDENCIES) 
53603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_ppc64_pic.a
53703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_ppc64_pic_a_AR) libebl_ppc64_pic.a $(libebl_ppc64_pic_a_OBJECTS) $(libebl_ppc64_pic_a_LIBADD)
53803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_ppc64_pic.a
53903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
54003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_ppc_pic.a: $(libebl_ppc_pic_a_OBJECTS) $(libebl_ppc_pic_a_DEPENDENCIES) $(EXTRA_libebl_ppc_pic_a_DEPENDENCIES) 
54103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_ppc_pic.a
54203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_ppc_pic_a_AR) libebl_ppc_pic.a $(libebl_ppc_pic_a_OBJECTS) $(libebl_ppc_pic_a_LIBADD)
54303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_ppc_pic.a
54403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
54503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_s390_pic.a: $(libebl_s390_pic_a_OBJECTS) $(libebl_s390_pic_a_DEPENDENCIES) $(EXTRA_libebl_s390_pic_a_DEPENDENCIES) 
54603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_s390_pic.a
54703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_s390_pic_a_AR) libebl_s390_pic.a $(libebl_s390_pic_a_OBJECTS) $(libebl_s390_pic_a_LIBADD)
54803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_s390_pic.a
54903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
55003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sh_pic.a: $(libebl_sh_pic_a_OBJECTS) $(libebl_sh_pic_a_DEPENDENCIES) $(EXTRA_libebl_sh_pic_a_DEPENDENCIES) 
55103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_sh_pic.a
55203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_sh_pic_a_AR) libebl_sh_pic.a $(libebl_sh_pic_a_OBJECTS) $(libebl_sh_pic_a_LIBADD)
55303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_sh_pic.a
55403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
55503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_sparc_pic.a: $(libebl_sparc_pic_a_OBJECTS) $(libebl_sparc_pic_a_DEPENDENCIES) $(EXTRA_libebl_sparc_pic_a_DEPENDENCIES) 
55603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_sparc_pic.a
55703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_sparc_pic_a_AR) libebl_sparc_pic.a $(libebl_sparc_pic_a_OBJECTS) $(libebl_sparc_pic_a_LIBADD)
55803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_sparc_pic.a
55903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
56003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_tilegx_pic.a: $(libebl_tilegx_pic_a_OBJECTS) $(libebl_tilegx_pic_a_DEPENDENCIES) $(EXTRA_libebl_tilegx_pic_a_DEPENDENCIES) 
56103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_tilegx_pic.a
56203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_tilegx_pic_a_AR) libebl_tilegx_pic.a $(libebl_tilegx_pic_a_OBJECTS) $(libebl_tilegx_pic_a_LIBADD)
56303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_tilegx_pic.a
56403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
56503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_x86_64_pic.a: $(libebl_x86_64_pic_a_OBJECTS) $(libebl_x86_64_pic_a_DEPENDENCIES) $(EXTRA_libebl_x86_64_pic_a_DEPENDENCIES) 
56603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)-rm -f libebl_x86_64_pic.a
56703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_AR)$(libebl_x86_64_pic_a_AR) libebl_x86_64_pic.a $(libebl_x86_64_pic_a_OBJECTS) $(libebl_x86_64_pic_a_LIBADD)
56803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(RANLIB) libebl_x86_64_pic.a
56903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
57003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmostlyclean-compile:
57103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f *.$(OBJEXT)
57203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
57303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean-compile:
57403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f *.tab.c
57503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
57603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/aarch64_cfi.Po
57703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/aarch64_corenote.Po
57803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/aarch64_init.Po
57903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/aarch64_initreg.Po
58003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/aarch64_regs.Po
58103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/aarch64_retval.Po
58203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/aarch64_symbol.Po
58303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/alpha_auxv.Po
58403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/alpha_corenote.Po
58503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/alpha_init.Po
58603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/alpha_regs.Po
58703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/alpha_retval.Po
58803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/alpha_symbol.Po
58903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_attrs.Po
59003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_auxv.Po
59103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_cfi.Po
59203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_corenote.Po
59303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_init.Po
59403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_initreg.Po
59503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_regs.Po
59603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_retval.Po
59703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/arm_symbol.Po
59803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_auxv.Po
59903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_cfi.Po
60003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_corenote.Po
60103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_init.Po
60203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_initreg.Po
60303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_regs.Po
60403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_retval.Po
60503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_symbol.Po
60603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/i386_syscall.Po
60703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ia64_init.Po
60803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ia64_regs.Po
60903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ia64_retval.Po
61003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ia64_symbol.Po
61103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc64_corenote.Po
61203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc64_init.Po
61303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc64_resolve_sym.Po
61403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc64_retval.Po
61503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc64_symbol.Po
61603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_attrs.Po
61703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_auxv.Po
61803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_cfi.Po
61903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_corenote.Po
62003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_init.Po
62103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_initreg.Po
62203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_regs.Po
62303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_retval.Po
62403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_symbol.Po
62503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/ppc_syscall.Po
62603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390_cfi.Po
62703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390_corenote.Po
62803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390_init.Po
62903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390_initreg.Po
63003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390_regs.Po
63103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390_retval.Po
63203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390_symbol.Po
63303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390_unwind.Po
63403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/s390x_corenote.Po
63503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sh_corenote.Po
63603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sh_init.Po
63703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sh_regs.Po
63803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sh_retval.Po
63903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sh_symbol.Po
64003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sparc64_corenote.Po
64103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sparc_auxv.Po
64203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sparc_corenote.Po
64303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sparc_init.Po
64403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sparc_regs.Po
64503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sparc_retval.Po
64603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/sparc_symbol.Po
64703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/tilegx_corenote.Po
64803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/tilegx_init.Po
64903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/tilegx_regs.Po
65003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/tilegx_retval.Po
65103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/tilegx_symbol.Po
65203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/x86_64_cfi.Po
65303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/x86_64_corenote.Po
65403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/x86_64_init.Po
65503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/x86_64_initreg.Po
65603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/x86_64_regs.Po
65703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/x86_64_retval.Po
65803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/x86_64_symbol.Po
65903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinclude ./$(DEPDIR)/x86_64_syscall.Po
66003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
66103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.c.o:
66203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
66303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
66403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#	$(AM_V_CC)source='$<' object='$@' libtool=no \
66503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
66603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
66703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
66803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.c.obj:
66903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
67003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
67103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#	$(AM_V_CC)source='$<' object='$@' libtool=no \
67203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
67303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
67403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
67503333823c75a1c1887e923828113a1b0fd12020cElliott HughesID: $(am__tagged_files)
67603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__define_uniq_tagged_files); mkid -fID $$unique
67703333823c75a1c1887e923828113a1b0fd12020cElliott Hughestags: tags-am
67803333823c75a1c1887e923828113a1b0fd12020cElliott HughesTAGS: tags
67903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
68003333823c75a1c1887e923828113a1b0fd12020cElliott Hughestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
68103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	set x; \
68203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	here=`pwd`; \
68303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__define_uniq_tagged_files); \
68403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	shift; \
68503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
68603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  test -n "$$unique" || unique=$$empty_fix; \
68703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test $$# -gt 0; then \
68803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
68903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      "$$@" $$unique; \
69003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  else \
69103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
69203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      $$unique; \
69303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
69403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi
69503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesctags: ctags-am
69603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
69703333823c75a1c1887e923828113a1b0fd12020cElliott HughesCTAGS: ctags
69803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
69903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__define_uniq_tagged_files); \
70003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	test -z "$(CTAGS_ARGS)$$unique" \
70103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
70203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     $$unique
70303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
70403333823c75a1c1887e923828113a1b0fd12020cElliott HughesGTAGS:
70503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	here=`$(am__cd) $(top_builddir) && pwd` \
70603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(am__cd) $(top_srcdir) \
70703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && gtags -i $(GTAGS_ARGS) "$$here"
70803333823c75a1c1887e923828113a1b0fd12020cElliott Hughescscopelist: cscopelist-am
70903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
71003333823c75a1c1887e923828113a1b0fd12020cElliott Hughescscopelist-am: $(am__tagged_files)
71103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	list='$(am__tagged_files)'; \
71203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	case "$(srcdir)" in \
71303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
71403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  *) sdir=$(subdir)/$(srcdir) ;; \
71503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac; \
71603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for i in $$list; do \
71703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test -f "$$i"; then \
71803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo "$(subdir)/$$i"; \
71903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  else \
72003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo "$$sdir/$$i"; \
72103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
72203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done >> $(top_builddir)/cscope.files
72303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
72403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean-tags:
72503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
72603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
72703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistdir: $(DISTFILES)
72803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
72903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
73003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	list='$(DISTFILES)'; \
73103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  dist_files=`for file in $$list; do echo $$file; done | \
73203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  sed -e "s|^$$srcdirstrip/||;t" \
73303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
73403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	case $$dist_files in \
73503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
73603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
73703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes			   sort -u` ;; \
73803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac; \
73903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for file in $$dist_files; do \
74003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
74103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test -d $$d/$$file; then \
74203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
74303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    if test -d "$(distdir)/$$file"; then \
74403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
74503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    fi; \
74603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
74703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
74803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
74903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    fi; \
75003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
75103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  else \
75203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    test -f "$(distdir)/$$file" \
75303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    || cp -p $$d/$$file "$(distdir)/$$file" \
75403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    || exit 1; \
75503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
75603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done
75703333823c75a1c1887e923828113a1b0fd12020cElliott Hughescheck-am: all-am
75803333823c75a1c1887e923828113a1b0fd12020cElliott Hughescheck: check-am
75903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesall-am: Makefile $(LIBRARIES) $(DATA) $(HEADERS)
76003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstalldirs:
76103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-exec: install-exec-am
76203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-data: install-data-am
76303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
76403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-am: all-am
76503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
76603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
76703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstallcheck: installcheck-am
76803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-strip:
76903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if test -z '$(STRIP)'; then \
77003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
77103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
77203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      install; \
77303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	else \
77403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
77503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
77603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
77703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi
77803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmostlyclean-generic:
77903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
78003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesclean-generic:
78103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
78203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
78303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean-generic:
78403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
78503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
78603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
78703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmaintainer-clean-generic:
78803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@echo "This command is intended for maintainers to use"
78903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@echo "it deletes files that may require special tools to rebuild."
79003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesclean: clean-am
79103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
79203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesclean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
79303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
79403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean: distclean-am
79503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -rf ./$(DEPDIR)
79603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f Makefile
79703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean-am: clean-am distclean-compile distclean-generic \
79803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	distclean-tags
79903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdvi: dvi-am
80103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdvi-am:
80303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshtml: html-am
80503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80603333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshtml-am:
80703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinfo: info-am
80903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinfo-am:
81103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-data-am:
81303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-dvi: install-dvi-am
81503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-dvi-am:
81703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-exec-am:
81903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-html: install-html-am
82103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-html-am:
82303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-info: install-info-am
82503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-info-am:
82703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-man:
82903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-pdf: install-pdf-am
83103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-pdf-am:
83303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-ps: install-ps-am
83503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-ps-am:
83703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstallcheck-am:
83903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
84003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmaintainer-clean: maintainer-clean-am
84103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -rf ./$(DEPDIR)
84203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f Makefile
84303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmaintainer-clean-am: distclean-am maintainer-clean-generic
84403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
84503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmostlyclean: mostlyclean-am
84603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
84703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmostlyclean-am: mostlyclean-compile mostlyclean-generic
84803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
84903333823c75a1c1887e923828113a1b0fd12020cElliott Hughespdf: pdf-am
85003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85103333823c75a1c1887e923828113a1b0fd12020cElliott Hughespdf-am:
85203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesps: ps-am
85403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesps-am:
85603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesuninstall-am:
85803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.MAKE: install-am install-strip
86003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
86103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
86203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
86303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	distclean-compile distclean-generic distclean-tags distdir dvi \
86403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	dvi-am html html-am info info-am install install-am \
86503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-data install-data-am install-dvi install-dvi-am \
86603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-exec install-exec-am install-html install-html-am \
86703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-info install-info-am install-man install-pdf \
86803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-pdf-am install-ps install-ps-am install-strip \
86903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	installcheck installcheck-am installdirs maintainer-clean \
87003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	maintainer-clean-generic mostlyclean mostlyclean-compile \
87103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
87203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	uninstall-am
87303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
87403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
87503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes%.os: %.c %.o
87603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
87703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
87803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
87903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     rm -f "$(DEPDIR)/$*.Tpo"; \
88003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
88103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi
88203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#	$(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
88303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
88403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_%.so libebl_%.map: libebl_%_pic.a $(libelf) $(libdw)
88503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@rm -f $(@:.so=.map)
88603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	echo 'ELFUTILS_$(PACKAGE_VERSION) { global: $*_init; local: *; };' \
88703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  > $(@:.so=.map)
88803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(LINK) -shared -o $(@:.map=.so) \
88903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		-Wl,--whole-archive $< $(cpu_$*) -Wl,--no-whole-archive \
89003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		-Wl,--version-script,$(@:.so=.map) \
89103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		-Wl,-z,defs -Wl,--as-needed $(libelf) $(libdw)
89203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@$(textrel_check)
89303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
89403333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_i386.so: $(cpu_i386)
89503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibebl_x86_64.so: $(cpu_x86_64)
89603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
89703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall: install-am install-ebl-modules
89803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-ebl-modules:
89903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(mkinstalldirs) $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)
90003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for m in $(modules); do \
90103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(INSTALL_PROGRAM) libebl_$${m}.so $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}-$(PACKAGE_VERSION).so; \
90203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  ln -fs libebl_$${m}-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
90303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done
90403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
90503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesuninstall: uninstall-am
90603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for m in $(modules); do \
90703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  rm -f $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}-$(PACKAGE_VERSION).so; \
90803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  rm -f $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
90903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done
91003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)
91103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
91203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Tell versions [3.59,3.63) of GNU make to not export all variables.
91303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Otherwise a system limit (for SysV at least) may be exceeded.
91403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.NOEXPORT:
915