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
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__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
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/elfutils
65pkgincludedir = $(includedir)/elfutils
66pkglibdir = $(libdir)/elfutils
67pkglibexecdir = $(libexecdir)/elfutils
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = x86_64-unknown-linux-gnu
81host_triplet = x86_64-unknown-linux-gnu
82DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \
83	$(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \
84	$(noinst_HEADERS) $(pkginclude_HEADERS) ChangeLog
85subdir = libebl
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__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
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = $(top_builddir)/config.h
95CONFIG_CLEAN_FILES =
96CONFIG_CLEAN_VPATH_FILES =
97am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98am__vpath_adj = case $$p in \
99    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100    *) f=$$p;; \
101  esac;
102am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103am__install_max = 40
104am__nobase_strip_setup = \
105  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106am__nobase_strip = \
107  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108am__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] }'
115am__base_list = \
116  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118am__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  }
124am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
125LIBRARIES = $(lib_LIBRARIES)
126ARFLAGS = cru
127AM_V_AR = $(am__v_AR_$(V))
128am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
129am__v_AR_0 = @echo "  AR      " $@;
130am__v_AR_1 = 
131libebl_a_AR = $(AR) $(ARFLAGS)
132libebl_a_LIBADD =
133am__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)
160am_libebl_a_OBJECTS = $(am__objects_1)
161libebl_a_OBJECTS = $(am_libebl_a_OBJECTS)
162AM_V_P = $(am__v_P_$(V))
163am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
164am__v_P_0 = false
165am__v_P_1 = :
166AM_V_GEN = $(am__v_GEN_$(V))
167am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
168am__v_GEN_0 = @echo "  GEN     " $@;
169am__v_GEN_1 = 
170AM_V_at = $(am__v_at_$(V))
171am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
172am__v_at_0 = @
173am__v_at_1 = 
174DEFAULT_INCLUDES = -I. -I$(top_builddir)
175depcomp = $(SHELL) $(top_srcdir)/config/depcomp
176am__depfiles_maybe = depfiles
177am__mv = mv -f
178COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
179	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
180AM_V_CC = $(am__v_CC_$(V))
181am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
182am__v_CC_0 = @echo "  CC      " $@;
183am__v_CC_1 = 
184CCLD = $(CC)
185LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
186AM_V_CCLD = $(am__v_CCLD_$(V))
187am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
188am__v_CCLD_0 = @echo "  CCLD    " $@;
189am__v_CCLD_1 = 
190SOURCES = $(libebl_a_SOURCES)
191DIST_SOURCES = $(libebl_a_SOURCES)
192am__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
197HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
198am__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.
202am__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.
210am__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)`
215ETAGS = etags
216CTAGS = ctags
217DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
219AMTAR = $${TAR-tar}
220AM_DEFAULT_VERBOSITY = 1
221AR = ar
222AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
223AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
224AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
225AWK = gawk
226CC = gcc
227CCDEPMODE = depmode=gcc3
228CC_BIARCH = gcc -m32
229CFLAGS = -g -O2
230CPP = gcc -E
231CPPFLAGS = 
232CYGPATH_W = echo
233DEBUGPRED = 0
234DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
235DEPDIR = .deps
236ECHO_C = 
237ECHO_N = -n
238ECHO_T = 
239EGREP = /bin/grep -E
240EXEEXT = 
241GETTEXT_MACRO_VERSION = 0.18
242GMSGFMT = /usr/bin/msgfmt
243GMSGFMT_015 = /usr/bin/msgfmt
244GREP = /bin/grep
245HAVE_VALGRIND = 
246INSTALL = /usr/bin/install -c
247INSTALL_DATA = ${INSTALL} -m 644
248INSTALL_PROGRAM = ${INSTALL}
249INSTALL_SCRIPT = ${INSTALL}
250INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
251LDFLAGS = 
252LEX = flex
253LEXLIB = -lfl
254LEX_OUTPUT_ROOT = lex.yy
255LIBEBL_SUBDIR = elfutils
256LIBOBJS = 
257LIBS = 
258LTLIBOBJS = 
259MAINT = #
260MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
261MKDIR_P = /bin/mkdir -p
262MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
263MSGFMT = /usr/bin/msgfmt
264MSGFMT_015 = /usr/bin/msgfmt
265MSGMERGE = /usr/bin/msgmerge
266NM = nm
267OBJEXT = o
268PACKAGE = elfutils
269PACKAGE_BUGREPORT = https://bugzilla.redhat.com/
270PACKAGE_NAME = elfutils
271PACKAGE_STRING = elfutils 0.161
272PACKAGE_TARNAME = elfutils
273PACKAGE_URL = 
274PACKAGE_VERSION = 0.161
275PATH_SEPARATOR = :
276RANLIB = ranlib
277READELF = readelf
278SET_MAKE = 
279SHELL = /bin/sh
280STRIP = 
281USE_NLS = yes
282VERSION = 1
283XGETTEXT = /usr/bin/xgettext
284XGETTEXT_015 = /usr/bin/xgettext
285XGETTEXT_EXTRA_OPTIONS = 
286YACC = bison -y
287YFLAGS = 
288abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/libebl
289abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/libebl
290abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
291abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
292ac_ct_AR = ar
293ac_ct_CC = gcc
294am__include = include
295am__leading_dot = .
296am__quote = 
297am__tar = $${TAR-tar} chof - "$$tardir"
298am__untar = $${TAR-tar} xf -
299base_cpu = none
300bindir = ${exec_prefix}/bin
301build = x86_64-unknown-linux-gnu
302build_alias = 
303build_cpu = x86_64
304build_os = linux-gnu
305build_vendor = unknown
306builddir = .
307datadir = ${datarootdir}
308datarootdir = ${prefix}/share
309docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
310dvidir = ${docdir}
311eu_version = 161
312exec_prefix = ${prefix}
313host = x86_64-unknown-linux-gnu
314host_alias = 
315host_cpu = x86_64
316host_os = linux-gnu
317host_vendor = unknown
318htmldir = ${docdir}
319includedir = ${prefix}/include
320infodir = ${datarootdir}/info
321install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
322libdir = ${exec_prefix}/lib
323libexecdir = ${exec_prefix}/libexec
324localedir = ${datarootdir}/locale
325localstatedir = ${prefix}/var
326mandir = ${datarootdir}/man
327mkdir_p = $(MKDIR_P)
328oldincludedir = /usr/include
329pdfdir = ${docdir}
330prefix = /usr/local
331program_transform_name = s,x,x,
332psdir = ${docdir}
333sbindir = ${exec_prefix}/sbin
334sharedstatedir = ${prefix}/com
335srcdir = .
336sysconfdir = ${prefix}/etc
337target_alias = 
338top_build_prefix = ../
339top_builddir = ..
340top_srcdir = ..
341zip_LIBS = -lz 
342AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
343	-I$(srcdir)/../libelf -I$(srcdir)/../libdw \
344	-I$(srcdir)/../libasm
345AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 $(if \
346	$($(*F)_no_Werror),,-Werror) $(if \
347	$($(*F)_no_Wunused),,-Wunused -Wextra) $($(*F)_CFLAGS) -fpic
348COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
349CLEANFILES = *.gcno *.gcda $(am_libebl_pic_a_OBJECTS)
350textrel_msg = echo "WARNING: TEXTREL found in '$@'"
351#textrel_found = $(textrel_msg)
352textrel_found = $(textrel_msg); exit 1
353textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
354lib_LIBRARIES = libebl.a
355pkginclude_HEADERS = libebl.h
356gen_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
376libebl_a_SOURCES = $(gen_SOURCES)
377noinst_HEADERS = libeblP.h ebl-hooks.h
378all: 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
395Makefile: $(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):
413install-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
436uninstall-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
442clean-libLIBRARIES:
443	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
444
445libebl.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
450mostlyclean-compile:
451	-rm -f *.$(OBJEXT)
452
453distclean-compile:
454	-rm -f *.tab.c
455
456include ./$(DEPDIR)/ebl_check_special_section.Po
457include ./$(DEPDIR)/ebl_check_special_symbol.Po
458include ./$(DEPDIR)/ebl_syscall_abi.Po
459include ./$(DEPDIR)/eblabicfi.Po
460include ./$(DEPDIR)/eblauxvinfo.Po
461include ./$(DEPDIR)/eblbackendname.Po
462include ./$(DEPDIR)/eblbsspltp.Po
463include ./$(DEPDIR)/eblcheckobjattr.Po
464include ./$(DEPDIR)/eblcheckreloctargettype.Po
465include ./$(DEPDIR)/eblclosebackend.Po
466include ./$(DEPDIR)/eblcopyrelocp.Po
467include ./$(DEPDIR)/eblcorenote.Po
468include ./$(DEPDIR)/eblcorenotetypename.Po
469include ./$(DEPDIR)/ebldebugscnp.Po
470include ./$(DEPDIR)/ebldwarftoregno.Po
471include ./$(DEPDIR)/ebldynamictagcheck.Po
472include ./$(DEPDIR)/ebldynamictagname.Po
473include ./$(DEPDIR)/eblelfclass.Po
474include ./$(DEPDIR)/eblelfdata.Po
475include ./$(DEPDIR)/eblelfmachine.Po
476include ./$(DEPDIR)/eblgotpcreloccheck.Po
477include ./$(DEPDIR)/eblgstrtab.Po
478include ./$(DEPDIR)/eblinitreg.Po
479include ./$(DEPDIR)/eblmachineflagcheck.Po
480include ./$(DEPDIR)/eblmachineflagname.Po
481include ./$(DEPDIR)/eblmachinesectionflagcheck.Po
482include ./$(DEPDIR)/eblnonerelocp.Po
483include ./$(DEPDIR)/eblnormalizepc.Po
484include ./$(DEPDIR)/eblobjecttypename.Po
485include ./$(DEPDIR)/eblobjnote.Po
486include ./$(DEPDIR)/eblobjnotetypename.Po
487include ./$(DEPDIR)/eblopenbackend.Po
488include ./$(DEPDIR)/eblosabiname.Po
489include ./$(DEPDIR)/eblreginfo.Po
490include ./$(DEPDIR)/eblrelativerelocp.Po
491include ./$(DEPDIR)/eblrelocsimpletype.Po
492include ./$(DEPDIR)/eblreloctypecheck.Po
493include ./$(DEPDIR)/eblreloctypename.Po
494include ./$(DEPDIR)/eblrelocvaliduse.Po
495include ./$(DEPDIR)/eblresolvesym.Po
496include ./$(DEPDIR)/eblretval.Po
497include ./$(DEPDIR)/eblsectionname.Po
498include ./$(DEPDIR)/eblsectionstripp.Po
499include ./$(DEPDIR)/eblsectiontypename.Po
500include ./$(DEPDIR)/eblsegmenttypename.Po
501include ./$(DEPDIR)/eblshflagscombine.Po
502include ./$(DEPDIR)/eblstother.Po
503include ./$(DEPDIR)/eblstrtab.Po
504include ./$(DEPDIR)/eblsymbolbindingname.Po
505include ./$(DEPDIR)/eblsymboltypename.Po
506include ./$(DEPDIR)/eblsysvhashentrysize.Po
507include ./$(DEPDIR)/eblunwind.Po
508include ./$(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) '$<'`
523install-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
539uninstall-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
545ID: $(am__tagged_files)
546	$(am__define_uniq_tagged_files); mkid -fID $$unique
547tags: tags-am
548TAGS: tags
549
550tags-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
565ctags: ctags-am
566
567CTAGS: ctags
568ctags-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
574GTAGS:
575	here=`$(am__cd) $(top_builddir) && pwd` \
576	  && $(am__cd) $(top_srcdir) \
577	  && gtags -i $(GTAGS_ARGS) "$$here"
578cscopelist: cscopelist-am
579
580cscopelist-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
594distclean-tags:
595	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
596
597distdir: $(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
627check-am: all-am
628check: check-am
629all-am: Makefile $(LIBRARIES) $(HEADERS)
630installdirs:
631	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
632	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
633	done
634install: install-am
635install-exec: install-exec-am
636install-data: install-data-am
637uninstall: uninstall-am
638
639install-am: all-am
640	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
641
642installcheck: installcheck-am
643install-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
653mostlyclean-generic:
654
655clean-generic:
656	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
657
658distclean-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
662maintainer-clean-generic:
663	@echo "This command is intended for maintainers to use"
664	@echo "it deletes files that may require special tools to rebuild."
665clean: clean-am
666
667clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
668
669distclean: distclean-am
670	-rm -rf ./$(DEPDIR)
671	-rm -f Makefile
672distclean-am: clean-am distclean-compile distclean-generic \
673	distclean-tags
674
675dvi: dvi-am
676
677dvi-am:
678
679html: html-am
680
681html-am:
682
683info: info-am
684
685info-am:
686
687install-data-am: install-pkgincludeHEADERS
688
689install-dvi: install-dvi-am
690
691install-dvi-am:
692
693install-exec-am: install-libLIBRARIES
694
695install-html: install-html-am
696
697install-html-am:
698
699install-info: install-info-am
700
701install-info-am:
702
703install-man:
704
705install-pdf: install-pdf-am
706
707install-pdf-am:
708
709install-ps: install-ps-am
710
711install-ps-am:
712
713installcheck-am:
714
715maintainer-clean: maintainer-clean-am
716	-rm -rf ./$(DEPDIR)
717	-rm -f Makefile
718maintainer-clean-am: distclean-am maintainer-clean-generic
719
720mostlyclean: mostlyclean-am
721
722mostlyclean-am: mostlyclean-compile mostlyclean-generic
723
724pdf: pdf-am
725
726pdf-am:
727
728ps: ps-am
729
730ps-am:
731
732uninstall-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