Home | History | Annotate | Download | only in libdwfl
      1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
      6 # Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 
     18 
     19 VPATH = @srcdir@
     20 pkgdatadir = $(datadir)/@PACKAGE@
     21 pkgincludedir = $(includedir)/@PACKAGE@
     22 pkglibdir = $(libdir)/@PACKAGE@
     23 pkglibexecdir = $(libexecdir)/@PACKAGE@
     24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     25 install_sh_DATA = $(install_sh) -c -m 644
     26 install_sh_PROGRAM = $(install_sh) -c
     27 install_sh_SCRIPT = $(install_sh) -c
     28 INSTALL_HEADER = $(INSTALL_DATA)
     29 transform = $(program_transform_name)
     30 NORMAL_INSTALL = :
     31 PRE_INSTALL = :
     32 POST_INSTALL = :
     33 NORMAL_UNINSTALL = :
     34 PRE_UNINSTALL = :
     35 POST_UNINSTALL = :
     36 build_triplet = @build@
     37 host_triplet = @host@
     38 DIST_COMMON = $(noinst_HEADERS) $(pkginclude_HEADERS) \
     39 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     40 	$(top_srcdir)/config/eu.am ChangeLog
     41 @MUDFLAP_TRUE@am__append_1 = -fmudflap
     42 @MUDFLAP_FALSE@am__append_2 = libdwfl_pic.a
     43 @ZLIB_TRUE@am__append_3 = gzip.c
     44 @BZLIB_TRUE@am__append_4 = bzip2.c
     45 @LZMA_TRUE@am__append_5 = lzma.c
     46 @MUDFLAP_TRUE@am_libdwfl_pic_a_OBJECTS =
     47 subdir = libdwfl
     48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     49 am__aclocal_m4_deps = $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
     50 	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
     51 	$(top_srcdir)/configure.ac
     52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     53 	$(ACLOCAL_M4)
     54 mkinstalldirs = $(install_sh) -d
     55 CONFIG_HEADER = $(top_builddir)/config.h
     56 CONFIG_CLEAN_FILES =
     57 CONFIG_CLEAN_VPATH_FILES =
     58 LIBRARIES = $(noinst_LIBRARIES)
     59 AR = ar
     60 ARFLAGS = cru
     61 libdwfl_a_AR = $(AR) $(ARFLAGS)
     62 libdwfl_a_LIBADD =
     63 am__libdwfl_a_SOURCES_DIST = dwfl_begin.c dwfl_end.c dwfl_error.c \
     64 	dwfl_version.c dwfl_module.c dwfl_report_elf.c relocate.c \
     65 	dwfl_module_build_id.c dwfl_module_report_build_id.c \
     66 	derelocate.c offline.c segment.c dwfl_module_info.c \
     67 	dwfl_getmodules.c dwfl_getdwarf.c dwfl_module_getdwarf.c \
     68 	dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
     69 	find-debuginfo.c dwfl_build_id_find_elf.c \
     70 	dwfl_build_id_find_debuginfo.c linux-kernel-modules.c \
     71 	linux-proc-maps.c dwfl_addrmodule.c dwfl_addrdwarf.c cu.c \
     72 	dwfl_module_nextcu.c dwfl_nextcu.c dwfl_cumodule.c \
     73 	dwfl_module_addrdie.c dwfl_addrdie.c lines.c dwfl_lineinfo.c \
     74 	dwfl_line_comp_dir.c dwfl_linemodule.c dwfl_linecu.c \
     75 	dwfl_dwarf_line.c dwfl_getsrclines.c dwfl_onesrcline.c \
     76 	dwfl_module_getsrc.c dwfl_getsrc.c dwfl_module_getsrc_file.c \
     77 	libdwfl_crc32.c libdwfl_crc32_file.c elf-from-memory.c \
     78 	dwfl_module_dwarf_cfi.c dwfl_module_eh_cfi.c \
     79 	dwfl_module_getsym.c dwfl_module_addrname.c \
     80 	dwfl_module_addrsym.c dwfl_module_return_value_location.c \
     81 	dwfl_module_register_names.c dwfl_segment_report_module.c \
     82 	link_map.c core-file.c open.c image-header.c gzip.c bzip2.c \
     83 	lzma.c
     84 @ZLIB_TRUE@am__objects_1 = gzip.$(OBJEXT)
     85 @BZLIB_TRUE@am__objects_2 = bzip2.$(OBJEXT)
     86 @LZMA_TRUE@am__objects_3 = lzma.$(OBJEXT)
     87 am_libdwfl_a_OBJECTS = dwfl_begin.$(OBJEXT) dwfl_end.$(OBJEXT) \
     88 	dwfl_error.$(OBJEXT) dwfl_version.$(OBJEXT) \
     89 	dwfl_module.$(OBJEXT) dwfl_report_elf.$(OBJEXT) \
     90 	relocate.$(OBJEXT) dwfl_module_build_id.$(OBJEXT) \
     91 	dwfl_module_report_build_id.$(OBJEXT) derelocate.$(OBJEXT) \
     92 	offline.$(OBJEXT) segment.$(OBJEXT) dwfl_module_info.$(OBJEXT) \
     93 	dwfl_getmodules.$(OBJEXT) dwfl_getdwarf.$(OBJEXT) \
     94 	dwfl_module_getdwarf.$(OBJEXT) dwfl_module_getelf.$(OBJEXT) \
     95 	dwfl_validate_address.$(OBJEXT) argp-std.$(OBJEXT) \
     96 	find-debuginfo.$(OBJEXT) dwfl_build_id_find_elf.$(OBJEXT) \
     97 	dwfl_build_id_find_debuginfo.$(OBJEXT) \
     98 	linux-kernel-modules.$(OBJEXT) linux-proc-maps.$(OBJEXT) \
     99 	dwfl_addrmodule.$(OBJEXT) dwfl_addrdwarf.$(OBJEXT) \
    100 	cu.$(OBJEXT) dwfl_module_nextcu.$(OBJEXT) \
    101 	dwfl_nextcu.$(OBJEXT) dwfl_cumodule.$(OBJEXT) \
    102 	dwfl_module_addrdie.$(OBJEXT) dwfl_addrdie.$(OBJEXT) \
    103 	lines.$(OBJEXT) dwfl_lineinfo.$(OBJEXT) \
    104 	dwfl_line_comp_dir.$(OBJEXT) dwfl_linemodule.$(OBJEXT) \
    105 	dwfl_linecu.$(OBJEXT) dwfl_dwarf_line.$(OBJEXT) \
    106 	dwfl_getsrclines.$(OBJEXT) dwfl_onesrcline.$(OBJEXT) \
    107 	dwfl_module_getsrc.$(OBJEXT) dwfl_getsrc.$(OBJEXT) \
    108 	dwfl_module_getsrc_file.$(OBJEXT) libdwfl_crc32.$(OBJEXT) \
    109 	libdwfl_crc32_file.$(OBJEXT) elf-from-memory.$(OBJEXT) \
    110 	dwfl_module_dwarf_cfi.$(OBJEXT) dwfl_module_eh_cfi.$(OBJEXT) \
    111 	dwfl_module_getsym.$(OBJEXT) dwfl_module_addrname.$(OBJEXT) \
    112 	dwfl_module_addrsym.$(OBJEXT) \
    113 	dwfl_module_return_value_location.$(OBJEXT) \
    114 	dwfl_module_register_names.$(OBJEXT) \
    115 	dwfl_segment_report_module.$(OBJEXT) link_map.$(OBJEXT) \
    116 	core-file.$(OBJEXT) open.$(OBJEXT) image-header.$(OBJEXT) \
    117 	$(am__objects_1) $(am__objects_2) $(am__objects_3)
    118 libdwfl_a_OBJECTS = $(am_libdwfl_a_OBJECTS)
    119 libdwfl_pic_a_AR = $(AR) $(ARFLAGS)
    120 libdwfl_pic_a_LIBADD =
    121 libdwfl_pic_a_OBJECTS = $(am_libdwfl_pic_a_OBJECTS)
    122 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    123 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
    124 am__depfiles_maybe = depfiles
    125 am__mv = mv -f
    126 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    127 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    128 CCLD = $(CC)
    129 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    130 SOURCES = $(libdwfl_a_SOURCES) $(libdwfl_pic_a_SOURCES)
    131 DIST_SOURCES = $(am__libdwfl_a_SOURCES_DIST) $(libdwfl_pic_a_SOURCES)
    132 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    133 am__vpath_adj = case $$p in \
    134     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    135     *) f=$$p;; \
    136   esac;
    137 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    138 am__install_max = 40
    139 am__nobase_strip_setup = \
    140   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    141 am__nobase_strip = \
    142   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    143 am__nobase_list = $(am__nobase_strip_setup); \
    144   for p in $$list; do echo "$$p $$p"; done | \
    145   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    146   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    147     if (++n[$$2] == $(am__install_max)) \
    148       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    149     END { for (dir in files) print dir, files[dir] }'
    150 am__base_list = \
    151   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    152   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    153 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
    154 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
    155 ETAGS = etags
    156 CTAGS = ctags
    157 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    158 ACLOCAL = @ACLOCAL@
    159 AMTAR = @AMTAR@
    160 AUTOCONF = @AUTOCONF@
    161 AUTOHEADER = @AUTOHEADER@
    162 AUTOMAKE = @AUTOMAKE@
    163 AWK = @AWK@
    164 CC = @CC@
    165 CCDEPMODE = @CCDEPMODE@
    166 CFLAGS = @CFLAGS@
    167 CPPFLAGS = @CPPFLAGS@
    168 CYGPATH_W = @CYGPATH_W@
    169 DEBUGPRED = @DEBUGPRED@
    170 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
    171 DEPDIR = @DEPDIR@
    172 ECHO_C = @ECHO_C@
    173 ECHO_N = @ECHO_N@
    174 ECHO_T = @ECHO_T@
    175 EXEEXT = @EXEEXT@
    176 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
    177 GMSGFMT = @GMSGFMT@
    178 GMSGFMT_015 = @GMSGFMT_015@
    179 INSTALL = @INSTALL@
    180 INSTALL_DATA = @INSTALL_DATA@
    181 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    182 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    183 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    184 LDFLAGS = @LDFLAGS@
    185 LEX = @LEX@
    186 LEXLIB = @LEXLIB@
    187 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
    188 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
    189 LIBOBJS = @LIBOBJS@
    190 LIBS = @LIBS@
    191 LTLIBOBJS = @LTLIBOBJS@
    192 MAINT = @MAINT@
    193 MAKEINFO = @MAKEINFO@
    194 MKDIR_P = @MKDIR_P@
    195 MODVERSION = @MODVERSION@
    196 MSGFMT = @MSGFMT@
    197 MSGFMT_015 = @MSGFMT_015@
    198 MSGMERGE = @MSGMERGE@
    199 OBJEXT = @OBJEXT@
    200 PACKAGE = @PACKAGE@
    201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    202 PACKAGE_NAME = @PACKAGE_NAME@
    203 PACKAGE_STRING = @PACKAGE_STRING@
    204 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    205 PACKAGE_URL = @PACKAGE_URL@
    206 PACKAGE_VERSION = @PACKAGE_VERSION@
    207 PATH_SEPARATOR = @PATH_SEPARATOR@
    208 RANLIB = @RANLIB@
    209 SET_MAKE = @SET_MAKE@
    210 SHELL = @SHELL@
    211 STRIP = @STRIP@
    212 USE_NLS = @USE_NLS@
    213 VERSION = 1
    214 XGETTEXT = @XGETTEXT@
    215 XGETTEXT_015 = @XGETTEXT_015@
    216 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
    217 YACC = @YACC@
    218 YFLAGS = @YFLAGS@
    219 abs_builddir = @abs_builddir@
    220 abs_srcdir = @abs_srcdir@
    221 abs_top_builddir = @abs_top_builddir@
    222 abs_top_srcdir = @abs_top_srcdir@
    223 ac_ct_CC = @ac_ct_CC@
    224 am__include = @am__include@
    225 am__leading_dot = @am__leading_dot@
    226 am__quote = @am__quote@
    227 am__tar = @am__tar@
    228 am__untar = @am__untar@
    229 base_cpu = @base_cpu@
    230 bindir = @bindir@
    231 build = @build@
    232 build_alias = @build_alias@
    233 build_cpu = @build_cpu@
    234 build_os = @build_os@
    235 build_vendor = @build_vendor@
    236 builddir = @builddir@
    237 datadir = @datadir@
    238 datarootdir = @datarootdir@
    239 docdir = @docdir@
    240 dvidir = @dvidir@
    241 eu_version = @eu_version@
    242 exec_prefix = @exec_prefix@
    243 host = @host@
    244 host_alias = @host_alias@
    245 host_cpu = @host_cpu@
    246 host_os = @host_os@
    247 host_vendor = @host_vendor@
    248 htmldir = @htmldir@
    249 includedir = @includedir@
    250 infodir = @infodir@
    251 install_sh = @install_sh@
    252 libdir = @libdir@
    253 libexecdir = @libexecdir@
    254 localedir = @localedir@
    255 localstatedir = @localstatedir@
    256 mandir = @mandir@
    257 mkdir_p = @mkdir_p@
    258 oldincludedir = @oldincludedir@
    259 pdfdir = @pdfdir@
    260 prefix = @prefix@
    261 program_transform_name = @program_transform_name@
    262 psdir = @psdir@
    263 sbindir = @sbindir@
    264 sharedstatedir = @sharedstatedir@
    265 srcdir = @srcdir@
    266 sysconfdir = @sysconfdir@
    267 target_alias = @target_alias@
    268 top_build_prefix = @top_build_prefix@
    269 top_builddir = @top_builddir@
    270 top_srcdir = @top_srcdir@
    271 zip_LIBS = @zip_LIBS@
    272 INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. -I$(srcdir) \
    273 	-I$(srcdir)/../libelf -I$(srcdir)/../libebl \
    274 	-I$(srcdir)/../libdw
    275 AM_CFLAGS = -std=gnu99 -Wall -Wshadow $(if \
    276 	$($(*F)_no_Werror),,-Werror) $(if \
    277 	$($(*F)_no_Wunused),,-Wunused -Wextra) $(if \
    278 	$($(*F)_no_Wformat),-Wno-format,-Wformat=2) $($(*F)_CFLAGS) \
    279 	$(am__append_1)
    280 @MUDFLAP_FALSE@libmudflap = 
    281 @MUDFLAP_TRUE@libmudflap = -lmudflap
    282 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage $(no_mudflap.os),\
    283 	     		  $(COMPILE))
    284 
    285 CLEANFILES = *.gcno *.gcda $(am_libdwfl_pic_a_OBJECTS)
    286 textrel_check = if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
    287 noinst_LIBRARIES = libdwfl.a $(am__append_2)
    288 pkginclude_HEADERS = libdwfl.h
    289 libdwfl_a_SOURCES = dwfl_begin.c dwfl_end.c dwfl_error.c \
    290 	dwfl_version.c dwfl_module.c dwfl_report_elf.c relocate.c \
    291 	dwfl_module_build_id.c dwfl_module_report_build_id.c \
    292 	derelocate.c offline.c segment.c dwfl_module_info.c \
    293 	dwfl_getmodules.c dwfl_getdwarf.c dwfl_module_getdwarf.c \
    294 	dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
    295 	find-debuginfo.c dwfl_build_id_find_elf.c \
    296 	dwfl_build_id_find_debuginfo.c linux-kernel-modules.c \
    297 	linux-proc-maps.c dwfl_addrmodule.c dwfl_addrdwarf.c cu.c \
    298 	dwfl_module_nextcu.c dwfl_nextcu.c dwfl_cumodule.c \
    299 	dwfl_module_addrdie.c dwfl_addrdie.c lines.c dwfl_lineinfo.c \
    300 	dwfl_line_comp_dir.c dwfl_linemodule.c dwfl_linecu.c \
    301 	dwfl_dwarf_line.c dwfl_getsrclines.c dwfl_onesrcline.c \
    302 	dwfl_module_getsrc.c dwfl_getsrc.c dwfl_module_getsrc_file.c \
    303 	libdwfl_crc32.c libdwfl_crc32_file.c elf-from-memory.c \
    304 	dwfl_module_dwarf_cfi.c dwfl_module_eh_cfi.c \
    305 	dwfl_module_getsym.c dwfl_module_addrname.c \
    306 	dwfl_module_addrsym.c dwfl_module_return_value_location.c \
    307 	dwfl_module_register_names.c dwfl_segment_report_module.c \
    308 	link_map.c core-file.c open.c image-header.c $(am__append_3) \
    309 	$(am__append_4) $(am__append_5)
    310 @MUDFLAP_FALSE@libdwfl = $(libdw)
    311 @MUDFLAP_TRUE@libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu)
    312 @MUDFLAP_FALSE@libdw = ../libdw/libdw.so
    313 @MUDFLAP_TRUE@libdw = ../libdw/libdw.a
    314 @MUDFLAP_FALSE@libelf = ../libelf/libelf.so
    315 @MUDFLAP_TRUE@libelf = ../libelf/libelf.a
    316 libebl = ../libebl/libebl.a
    317 libeu = ../lib/libeu.a
    318 @MUDFLAP_FALSE@libdwfl_pic_a_SOURCES = 
    319 @MUDFLAP_FALSE@am_libdwfl_pic_a_OBJECTS = $(libdwfl_a_SOURCES:.c=.os)
    320 noinst_HEADERS = libdwflP.h
    321 all: all-am
    322 
    323 .SUFFIXES:
    324 .SUFFIXES: .c .o .obj
    325 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
    326 	@for dep in $?; do \
    327 	  case '$(am__configure_deps)' in \
    328 	    *$$dep*) \
    329 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    330 	        && { if test -f $@; then exit 0; else break; fi; }; \
    331 	      exit 1;; \
    332 	  esac; \
    333 	done; \
    334 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits libdwfl/Makefile'; \
    335 	$(am__cd) $(top_srcdir) && \
    336 	  $(AUTOMAKE) --gnits libdwfl/Makefile
    337 .PRECIOUS: Makefile
    338 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    339 	@case '$?' in \
    340 	  *config.status*) \
    341 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    342 	  *) \
    343 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    344 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    345 	esac;
    346 
    347 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    348 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    349 
    350 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    351 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    352 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    353 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    354 $(am__aclocal_m4_deps):
    355 
    356 clean-noinstLIBRARIES:
    357 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    358 libdwfl.a: $(libdwfl_a_OBJECTS) $(libdwfl_a_DEPENDENCIES) 
    359 	-rm -f libdwfl.a
    360 	$(libdwfl_a_AR) libdwfl.a $(libdwfl_a_OBJECTS) $(libdwfl_a_LIBADD)
    361 	$(RANLIB) libdwfl.a
    362 libdwfl_pic.a: $(libdwfl_pic_a_OBJECTS) $(libdwfl_pic_a_DEPENDENCIES) 
    363 	-rm -f libdwfl_pic.a
    364 	$(libdwfl_pic_a_AR) libdwfl_pic.a $(libdwfl_pic_a_OBJECTS) $(libdwfl_pic_a_LIBADD)
    365 	$(RANLIB) libdwfl_pic.a
    366 
    367 mostlyclean-compile:
    368 	-rm -f *.$(OBJEXT)
    369 
    370 distclean-compile:
    371 	-rm -f *.tab.c
    372 
    373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-std.Po@am__quote@
    374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bzip2.Po@am__quote@
    375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core-file.Po@am__quote@
    376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cu.Po@am__quote@
    377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/derelocate.Po@am__quote@
    378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_addrdie.Po@am__quote@
    379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_addrdwarf.Po@am__quote@
    380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_addrmodule.Po@am__quote@
    381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_begin.Po@am__quote@
    382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_build_id_find_debuginfo.Po@am__quote@
    383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_build_id_find_elf.Po@am__quote@
    384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_cumodule.Po@am__quote@
    385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_dwarf_line.Po@am__quote@
    386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_end.Po@am__quote@
    387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_error.Po@am__quote@
    388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_getdwarf.Po@am__quote@
    389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_getmodules.Po@am__quote@
    390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_getsrc.Po@am__quote@
    391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_getsrclines.Po@am__quote@
    392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_line_comp_dir.Po@am__quote@
    393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_linecu.Po@am__quote@
    394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_lineinfo.Po@am__quote@
    395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_linemodule.Po@am__quote@
    396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module.Po@am__quote@
    397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_addrdie.Po@am__quote@
    398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_addrname.Po@am__quote@
    399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_addrsym.Po@am__quote@
    400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_build_id.Po@am__quote@
    401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_dwarf_cfi.Po@am__quote@
    402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_eh_cfi.Po@am__quote@
    403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getdwarf.Po@am__quote@
    404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getelf.Po@am__quote@
    405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getsrc.Po@am__quote@
    406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getsrc_file.Po@am__quote@
    407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getsym.Po@am__quote@
    408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_info.Po@am__quote@
    409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_nextcu.Po@am__quote@
    410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_register_names.Po@am__quote@
    411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_report_build_id.Po@am__quote@
    412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_return_value_location.Po@am__quote@
    413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_nextcu.Po@am__quote@
    414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_onesrcline.Po@am__quote@
    415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_report_elf.Po@am__quote@
    416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_segment_report_module.Po@am__quote@
    417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_validate_address.Po@am__quote@
    418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_version.Po@am__quote@
    419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-from-memory.Po@am__quote@
    420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find-debuginfo.Po@am__quote@
    421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip.Po@am__quote@
    422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image-header.Po@am__quote@
    423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdwfl_crc32.Po@am__quote@
    424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdwfl_crc32_file.Po@am__quote@
    425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lines.Po@am__quote@
    426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link_map.Po@am__quote@
    427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linux-kernel-modules.Po@am__quote@
    428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linux-proc-maps.Po@am__quote@
    429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzma.Po@am__quote@
    430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/offline.Po@am__quote@
    431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Po@am__quote@
    432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relocate.Po@am__quote@
    433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/segment.Po@am__quote@
    434 
    435 .c.o:
    436 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    437 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    438 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    439 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    440 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    441 
    442 .c.obj:
    443 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    444 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    445 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    446 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    447 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    448 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
    449 	@$(NORMAL_INSTALL)
    450 	test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
    451 	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
    452 	for p in $$list; do \
    453 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    454 	  echo "$$d$$p"; \
    455 	done | $(am__base_list) | \
    456 	while read files; do \
    457 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
    458 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
    459 	done
    460 
    461 uninstall-pkgincludeHEADERS:
    462 	@$(NORMAL_UNINSTALL)
    463 	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
    464 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    465 	test -n "$$files" || exit 0; \
    466 	echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
    467 	cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
    468 
    469 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    470 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    471 	unique=`for i in $$list; do \
    472 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    473 	  done | \
    474 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    475 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    476 	mkid -fID $$unique
    477 tags: TAGS
    478 
    479 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    480 		$(TAGS_FILES) $(LISP)
    481 	set x; \
    482 	here=`pwd`; \
    483 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    484 	unique=`for i in $$list; do \
    485 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    486 	  done | \
    487 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    488 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    489 	shift; \
    490 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    491 	  test -n "$$unique" || unique=$$empty_fix; \
    492 	  if test $$# -gt 0; then \
    493 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    494 	      "$$@" $$unique; \
    495 	  else \
    496 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    497 	      $$unique; \
    498 	  fi; \
    499 	fi
    500 ctags: CTAGS
    501 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    502 		$(TAGS_FILES) $(LISP)
    503 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    504 	unique=`for i in $$list; do \
    505 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    506 	  done | \
    507 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    508 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    509 	test -z "$(CTAGS_ARGS)$$unique" \
    510 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    511 	     $$unique
    512 
    513 GTAGS:
    514 	here=`$(am__cd) $(top_builddir) && pwd` \
    515 	  && $(am__cd) $(top_srcdir) \
    516 	  && gtags -i $(GTAGS_ARGS) "$$here"
    517 
    518 distclean-tags:
    519 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    520 
    521 distdir: $(DISTFILES)
    522 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    523 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    524 	list='$(DISTFILES)'; \
    525 	  dist_files=`for file in $$list; do echo $$file; done | \
    526 	  sed -e "s|^$$srcdirstrip/||;t" \
    527 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    528 	case $$dist_files in \
    529 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    530 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    531 			   sort -u` ;; \
    532 	esac; \
    533 	for file in $$dist_files; do \
    534 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    535 	  if test -d $$d/$$file; then \
    536 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    537 	    if test -d "$(distdir)/$$file"; then \
    538 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    539 	    fi; \
    540 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    541 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    542 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    543 	    fi; \
    544 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    545 	  else \
    546 	    test -f "$(distdir)/$$file" \
    547 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    548 	    || exit 1; \
    549 	  fi; \
    550 	done
    551 check-am: all-am
    552 check: check-am
    553 all-am: Makefile $(LIBRARIES) $(HEADERS)
    554 installdirs:
    555 	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
    556 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    557 	done
    558 install: install-am
    559 install-exec: install-exec-am
    560 install-data: install-data-am
    561 uninstall: uninstall-am
    562 
    563 install-am: all-am
    564 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    565 
    566 installcheck: installcheck-am
    567 install-strip:
    568 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    569 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    570 	  `test -z '$(STRIP)' || \
    571 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    572 mostlyclean-generic:
    573 
    574 clean-generic:
    575 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    576 
    577 distclean-generic:
    578 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    579 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    580 
    581 maintainer-clean-generic:
    582 	@echo "This command is intended for maintainers to use"
    583 	@echo "it deletes files that may require special tools to rebuild."
    584 clean: clean-am
    585 
    586 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
    587 
    588 distclean: distclean-am
    589 	-rm -rf ./$(DEPDIR)
    590 	-rm -f Makefile
    591 distclean-am: clean-am distclean-compile distclean-generic \
    592 	distclean-tags
    593 
    594 dvi: dvi-am
    595 
    596 dvi-am:
    597 
    598 html: html-am
    599 
    600 html-am:
    601 
    602 info: info-am
    603 
    604 info-am:
    605 
    606 install-data-am: install-pkgincludeHEADERS
    607 
    608 install-dvi: install-dvi-am
    609 
    610 install-dvi-am:
    611 
    612 install-exec-am:
    613 
    614 install-html: install-html-am
    615 
    616 install-html-am:
    617 
    618 install-info: install-info-am
    619 
    620 install-info-am:
    621 
    622 install-man:
    623 
    624 install-pdf: install-pdf-am
    625 
    626 install-pdf-am:
    627 
    628 install-ps: install-ps-am
    629 
    630 install-ps-am:
    631 
    632 installcheck-am:
    633 
    634 maintainer-clean: maintainer-clean-am
    635 	-rm -rf ./$(DEPDIR)
    636 	-rm -f Makefile
    637 maintainer-clean-am: distclean-am maintainer-clean-generic
    638 
    639 mostlyclean: mostlyclean-am
    640 
    641 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    642 
    643 pdf: pdf-am
    644 
    645 pdf-am:
    646 
    647 ps: ps-am
    648 
    649 ps-am:
    650 
    651 uninstall-am: uninstall-pkgincludeHEADERS
    652 
    653 .MAKE: install-am install-strip
    654 
    655 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
    656 	clean-noinstLIBRARIES ctags distclean distclean-compile \
    657 	distclean-generic distclean-tags distdir dvi dvi-am html \
    658 	html-am info info-am install install-am install-data \
    659 	install-data-am install-dvi install-dvi-am install-exec \
    660 	install-exec-am install-html install-html-am install-info \
    661 	install-info-am install-man install-pdf install-pdf-am \
    662 	install-pkgincludeHEADERS install-ps install-ps-am \
    663 	install-strip installcheck installcheck-am installdirs \
    664 	maintainer-clean maintainer-clean-generic mostlyclean \
    665 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
    666 	tags uninstall uninstall-am uninstall-pkgincludeHEADERS
    667 
    668 
    669 %.os: %.c %.o
    670 @AMDEP_TRUE@	if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
    671 @AMDEP_TRUE@	  -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
    672 @AMDEP_TRUE@	then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
    673 @AMDEP_TRUE@	     rm -f "$(DEPDIR)/$*.Tpo"; \
    674 @AMDEP_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    675 @AMDEP_TRUE@	fi
    676 @AMDEP_FALSE@	$(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
    677 
    678 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    679 # Otherwise a system limit (for SysV at least) may be exceeded.
    680 .NOEXPORT:
    681