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