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