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