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