Home | History | Annotate | Download | only in libebl
      1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
      2 # libebl/Makefile.  Generated from Makefile.in by configure.
      3 
      4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 
     16 
     17 
     18 
     19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     20 am__make_running_with_option = \
     21   case $${target_option-} in \
     22       ?) ;; \
     23       *) echo "am__make_running_with_option: internal error: invalid" \
     24               "target option '$${target_option-}' specified" >&2; \
     25          exit 1;; \
     26   esac; \
     27   has_opt=no; \
     28   sane_makeflags=$$MAKEFLAGS; \
     29   if $(am__is_gnu_make); then \
     30     sane_makeflags=$$MFLAGS; \
     31   else \
     32     case $$MAKEFLAGS in \
     33       *\\[\ \	]*) \
     34         bs=\\; \
     35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     36           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     37     esac; \
     38   fi; \
     39   skip_next=no; \
     40   strip_trailopt () \
     41   { \
     42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     43   }; \
     44   for flg in $$sane_makeflags; do \
     45     test $$skip_next = yes && { skip_next=no; continue; }; \
     46     case $$flg in \
     47       *=*|--*) continue;; \
     48         -*I) strip_trailopt 'I'; skip_next=yes;; \
     49       -*I?*) strip_trailopt 'I';; \
     50         -*O) strip_trailopt 'O'; skip_next=yes;; \
     51       -*O?*) strip_trailopt 'O';; \
     52         -*l) strip_trailopt 'l'; skip_next=yes;; \
     53       -*l?*) strip_trailopt 'l';; \
     54       -[dEDm]) skip_next=yes;; \
     55       -[JT]) skip_next=yes;; \
     56     esac; \
     57     case $$flg in \
     58       *$$target_option*) has_opt=yes; break;; \
     59     esac; \
     60   done; \
     61   test $$has_opt = yes
     62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     64 pkgdatadir = $(datadir)/elfutils
     65 pkgincludedir = $(includedir)/elfutils
     66 pkglibdir = $(libdir)/elfutils
     67 pkglibexecdir = $(libexecdir)/elfutils
     68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     69 install_sh_DATA = $(install_sh) -c -m 644
     70 install_sh_PROGRAM = $(install_sh) -c
     71 install_sh_SCRIPT = $(install_sh) -c
     72 INSTALL_HEADER = $(INSTALL_DATA)
     73 transform = $(program_transform_name)
     74 NORMAL_INSTALL = :
     75 PRE_INSTALL = :
     76 POST_INSTALL = :
     77 NORMAL_UNINSTALL = :
     78 PRE_UNINSTALL = :
     79 POST_UNINSTALL = :
     80 build_triplet = x86_64-unknown-linux-gnu
     81 host_triplet = x86_64-unknown-linux-gnu
     82 DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \
     83 	$(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \
     84 	$(noinst_HEADERS) $(pkginclude_HEADERS) ChangeLog
     85 subdir = libebl
     86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     87 am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
     88 	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
     89 	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
     90 	$(top_srcdir)/configure.ac
     91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     92 	$(ACLOCAL_M4)
     93 mkinstalldirs = $(install_sh) -d
     94 CONFIG_HEADER = $(top_builddir)/config.h
     95 CONFIG_CLEAN_FILES =
     96 CONFIG_CLEAN_VPATH_FILES =
     97 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     98 am__vpath_adj = case $$p in \
     99     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    100     *) f=$$p;; \
    101   esac;
    102 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    103 am__install_max = 40
    104 am__nobase_strip_setup = \
    105   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    106 am__nobase_strip = \
    107   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    108 am__nobase_list = $(am__nobase_strip_setup); \
    109   for p in $$list; do echo "$$p $$p"; done | \
    110   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    111   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    112     if (++n[$$2] == $(am__install_max)) \
    113       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    114     END { for (dir in files) print dir, files[dir] }'
    115 am__base_list = \
    116   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    117   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    118 am__uninstall_files_from_dir = { \
    119   test -z "$$files" \
    120     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    121     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    122          $(am__cd) "$$dir" && rm -f $$files; }; \
    123   }
    124 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
    125 LIBRARIES = $(lib_LIBRARIES)
    126 ARFLAGS = cru
    127 AM_V_AR = $(am__v_AR_$(V))
    128 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
    129 am__v_AR_0 = @echo "  AR      " $@;
    130 am__v_AR_1 = 
    131 libebl_a_AR = $(AR) $(ARFLAGS)
    132 libebl_a_LIBADD =
    133 am__objects_1 = eblopenbackend.$(OBJEXT) eblclosebackend.$(OBJEXT) \
    134 	eblstrtab.$(OBJEXT) eblreloctypename.$(OBJEXT) \
    135 	eblsegmenttypename.$(OBJEXT) eblsectiontypename.$(OBJEXT) \
    136 	eblmachineflagname.$(OBJEXT) eblsymboltypename.$(OBJEXT) \
    137 	ebldynamictagname.$(OBJEXT) eblsectionname.$(OBJEXT) \
    138 	eblobjecttypename.$(OBJEXT) eblsymbolbindingname.$(OBJEXT) \
    139 	eblbackendname.$(OBJEXT) eblshflagscombine.$(OBJEXT) \
    140 	eblwstrtab.$(OBJEXT) eblgstrtab.$(OBJEXT) \
    141 	eblosabiname.$(OBJEXT) eblmachineflagcheck.$(OBJEXT) \
    142 	eblmachinesectionflagcheck.$(OBJEXT) \
    143 	eblreloctypecheck.$(OBJEXT) eblrelocvaliduse.$(OBJEXT) \
    144 	eblrelocsimpletype.$(OBJEXT) ebldynamictagcheck.$(OBJEXT) \
    145 	eblcorenotetypename.$(OBJEXT) eblobjnotetypename.$(OBJEXT) \
    146 	eblcorenote.$(OBJEXT) eblobjnote.$(OBJEXT) \
    147 	ebldebugscnp.$(OBJEXT) eblgotpcreloccheck.$(OBJEXT) \
    148 	eblcopyrelocp.$(OBJEXT) eblsectionstripp.$(OBJEXT) \
    149 	eblelfclass.$(OBJEXT) eblelfdata.$(OBJEXT) \
    150 	eblelfmachine.$(OBJEXT) ebl_check_special_symbol.$(OBJEXT) \
    151 	eblbsspltp.$(OBJEXT) eblretval.$(OBJEXT) eblreginfo.$(OBJEXT) \
    152 	eblnonerelocp.$(OBJEXT) eblrelativerelocp.$(OBJEXT) \
    153 	eblsysvhashentrysize.$(OBJEXT) eblauxvinfo.$(OBJEXT) \
    154 	eblcheckobjattr.$(OBJEXT) ebl_check_special_section.$(OBJEXT) \
    155 	ebl_syscall_abi.$(OBJEXT) eblabicfi.$(OBJEXT) \
    156 	eblstother.$(OBJEXT) eblinitreg.$(OBJEXT) \
    157 	ebldwarftoregno.$(OBJEXT) eblnormalizepc.$(OBJEXT) \
    158 	eblunwind.$(OBJEXT) eblresolvesym.$(OBJEXT) \
    159 	eblcheckreloctargettype.$(OBJEXT)
    160 am_libebl_a_OBJECTS = $(am__objects_1)
    161 libebl_a_OBJECTS = $(am_libebl_a_OBJECTS)
    162 AM_V_P = $(am__v_P_$(V))
    163 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
    164 am__v_P_0 = false
    165 am__v_P_1 = :
    166 AM_V_GEN = $(am__v_GEN_$(V))
    167 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    168 am__v_GEN_0 = @echo "  GEN     " $@;
    169 am__v_GEN_1 = 
    170 AM_V_at = $(am__v_at_$(V))
    171 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    172 am__v_at_0 = @
    173 am__v_at_1 = 
    174 DEFAULT_INCLUDES = -I. -I$(top_builddir)
    175 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
    176 am__depfiles_maybe = depfiles
    177 am__mv = mv -f
    178 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    179 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    180 AM_V_CC = $(am__v_CC_$(V))
    181 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
    182 am__v_CC_0 = @echo "  CC      " $@;
    183 am__v_CC_1 = 
    184 CCLD = $(CC)
    185 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    186 AM_V_CCLD = $(am__v_CCLD_$(V))
    187 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
    188 am__v_CCLD_0 = @echo "  CCLD    " $@;
    189 am__v_CCLD_1 = 
    190 SOURCES = $(libebl_a_SOURCES)
    191 DIST_SOURCES = $(libebl_a_SOURCES)
    192 am__can_run_installinfo = \
    193   case $$AM_UPDATE_INFO_DIR in \
    194     n|no|NO) false;; \
    195     *) (install-info --version) >/dev/null 2>&1;; \
    196   esac
    197 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
    198 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    199 # Read a list of newline-separated strings from the standard input,
    200 # and print each of them once, without duplicates.  Input order is
    201 # *not* preserved.
    202 am__uniquify_input = $(AWK) '\
    203   BEGIN { nonempty = 0; } \
    204   { items[$$0] = 1; nonempty = 1; } \
    205   END { if (nonempty) { for (i in items) print i; }; } \
    206 '
    207 # Make sure the list of sources is unique.  This is necessary because,
    208 # e.g., the same source file might be shared among _SOURCES variables
    209 # for different programs/libraries.
    210 am__define_uniq_tagged_files = \
    211   list='$(am__tagged_files)'; \
    212   unique=`for i in $$list; do \
    213     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    214   done | $(am__uniquify_input)`
    215 ETAGS = etags
    216 CTAGS = ctags
    217 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    218 ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
    219 AMTAR = $${TAR-tar}
    220 AM_DEFAULT_VERBOSITY = 1
    221 AR = ar
    222 AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
    223 AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
    224 AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
    225 AWK = gawk
    226 CC = gcc
    227 CCDEPMODE = depmode=gcc3
    228 CC_BIARCH = gcc -m32
    229 CFLAGS = -g -O2
    230 CPP = gcc -E
    231 CPPFLAGS = 
    232 CYGPATH_W = echo
    233 DEBUGPRED = 0
    234 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
    235 DEPDIR = .deps
    236 ECHO_C = 
    237 ECHO_N = -n
    238 ECHO_T = 
    239 EGREP = /bin/grep -E
    240 EXEEXT = 
    241 GETTEXT_MACRO_VERSION = 0.18
    242 GMSGFMT = /usr/bin/msgfmt
    243 GMSGFMT_015 = /usr/bin/msgfmt
    244 GREP = /bin/grep
    245 HAVE_VALGRIND = 
    246 INSTALL = /usr/bin/install -c
    247 INSTALL_DATA = ${INSTALL} -m 644
    248 INSTALL_PROGRAM = ${INSTALL}
    249 INSTALL_SCRIPT = ${INSTALL}
    250 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    251 LDFLAGS = 
    252 LEX = flex
    253 LEXLIB = -lfl
    254 LEX_OUTPUT_ROOT = lex.yy
    255 LIBEBL_SUBDIR = elfutils
    256 LIBOBJS = 
    257 LIBS = 
    258 LTLIBOBJS = 
    259 MAINT = #
    260 MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
    261 MKDIR_P = /bin/mkdir -p
    262 MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
    263 MSGFMT = /usr/bin/msgfmt
    264 MSGFMT_015 = /usr/bin/msgfmt
    265 MSGMERGE = /usr/bin/msgmerge
    266 NM = nm
    267 OBJEXT = o
    268 PACKAGE = elfutils
    269 PACKAGE_BUGREPORT = https://bugzilla.redhat.com/
    270 PACKAGE_NAME = elfutils
    271 PACKAGE_STRING = elfutils 0.161
    272 PACKAGE_TARNAME = elfutils
    273 PACKAGE_URL = 
    274 PACKAGE_VERSION = 0.161
    275 PATH_SEPARATOR = :
    276 RANLIB = ranlib
    277 READELF = readelf
    278 SET_MAKE = 
    279 SHELL = /bin/sh
    280 STRIP = 
    281 USE_NLS = yes
    282 VERSION = 1
    283 XGETTEXT = /usr/bin/xgettext
    284 XGETTEXT_015 = /usr/bin/xgettext
    285 XGETTEXT_EXTRA_OPTIONS = 
    286 YACC = bison -y
    287 YFLAGS = 
    288 abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/libebl
    289 abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/libebl
    290 abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
    291 abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
    292 ac_ct_AR = ar
    293 ac_ct_CC = gcc
    294 am__include = include
    295 am__leading_dot = .
    296 am__quote = 
    297 am__tar = $${TAR-tar} chof - "$$tardir"
    298 am__untar = $${TAR-tar} xf -
    299 base_cpu = none
    300 bindir = ${exec_prefix}/bin
    301 build = x86_64-unknown-linux-gnu
    302 build_alias = 
    303 build_cpu = x86_64
    304 build_os = linux-gnu
    305 build_vendor = unknown
    306 builddir = .
    307 datadir = ${datarootdir}
    308 datarootdir = ${prefix}/share
    309 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    310 dvidir = ${docdir}
    311 eu_version = 161
    312 exec_prefix = ${prefix}
    313 host = x86_64-unknown-linux-gnu
    314 host_alias = 
    315 host_cpu = x86_64
    316 host_os = linux-gnu
    317 host_vendor = unknown
    318 htmldir = ${docdir}
    319 includedir = ${prefix}/include
    320 infodir = ${datarootdir}/info
    321 install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
    322 libdir = ${exec_prefix}/lib
    323 libexecdir = ${exec_prefix}/libexec
    324 localedir = ${datarootdir}/locale
    325 localstatedir = ${prefix}/var
    326 mandir = ${datarootdir}/man
    327 mkdir_p = $(MKDIR_P)
    328 oldincludedir = /usr/include
    329 pdfdir = ${docdir}
    330 prefix = /usr/local
    331 program_transform_name = s,x,x,
    332 psdir = ${docdir}
    333 sbindir = ${exec_prefix}/sbin
    334 sharedstatedir = ${prefix}/com
    335 srcdir = .
    336 sysconfdir = ${prefix}/etc
    337 target_alias = 
    338 top_build_prefix = ../
    339 top_builddir = ..
    340 top_srcdir = ..
    341 zip_LIBS = -lz 
    342 AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
    343 	-I$(srcdir)/../libelf -I$(srcdir)/../libdw \
    344 	-I$(srcdir)/../libasm
    345 AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 $(if \
    346 	$($(*F)_no_Werror),,-Werror) $(if \
    347 	$($(*F)_no_Wunused),,-Wunused -Wextra) $($(*F)_CFLAGS) -fpic
    348 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
    349 CLEANFILES = *.gcno *.gcda $(am_libebl_pic_a_OBJECTS)
    350 textrel_msg = echo "WARNING: TEXTREL found in '$@'"
    351 #textrel_found = $(textrel_msg)
    352 textrel_found = $(textrel_msg); exit 1
    353 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
    354 lib_LIBRARIES = libebl.a
    355 pkginclude_HEADERS = libebl.h
    356 gen_SOURCES = eblopenbackend.c eblclosebackend.c eblstrtab.c \
    357 	      eblreloctypename.c eblsegmenttypename.c \
    358 	      eblsectiontypename.c eblmachineflagname.c \
    359 	      eblsymboltypename.c ebldynamictagname.c eblsectionname.c \
    360 	      eblobjecttypename.c eblsymbolbindingname.c \
    361 	      eblbackendname.c eblshflagscombine.c eblwstrtab.c \
    362 	      eblgstrtab.c eblosabiname.c \
    363 	      eblmachineflagcheck.c eblmachinesectionflagcheck.c \
    364 	      eblreloctypecheck.c eblrelocvaliduse.c eblrelocsimpletype.c \
    365 	      ebldynamictagcheck.c eblcorenotetypename.c eblobjnotetypename.c \
    366 	      eblcorenote.c eblobjnote.c ebldebugscnp.c \
    367 	      eblgotpcreloccheck.c eblcopyrelocp.c eblsectionstripp.c \
    368 	      eblelfclass.c eblelfdata.c eblelfmachine.c \
    369 	      ebl_check_special_symbol.c eblbsspltp.c eblretval.c \
    370 	      eblreginfo.c eblnonerelocp.c eblrelativerelocp.c \
    371 	      eblsysvhashentrysize.c eblauxvinfo.c eblcheckobjattr.c \
    372 	      ebl_check_special_section.c ebl_syscall_abi.c eblabicfi.c \
    373 	      eblstother.c eblinitreg.c ebldwarftoregno.c eblnormalizepc.c \
    374 	      eblunwind.c eblresolvesym.c eblcheckreloctargettype.c
    375 
    376 libebl_a_SOURCES = $(gen_SOURCES)
    377 noinst_HEADERS = libeblP.h ebl-hooks.h
    378 all: all-am
    379 
    380 .SUFFIXES:
    381 .SUFFIXES: .c .o .obj
    382 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
    383 	@for dep in $?; do \
    384 	  case '$(am__configure_deps)' in \
    385 	    *$$dep*) \
    386 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    387 	        && { if test -f $@; then exit 0; else break; fi; }; \
    388 	      exit 1;; \
    389 	  esac; \
    390 	done; \
    391 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits libebl/Makefile'; \
    392 	$(am__cd) $(top_srcdir) && \
    393 	  $(AUTOMAKE) --gnits libebl/Makefile
    394 .PRECIOUS: Makefile
    395 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    396 	@case '$?' in \
    397 	  *config.status*) \
    398 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    399 	  *) \
    400 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    401 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    402 	esac;
    403 $(top_srcdir)/config/eu.am:
    404 
    405 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    406 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    407 
    408 $(top_srcdir)/configure: # $(am__configure_deps)
    409 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    410 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
    411 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    412 $(am__aclocal_m4_deps):
    413 install-libLIBRARIES: $(lib_LIBRARIES)
    414 	@$(NORMAL_INSTALL)
    415 	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
    416 	list2=; for p in $$list; do \
    417 	  if test -f $$p; then \
    418 	    list2="$$list2 $$p"; \
    419 	  else :; fi; \
    420 	done; \
    421 	test -z "$$list2" || { \
    422 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
    423 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    424 	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
    425 	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
    426 	@$(POST_INSTALL)
    427 	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
    428 	for p in $$list; do \
    429 	  if test -f $$p; then \
    430 	    $(am__strip_dir) \
    431 	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
    432 	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
    433 	  else :; fi; \
    434 	done
    435 
    436 uninstall-libLIBRARIES:
    437 	@$(NORMAL_UNINSTALL)
    438 	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
    439 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    440 	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
    441 
    442 clean-libLIBRARIES:
    443 	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
    444 
    445 libebl.a: $(libebl_a_OBJECTS) $(libebl_a_DEPENDENCIES) $(EXTRA_libebl_a_DEPENDENCIES) 
    446 	$(AM_V_at)-rm -f libebl.a
    447 	$(AM_V_AR)$(libebl_a_AR) libebl.a $(libebl_a_OBJECTS) $(libebl_a_LIBADD)
    448 	$(AM_V_at)$(RANLIB) libebl.a
    449 
    450 mostlyclean-compile:
    451 	-rm -f *.$(OBJEXT)
    452 
    453 distclean-compile:
    454 	-rm -f *.tab.c
    455 
    456 include ./$(DEPDIR)/ebl_check_special_section.Po
    457 include ./$(DEPDIR)/ebl_check_special_symbol.Po
    458 include ./$(DEPDIR)/ebl_syscall_abi.Po
    459 include ./$(DEPDIR)/eblabicfi.Po
    460 include ./$(DEPDIR)/eblauxvinfo.Po
    461 include ./$(DEPDIR)/eblbackendname.Po
    462 include ./$(DEPDIR)/eblbsspltp.Po
    463 include ./$(DEPDIR)/eblcheckobjattr.Po
    464 include ./$(DEPDIR)/eblcheckreloctargettype.Po
    465 include ./$(DEPDIR)/eblclosebackend.Po
    466 include ./$(DEPDIR)/eblcopyrelocp.Po
    467 include ./$(DEPDIR)/eblcorenote.Po
    468 include ./$(DEPDIR)/eblcorenotetypename.Po
    469 include ./$(DEPDIR)/ebldebugscnp.Po
    470 include ./$(DEPDIR)/ebldwarftoregno.Po
    471 include ./$(DEPDIR)/ebldynamictagcheck.Po
    472 include ./$(DEPDIR)/ebldynamictagname.Po
    473 include ./$(DEPDIR)/eblelfclass.Po
    474 include ./$(DEPDIR)/eblelfdata.Po
    475 include ./$(DEPDIR)/eblelfmachine.Po
    476 include ./$(DEPDIR)/eblgotpcreloccheck.Po
    477 include ./$(DEPDIR)/eblgstrtab.Po
    478 include ./$(DEPDIR)/eblinitreg.Po
    479 include ./$(DEPDIR)/eblmachineflagcheck.Po
    480 include ./$(DEPDIR)/eblmachineflagname.Po
    481 include ./$(DEPDIR)/eblmachinesectionflagcheck.Po
    482 include ./$(DEPDIR)/eblnonerelocp.Po
    483 include ./$(DEPDIR)/eblnormalizepc.Po
    484 include ./$(DEPDIR)/eblobjecttypename.Po
    485 include ./$(DEPDIR)/eblobjnote.Po
    486 include ./$(DEPDIR)/eblobjnotetypename.Po
    487 include ./$(DEPDIR)/eblopenbackend.Po
    488 include ./$(DEPDIR)/eblosabiname.Po
    489 include ./$(DEPDIR)/eblreginfo.Po
    490 include ./$(DEPDIR)/eblrelativerelocp.Po
    491 include ./$(DEPDIR)/eblrelocsimpletype.Po
    492 include ./$(DEPDIR)/eblreloctypecheck.Po
    493 include ./$(DEPDIR)/eblreloctypename.Po
    494 include ./$(DEPDIR)/eblrelocvaliduse.Po
    495 include ./$(DEPDIR)/eblresolvesym.Po
    496 include ./$(DEPDIR)/eblretval.Po
    497 include ./$(DEPDIR)/eblsectionname.Po
    498 include ./$(DEPDIR)/eblsectionstripp.Po
    499 include ./$(DEPDIR)/eblsectiontypename.Po
    500 include ./$(DEPDIR)/eblsegmenttypename.Po
    501 include ./$(DEPDIR)/eblshflagscombine.Po
    502 include ./$(DEPDIR)/eblstother.Po
    503 include ./$(DEPDIR)/eblstrtab.Po
    504 include ./$(DEPDIR)/eblsymbolbindingname.Po
    505 include ./$(DEPDIR)/eblsymboltypename.Po
    506 include ./$(DEPDIR)/eblsysvhashentrysize.Po
    507 include ./$(DEPDIR)/eblunwind.Po
    508 include ./$(DEPDIR)/eblwstrtab.Po
    509 
    510 .c.o:
    511 	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    512 	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    513 #	$(AM_V_CC)source='$<' object='$@' libtool=no \
    514 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    515 #	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
    516 
    517 .c.obj:
    518 	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    519 	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    520 #	$(AM_V_CC)source='$<' object='$@' libtool=no \
    521 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    522 #	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    523 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
    524 	@$(NORMAL_INSTALL)
    525 	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
    526 	if test -n "$$list"; then \
    527 	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
    528 	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
    529 	fi; \
    530 	for p in $$list; do \
    531 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    532 	  echo "$$d$$p"; \
    533 	done | $(am__base_list) | \
    534 	while read files; do \
    535 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
    536 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
    537 	done
    538 
    539 uninstall-pkgincludeHEADERS:
    540 	@$(NORMAL_UNINSTALL)
    541 	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
    542 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    543 	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
    544 
    545 ID: $(am__tagged_files)
    546 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    547 tags: tags-am
    548 TAGS: tags
    549 
    550 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    551 	set x; \
    552 	here=`pwd`; \
    553 	$(am__define_uniq_tagged_files); \
    554 	shift; \
    555 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    556 	  test -n "$$unique" || unique=$$empty_fix; \
    557 	  if test $$# -gt 0; then \
    558 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    559 	      "$$@" $$unique; \
    560 	  else \
    561 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    562 	      $$unique; \
    563 	  fi; \
    564 	fi
    565 ctags: ctags-am
    566 
    567 CTAGS: ctags
    568 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    569 	$(am__define_uniq_tagged_files); \
    570 	test -z "$(CTAGS_ARGS)$$unique" \
    571 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    572 	     $$unique
    573 
    574 GTAGS:
    575 	here=`$(am__cd) $(top_builddir) && pwd` \
    576 	  && $(am__cd) $(top_srcdir) \
    577 	  && gtags -i $(GTAGS_ARGS) "$$here"
    578 cscopelist: cscopelist-am
    579 
    580 cscopelist-am: $(am__tagged_files)
    581 	list='$(am__tagged_files)'; \
    582 	case "$(srcdir)" in \
    583 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    584 	  *) sdir=$(subdir)/$(srcdir) ;; \
    585 	esac; \
    586 	for i in $$list; do \
    587 	  if test -f "$$i"; then \
    588 	    echo "$(subdir)/$$i"; \
    589 	  else \
    590 	    echo "$$sdir/$$i"; \
    591 	  fi; \
    592 	done >> $(top_builddir)/cscope.files
    593 
    594 distclean-tags:
    595 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    596 
    597 distdir: $(DISTFILES)
    598 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    599 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    600 	list='$(DISTFILES)'; \
    601 	  dist_files=`for file in $$list; do echo $$file; done | \
    602 	  sed -e "s|^$$srcdirstrip/||;t" \
    603 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    604 	case $$dist_files in \
    605 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    606 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    607 			   sort -u` ;; \
    608 	esac; \
    609 	for file in $$dist_files; do \
    610 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    611 	  if test -d $$d/$$file; then \
    612 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    613 	    if test -d "$(distdir)/$$file"; then \
    614 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    615 	    fi; \
    616 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    617 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    618 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    619 	    fi; \
    620 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    621 	  else \
    622 	    test -f "$(distdir)/$$file" \
    623 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    624 	    || exit 1; \
    625 	  fi; \
    626 	done
    627 check-am: all-am
    628 check: check-am
    629 all-am: Makefile $(LIBRARIES) $(HEADERS)
    630 installdirs:
    631 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
    632 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    633 	done
    634 install: install-am
    635 install-exec: install-exec-am
    636 install-data: install-data-am
    637 uninstall: uninstall-am
    638 
    639 install-am: all-am
    640 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    641 
    642 installcheck: installcheck-am
    643 install-strip:
    644 	if test -z '$(STRIP)'; then \
    645 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    646 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    647 	      install; \
    648 	else \
    649 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    650 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    651 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    652 	fi
    653 mostlyclean-generic:
    654 
    655 clean-generic:
    656 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    657 
    658 distclean-generic:
    659 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    660 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    661 
    662 maintainer-clean-generic:
    663 	@echo "This command is intended for maintainers to use"
    664 	@echo "it deletes files that may require special tools to rebuild."
    665 clean: clean-am
    666 
    667 clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
    668 
    669 distclean: distclean-am
    670 	-rm -rf ./$(DEPDIR)
    671 	-rm -f Makefile
    672 distclean-am: clean-am distclean-compile distclean-generic \
    673 	distclean-tags
    674 
    675 dvi: dvi-am
    676 
    677 dvi-am:
    678 
    679 html: html-am
    680 
    681 html-am:
    682 
    683 info: info-am
    684 
    685 info-am:
    686 
    687 install-data-am: install-pkgincludeHEADERS
    688 
    689 install-dvi: install-dvi-am
    690 
    691 install-dvi-am:
    692 
    693 install-exec-am: install-libLIBRARIES
    694 
    695 install-html: install-html-am
    696 
    697 install-html-am:
    698 
    699 install-info: install-info-am
    700 
    701 install-info-am:
    702 
    703 install-man:
    704 
    705 install-pdf: install-pdf-am
    706 
    707 install-pdf-am:
    708 
    709 install-ps: install-ps-am
    710 
    711 install-ps-am:
    712 
    713 installcheck-am:
    714 
    715 maintainer-clean: maintainer-clean-am
    716 	-rm -rf ./$(DEPDIR)
    717 	-rm -f Makefile
    718 maintainer-clean-am: distclean-am maintainer-clean-generic
    719 
    720 mostlyclean: mostlyclean-am
    721 
    722 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    723 
    724 pdf: pdf-am
    725 
    726 pdf-am:
    727 
    728 ps: ps-am
    729 
    730 ps-am:
    731 
    732 uninstall-am: uninstall-libLIBRARIES uninstall-pkgincludeHEADERS
    733 
    734 .MAKE: install-am install-strip
    735 
    736 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    737 	clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \
    738 	distclean-compile distclean-generic distclean-tags distdir dvi \
    739 	dvi-am html html-am info info-am install install-am \
    740 	install-data install-data-am install-dvi install-dvi-am \
    741 	install-exec install-exec-am install-html install-html-am \
    742 	install-info install-info-am install-libLIBRARIES install-man \
    743 	install-pdf install-pdf-am install-pkgincludeHEADERS \
    744 	install-ps install-ps-am install-strip installcheck \
    745 	installcheck-am installdirs maintainer-clean \
    746 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    747 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
    748 	uninstall-am uninstall-libLIBRARIES \
    749 	uninstall-pkgincludeHEADERS
    750 
    751 
    752 %.os: %.c %.o
    753 	if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
    754 	  -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
    755 	then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
    756 	     rm -f "$(DEPDIR)/$*.Tpo"; \
    757 	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    758 	fi
    759 #	$(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
    760 
    761 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    762 # Otherwise a system limit (for SysV at least) may be exceeded.
    763 .NOEXPORT:
    764