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
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__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
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/elfutils
66pkgincludedir = $(includedir)/elfutils
67pkglibdir = $(libdir)/elfutils
68pkglibexecdir = $(libexecdir)/elfutils
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = x86_64-unknown-linux-gnu
82host_triplet = x86_64-unknown-linux-gnu
83DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \
84	$(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \
85	$(noinst_HEADERS) $(pkginclude_HEADERS) ChangeLog
86noinst_PROGRAMS = $(am__EXEEXT_1)
87#am__append_1 = -lpthread
88subdir = libasm
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__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
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101am__vpath_adj = case $$p in \
102    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103    *) f=$$p;; \
104  esac;
105am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106am__install_max = 40
107am__nobase_strip_setup = \
108  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109am__nobase_strip = \
110  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111am__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] }'
118am__base_list = \
119  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121am__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  }
127am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
128LIBRARIES = $(lib_LIBRARIES) $(noinst_LIBRARIES)
129ARFLAGS = cru
130AM_V_AR = $(am__v_AR_$(V))
131am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
132am__v_AR_0 = @echo "  AR      " $@;
133am__v_AR_1 = 
134libasm_a_AR = $(AR) $(ARFLAGS)
135libasm_a_LIBADD =
136am_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)
150libasm_a_OBJECTS = $(am_libasm_a_OBJECTS)
151libasm_pic_a_AR = $(AR) $(ARFLAGS)
152libasm_pic_a_LIBADD =
153libasm_pic_a_OBJECTS = $(am_libasm_pic_a_OBJECTS)
154am__EXEEXT_1 = libasm.so$(EXEEXT)
155PROGRAMS = $(noinst_PROGRAMS)
156am_libasm_so_OBJECTS =
157libasm_so_OBJECTS = $(am_libasm_so_OBJECTS)
158libasm_so_LDADD = $(LDADD)
159AM_V_P = $(am__v_P_$(V))
160am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
161am__v_P_0 = false
162am__v_P_1 = :
163AM_V_GEN = $(am__v_GEN_$(V))
164am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
165am__v_GEN_0 = @echo "  GEN     " $@;
166am__v_GEN_1 = 
167AM_V_at = $(am__v_at_$(V))
168am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
169am__v_at_0 = @
170am__v_at_1 = 
171DEFAULT_INCLUDES = -I. -I$(top_builddir)
172depcomp = $(SHELL) $(top_srcdir)/config/depcomp
173am__depfiles_maybe = depfiles
174am__mv = mv -f
175COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
177AM_V_CC = $(am__v_CC_$(V))
178am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
179am__v_CC_0 = @echo "  CC      " $@;
180am__v_CC_1 = 
181CCLD = $(CC)
182LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
183AM_V_CCLD = $(am__v_CCLD_$(V))
184am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
185am__v_CCLD_0 = @echo "  CCLD    " $@;
186am__v_CCLD_1 = 
187SOURCES = $(libasm_a_SOURCES) $(libasm_pic_a_SOURCES) \
188	$(libasm_so_SOURCES)
189DIST_SOURCES = $(libasm_a_SOURCES) $(libasm_pic_a_SOURCES) \
190	$(libasm_so_SOURCES)
191am__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
196HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
197am__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.
201am__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.
209am__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)`
214ETAGS = etags
215CTAGS = ctags
216DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
217ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
218AMTAR = $${TAR-tar}
219AM_DEFAULT_VERBOSITY = 1
220AR = ar
221AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
222AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
223AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
224AWK = gawk
225CC = gcc
226CCDEPMODE = depmode=gcc3
227CC_BIARCH = gcc -m32
228CFLAGS = -g -O2
229CPP = gcc -E
230CPPFLAGS = 
231CYGPATH_W = echo
232DEBUGPRED = 0
233DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
234DEPDIR = .deps
235ECHO_C = 
236ECHO_N = -n
237ECHO_T = 
238EGREP = /bin/grep -E
239EXEEXT = 
240GETTEXT_MACRO_VERSION = 0.18
241GMSGFMT = /usr/bin/msgfmt
242GMSGFMT_015 = /usr/bin/msgfmt
243GREP = /bin/grep
244HAVE_VALGRIND = 
245INSTALL = /usr/bin/install -c
246INSTALL_DATA = ${INSTALL} -m 644
247INSTALL_PROGRAM = ${INSTALL}
248INSTALL_SCRIPT = ${INSTALL}
249INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
250LDFLAGS = 
251LEX = flex
252LEXLIB = -lfl
253LEX_OUTPUT_ROOT = lex.yy
254LIBEBL_SUBDIR = elfutils
255LIBOBJS = 
256LIBS = 
257LTLIBOBJS = 
258MAINT = #
259MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
260MKDIR_P = /bin/mkdir -p
261MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
262MSGFMT = /usr/bin/msgfmt
263MSGFMT_015 = /usr/bin/msgfmt
264MSGMERGE = /usr/bin/msgmerge
265NM = nm
266OBJEXT = o
267PACKAGE = elfutils
268PACKAGE_BUGREPORT = https://bugzilla.redhat.com/
269PACKAGE_NAME = elfutils
270PACKAGE_STRING = elfutils 0.161
271PACKAGE_TARNAME = elfutils
272PACKAGE_URL = 
273PACKAGE_VERSION = 0.161
274PATH_SEPARATOR = :
275RANLIB = ranlib
276READELF = readelf
277SET_MAKE = 
278SHELL = /bin/sh
279STRIP = 
280USE_NLS = yes
281VERSION = 1
282XGETTEXT = /usr/bin/xgettext
283XGETTEXT_015 = /usr/bin/xgettext
284XGETTEXT_EXTRA_OPTIONS = 
285YACC = bison -y
286YFLAGS = 
287abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/libasm
288abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/libasm
289abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
290abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
291ac_ct_AR = ar
292ac_ct_CC = gcc
293am__include = include
294am__leading_dot = .
295am__quote = 
296am__tar = $${TAR-tar} chof - "$$tardir"
297am__untar = $${TAR-tar} xf -
298base_cpu = none
299bindir = ${exec_prefix}/bin
300build = x86_64-unknown-linux-gnu
301build_alias = 
302build_cpu = x86_64
303build_os = linux-gnu
304build_vendor = unknown
305builddir = .
306datadir = ${datarootdir}
307datarootdir = ${prefix}/share
308docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
309dvidir = ${docdir}
310eu_version = 161
311exec_prefix = ${prefix}
312host = x86_64-unknown-linux-gnu
313host_alias = 
314host_cpu = x86_64
315host_os = linux-gnu
316host_vendor = unknown
317htmldir = ${docdir}
318includedir = ${prefix}/include
319infodir = ${datarootdir}/info
320install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
321libdir = ${exec_prefix}/lib
322libexecdir = ${exec_prefix}/libexec
323localedir = ${datarootdir}/locale
324localstatedir = ${prefix}/var
325mandir = ${datarootdir}/man
326mkdir_p = $(MKDIR_P)
327oldincludedir = /usr/include
328pdfdir = ${docdir}
329prefix = /usr/local
330program_transform_name = s,x,x,
331psdir = ${docdir}
332sbindir = ${exec_prefix}/sbin
333sharedstatedir = ${prefix}/com
334srcdir = .
335sysconfdir = ${prefix}/etc
336target_alias = 
337top_build_prefix = ../
338top_builddir = ..
339top_srcdir = ..
340zip_LIBS = -lz 
341AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
342	-I$(top_srcdir)/libelf -I$(top_srcdir)/libebl \
343	-I$(top_srcdir)/libdw
344AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
345	    $(if $($(*F)_no_Werror),,-Werror) \
346	    $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
347	    $($(*F)_CFLAGS)
348
349COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
350CLEANFILES = *.gcno *.gcda $(am_libasm_pic_a_OBJECTS) \
351	libasm.so.$(VERSION)
352textrel_msg = echo "WARNING: TEXTREL found in '$@'"
353#textrel_found = $(textrel_msg)
354textrel_found = $(textrel_msg); exit 1
355textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
356GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
357lib_LIBRARIES = libasm.a
358noinst_LIBRARIES = libasm_pic.a
359pkginclude_HEADERS = libasm.h
360libasm_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
374libasm_pic_a_SOURCES = 
375am_libasm_pic_a_OBJECTS = $(libasm_a_SOURCES:.c=.os)
376libasm_so_LDLIBS = $(am__append_1)
377libasm_so_SOURCES = 
378noinst_HEADERS = libasmP.h symbolhash.h
379EXTRA_DIST = libasm.map
380all: 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
397Makefile: $(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):
415install-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
438uninstall-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
444clean-libLIBRARIES:
445	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
446
447clean-noinstLIBRARIES:
448	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
449
450libasm.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
455libasm_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
460clean-noinstPROGRAMS:
461	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
462
463mostlyclean-compile:
464	-rm -f *.$(OBJEXT)
465
466distclean-compile:
467	-rm -f *.tab.c
468
469include ./$(DEPDIR)/asm_abort.Po
470include ./$(DEPDIR)/asm_addint16.Po
471include ./$(DEPDIR)/asm_addint32.Po
472include ./$(DEPDIR)/asm_addint64.Po
473include ./$(DEPDIR)/asm_addint8.Po
474include ./$(DEPDIR)/asm_addsleb128.Po
475include ./$(DEPDIR)/asm_addstrz.Po
476include ./$(DEPDIR)/asm_adduint16.Po
477include ./$(DEPDIR)/asm_adduint32.Po
478include ./$(DEPDIR)/asm_adduint64.Po
479include ./$(DEPDIR)/asm_adduint8.Po
480include ./$(DEPDIR)/asm_adduleb128.Po
481include ./$(DEPDIR)/asm_align.Po
482include ./$(DEPDIR)/asm_begin.Po
483include ./$(DEPDIR)/asm_end.Po
484include ./$(DEPDIR)/asm_error.Po
485include ./$(DEPDIR)/asm_fill.Po
486include ./$(DEPDIR)/asm_getelf.Po
487include ./$(DEPDIR)/asm_newabssym.Po
488include ./$(DEPDIR)/asm_newcomsym.Po
489include ./$(DEPDIR)/asm_newscn.Po
490include ./$(DEPDIR)/asm_newscn_ingrp.Po
491include ./$(DEPDIR)/asm_newscngrp.Po
492include ./$(DEPDIR)/asm_newsubscn.Po
493include ./$(DEPDIR)/asm_newsym.Po
494include ./$(DEPDIR)/asm_scngrp_newsignature.Po
495include ./$(DEPDIR)/disasm_begin.Po
496include ./$(DEPDIR)/disasm_cb.Po
497include ./$(DEPDIR)/disasm_end.Po
498include ./$(DEPDIR)/disasm_str.Po
499include ./$(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) '$<'`
514install-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
530uninstall-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
536ID: $(am__tagged_files)
537	$(am__define_uniq_tagged_files); mkid -fID $$unique
538tags: tags-am
539TAGS: tags
540
541tags-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
556ctags: ctags-am
557
558CTAGS: ctags
559ctags-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
565GTAGS:
566	here=`$(am__cd) $(top_builddir) && pwd` \
567	  && $(am__cd) $(top_srcdir) \
568	  && gtags -i $(GTAGS_ARGS) "$$here"
569cscopelist: cscopelist-am
570
571cscopelist-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
585distclean-tags:
586	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
587
588distdir: $(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
618check-am: all-am
619check: check-am
620all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
621installdirs:
622	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
623	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
624	done
625install-exec: install-exec-am
626install-data: install-data-am
627
628install-am: all-am
629	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
630
631installcheck: installcheck-am
632install-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
642mostlyclean-generic:
643
644clean-generic:
645	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
646
647distclean-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
651maintainer-clean-generic:
652	@echo "This command is intended for maintainers to use"
653	@echo "it deletes files that may require special tools to rebuild."
654clean: clean-am
655
656clean-am: clean-generic clean-libLIBRARIES clean-noinstLIBRARIES \
657	clean-noinstPROGRAMS mostlyclean-am
658
659distclean: distclean-am
660	-rm -rf ./$(DEPDIR)
661	-rm -f Makefile
662distclean-am: clean-am distclean-compile distclean-generic \
663	distclean-tags
664
665dvi: dvi-am
666
667dvi-am:
668
669html: html-am
670
671html-am:
672
673info: info-am
674
675info-am:
676
677install-data-am: install-pkgincludeHEADERS
678
679install-dvi: install-dvi-am
680
681install-dvi-am:
682
683install-exec-am: install-libLIBRARIES
684
685install-html: install-html-am
686
687install-html-am:
688
689install-info: install-info-am
690
691install-info-am:
692
693install-man:
694
695install-pdf: install-pdf-am
696
697install-pdf-am:
698
699install-ps: install-ps-am
700
701install-ps-am:
702
703installcheck-am:
704
705maintainer-clean: maintainer-clean-am
706	-rm -rf ./$(DEPDIR)
707	-rm -f Makefile
708maintainer-clean-am: distclean-am maintainer-clean-generic
709
710mostlyclean: mostlyclean-am
711
712mostlyclean-am: mostlyclean-compile mostlyclean-generic
713
714pdf: pdf-am
715
716pdf-am:
717
718ps: ps-am
719
720ps-am:
721
722uninstall-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 $<
750libasm.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
758install: 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
764uninstall: 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