Imported Upstream version 0.155
[platform/upstream/elfutils.git] / libdwfl / Makefile.in
1 # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6 # Foundation, 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__uninstall_files_from_dir = { \
154   test -z "$$files" \
155     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157          $(am__cd) "$$dir" && rm -f $$files; }; \
158   }
159 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
160 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
161 ETAGS = etags
162 CTAGS = ctags
163 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164 ACLOCAL = @ACLOCAL@
165 AMTAR = @AMTAR@
166 AUTOCONF = @AUTOCONF@
167 AUTOHEADER = @AUTOHEADER@
168 AUTOMAKE = @AUTOMAKE@
169 AWK = @AWK@
170 CC = @CC@
171 CCDEPMODE = @CCDEPMODE@
172 CFLAGS = @CFLAGS@
173 CPPFLAGS = @CPPFLAGS@
174 CYGPATH_W = @CYGPATH_W@
175 DEBUGPRED = @DEBUGPRED@
176 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
177 DEPDIR = @DEPDIR@
178 ECHO_C = @ECHO_C@
179 ECHO_N = @ECHO_N@
180 ECHO_T = @ECHO_T@
181 EXEEXT = @EXEEXT@
182 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
183 GMSGFMT = @GMSGFMT@
184 GMSGFMT_015 = @GMSGFMT_015@
185 INSTALL = @INSTALL@
186 INSTALL_DATA = @INSTALL_DATA@
187 INSTALL_PROGRAM = @INSTALL_PROGRAM@
188 INSTALL_SCRIPT = @INSTALL_SCRIPT@
189 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190 LDFLAGS = @LDFLAGS@
191 LEX = @LEX@
192 LEXLIB = @LEXLIB@
193 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
194 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
195 LIBOBJS = @LIBOBJS@
196 LIBS = @LIBS@
197 LTLIBOBJS = @LTLIBOBJS@
198 MAINT = @MAINT@
199 MAKEINFO = @MAKEINFO@
200 MKDIR_P = @MKDIR_P@
201 MODVERSION = @MODVERSION@
202 MSGFMT = @MSGFMT@
203 MSGFMT_015 = @MSGFMT_015@
204 MSGMERGE = @MSGMERGE@
205 OBJEXT = @OBJEXT@
206 PACKAGE = @PACKAGE@
207 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208 PACKAGE_NAME = @PACKAGE_NAME@
209 PACKAGE_STRING = @PACKAGE_STRING@
210 PACKAGE_TARNAME = @PACKAGE_TARNAME@
211 PACKAGE_URL = @PACKAGE_URL@
212 PACKAGE_VERSION = @PACKAGE_VERSION@
213 PATH_SEPARATOR = @PATH_SEPARATOR@
214 RANLIB = @RANLIB@
215 SET_MAKE = @SET_MAKE@
216 SHELL = @SHELL@
217 STRIP = @STRIP@
218 USE_NLS = @USE_NLS@
219 VERSION = 1
220 XGETTEXT = @XGETTEXT@
221 XGETTEXT_015 = @XGETTEXT_015@
222 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
223 YACC = @YACC@
224 YFLAGS = @YFLAGS@
225 abs_builddir = @abs_builddir@
226 abs_srcdir = @abs_srcdir@
227 abs_top_builddir = @abs_top_builddir@
228 abs_top_srcdir = @abs_top_srcdir@
229 ac_ct_CC = @ac_ct_CC@
230 am__include = @am__include@
231 am__leading_dot = @am__leading_dot@
232 am__quote = @am__quote@
233 am__tar = @am__tar@
234 am__untar = @am__untar@
235 base_cpu = @base_cpu@
236 bindir = @bindir@
237 build = @build@
238 build_alias = @build_alias@
239 build_cpu = @build_cpu@
240 build_os = @build_os@
241 build_vendor = @build_vendor@
242 builddir = @builddir@
243 datadir = @datadir@
244 datarootdir = @datarootdir@
245 docdir = @docdir@
246 dvidir = @dvidir@
247 eu_version = @eu_version@
248 exec_prefix = @exec_prefix@
249 host = @host@
250 host_alias = @host_alias@
251 host_cpu = @host_cpu@
252 host_os = @host_os@
253 host_vendor = @host_vendor@
254 htmldir = @htmldir@
255 includedir = @includedir@
256 infodir = @infodir@
257 install_sh = @install_sh@
258 libdir = @libdir@
259 libexecdir = @libexecdir@
260 localedir = @localedir@
261 localstatedir = @localstatedir@
262 mandir = @mandir@
263 mkdir_p = @mkdir_p@
264 oldincludedir = @oldincludedir@
265 pdfdir = @pdfdir@
266 prefix = @prefix@
267 program_transform_name = @program_transform_name@
268 psdir = @psdir@
269 sbindir = @sbindir@
270 sharedstatedir = @sharedstatedir@
271 srcdir = @srcdir@
272 sysconfdir = @sysconfdir@
273 target_alias = @target_alias@
274 top_build_prefix = @top_build_prefix@
275 top_builddir = @top_builddir@
276 top_srcdir = @top_srcdir@
277 zip_LIBS = @zip_LIBS@
278 INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. -I$(srcdir) \
279         -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
280         -I$(srcdir)/../libdw
281 AM_CFLAGS = -std=gnu99 -Wall -Wshadow $(if \
282         $($(*F)_no_Werror),,-Werror) $(if \
283         $($(*F)_no_Wunused),,-Wunused -Wextra) $(if \
284         $($(*F)_no_Wformat),-Wno-format,-Wformat=2) $($(*F)_CFLAGS) \
285         $(am__append_1)
286 @MUDFLAP_FALSE@libmudflap = 
287 @MUDFLAP_TRUE@libmudflap = -lmudflap
288 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage $(no_mudflap.os),\
289                           $(COMPILE))
290
291 CLEANFILES = *.gcno *.gcda $(am_libdwfl_pic_a_OBJECTS)
292 textrel_check = if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
293 noinst_LIBRARIES = libdwfl.a $(am__append_2)
294 pkginclude_HEADERS = libdwfl.h
295 libdwfl_a_SOURCES = dwfl_begin.c dwfl_end.c dwfl_error.c \
296         dwfl_version.c dwfl_module.c dwfl_report_elf.c relocate.c \
297         dwfl_module_build_id.c dwfl_module_report_build_id.c \
298         derelocate.c offline.c segment.c dwfl_module_info.c \
299         dwfl_getmodules.c dwfl_getdwarf.c dwfl_module_getdwarf.c \
300         dwfl_module_getelf.c dwfl_validate_address.c argp-std.c \
301         find-debuginfo.c dwfl_build_id_find_elf.c \
302         dwfl_build_id_find_debuginfo.c linux-kernel-modules.c \
303         linux-proc-maps.c dwfl_addrmodule.c dwfl_addrdwarf.c cu.c \
304         dwfl_module_nextcu.c dwfl_nextcu.c dwfl_cumodule.c \
305         dwfl_module_addrdie.c dwfl_addrdie.c lines.c dwfl_lineinfo.c \
306         dwfl_line_comp_dir.c dwfl_linemodule.c dwfl_linecu.c \
307         dwfl_dwarf_line.c dwfl_getsrclines.c dwfl_onesrcline.c \
308         dwfl_module_getsrc.c dwfl_getsrc.c dwfl_module_getsrc_file.c \
309         libdwfl_crc32.c libdwfl_crc32_file.c elf-from-memory.c \
310         dwfl_module_dwarf_cfi.c dwfl_module_eh_cfi.c \
311         dwfl_module_getsym.c dwfl_module_addrname.c \
312         dwfl_module_addrsym.c dwfl_module_return_value_location.c \
313         dwfl_module_register_names.c dwfl_segment_report_module.c \
314         link_map.c core-file.c open.c image-header.c $(am__append_3) \
315         $(am__append_4) $(am__append_5)
316 @MUDFLAP_FALSE@libdwfl = $(libdw)
317 @MUDFLAP_TRUE@libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu)
318 @MUDFLAP_FALSE@libdw = ../libdw/libdw.so
319 @MUDFLAP_TRUE@libdw = ../libdw/libdw.a
320 @MUDFLAP_FALSE@libelf = ../libelf/libelf.so
321 @MUDFLAP_TRUE@libelf = ../libelf/libelf.a
322 libebl = ../libebl/libebl.a
323 libeu = ../lib/libeu.a
324 @MUDFLAP_FALSE@libdwfl_pic_a_SOURCES = 
325 @MUDFLAP_FALSE@am_libdwfl_pic_a_OBJECTS = $(libdwfl_a_SOURCES:.c=.os)
326 noinst_HEADERS = libdwflP.h
327 all: all-am
328
329 .SUFFIXES:
330 .SUFFIXES: .c .o .obj
331 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
332         @for dep in $?; do \
333           case '$(am__configure_deps)' in \
334             *$$dep*) \
335               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
336                 && { if test -f $@; then exit 0; else break; fi; }; \
337               exit 1;; \
338           esac; \
339         done; \
340         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits libdwfl/Makefile'; \
341         $(am__cd) $(top_srcdir) && \
342           $(AUTOMAKE) --gnits libdwfl/Makefile
343 .PRECIOUS: Makefile
344 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
345         @case '$?' in \
346           *config.status*) \
347             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
348           *) \
349             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
350             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
351         esac;
352 $(top_srcdir)/config/eu.am:
353
354 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
355         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356
357 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
358         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
360         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361 $(am__aclocal_m4_deps):
362
363 clean-noinstLIBRARIES:
364         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
365 libdwfl.a: $(libdwfl_a_OBJECTS) $(libdwfl_a_DEPENDENCIES) $(EXTRA_libdwfl_a_DEPENDENCIES) 
366         -rm -f libdwfl.a
367         $(libdwfl_a_AR) libdwfl.a $(libdwfl_a_OBJECTS) $(libdwfl_a_LIBADD)
368         $(RANLIB) libdwfl.a
369 libdwfl_pic.a: $(libdwfl_pic_a_OBJECTS) $(libdwfl_pic_a_DEPENDENCIES) $(EXTRA_libdwfl_pic_a_DEPENDENCIES) 
370         -rm -f libdwfl_pic.a
371         $(libdwfl_pic_a_AR) libdwfl_pic.a $(libdwfl_pic_a_OBJECTS) $(libdwfl_pic_a_LIBADD)
372         $(RANLIB) libdwfl_pic.a
373
374 mostlyclean-compile:
375         -rm -f *.$(OBJEXT)
376
377 distclean-compile:
378         -rm -f *.tab.c
379
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-std.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bzip2.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core-file.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cu.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/derelocate.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_addrdie.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_addrdwarf.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_addrmodule.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_begin.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_build_id_find_debuginfo.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_build_id_find_elf.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_cumodule.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_dwarf_line.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_end.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_error.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_getdwarf.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_getmodules.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_getsrc.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_getsrclines.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_line_comp_dir.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_linecu.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_lineinfo.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_linemodule.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_addrdie.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_addrname.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_addrsym.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_build_id.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_dwarf_cfi.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_eh_cfi.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getdwarf.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getelf.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getsrc.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getsrc_file.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_getsym.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_info.Po@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_nextcu.Po@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_register_names.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_report_build_id.Po@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_module_return_value_location.Po@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_nextcu.Po@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_onesrcline.Po@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_report_elf.Po@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_segment_report_module.Po@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_validate_address.Po@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_version.Po@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-from-memory.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find-debuginfo.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image-header.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdwfl_crc32.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdwfl_crc32_file.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lines.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link_map.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linux-kernel-modules.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linux-proc-maps.Po@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzma.Po@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/offline.Po@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Po@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relocate.Po@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/segment.Po@am__quote@
441
442 .c.o:
443 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
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 $<
448
449 .c.obj:
450 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
451 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
453 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
455 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
456         @$(NORMAL_INSTALL)
457         test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
458         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
459         for p in $$list; do \
460           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
461           echo "$$d$$p"; \
462         done | $(am__base_list) | \
463         while read files; do \
464           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
465           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
466         done
467
468 uninstall-pkgincludeHEADERS:
469         @$(NORMAL_UNINSTALL)
470         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
471         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
472         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
473
474 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
475         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
476         unique=`for i in $$list; do \
477             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478           done | \
479           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
480               END { if (nonempty) { for (i in files) print i; }; }'`; \
481         mkid -fID $$unique
482 tags: TAGS
483
484 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
485                 $(TAGS_FILES) $(LISP)
486         set x; \
487         here=`pwd`; \
488         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
489         unique=`for i in $$list; do \
490             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491           done | \
492           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493               END { if (nonempty) { for (i in files) print i; }; }'`; \
494         shift; \
495         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
496           test -n "$$unique" || unique=$$empty_fix; \
497           if test $$# -gt 0; then \
498             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499               "$$@" $$unique; \
500           else \
501             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502               $$unique; \
503           fi; \
504         fi
505 ctags: CTAGS
506 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
507                 $(TAGS_FILES) $(LISP)
508         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
509         unique=`for i in $$list; do \
510             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511           done | \
512           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513               END { if (nonempty) { for (i in files) print i; }; }'`; \
514         test -z "$(CTAGS_ARGS)$$unique" \
515           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
516              $$unique
517
518 GTAGS:
519         here=`$(am__cd) $(top_builddir) && pwd` \
520           && $(am__cd) $(top_srcdir) \
521           && gtags -i $(GTAGS_ARGS) "$$here"
522
523 distclean-tags:
524         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
525
526 distdir: $(DISTFILES)
527         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529         list='$(DISTFILES)'; \
530           dist_files=`for file in $$list; do echo $$file; done | \
531           sed -e "s|^$$srcdirstrip/||;t" \
532               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
533         case $$dist_files in \
534           */*) $(MKDIR_P) `echo "$$dist_files" | \
535                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
536                            sort -u` ;; \
537         esac; \
538         for file in $$dist_files; do \
539           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
540           if test -d $$d/$$file; then \
541             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
542             if test -d "$(distdir)/$$file"; then \
543               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544             fi; \
545             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
546               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
547               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548             fi; \
549             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
550           else \
551             test -f "$(distdir)/$$file" \
552             || cp -p $$d/$$file "$(distdir)/$$file" \
553             || exit 1; \
554           fi; \
555         done
556 check-am: all-am
557 check: check-am
558 all-am: Makefile $(LIBRARIES) $(HEADERS)
559 installdirs:
560         for dir in "$(DESTDIR)$(pkgincludedir)"; do \
561           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
562         done
563 install: install-am
564 install-exec: install-exec-am
565 install-data: install-data-am
566 uninstall: uninstall-am
567
568 install-am: all-am
569         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
570
571 installcheck: installcheck-am
572 install-strip:
573         if test -z '$(STRIP)'; then \
574           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576               install; \
577         else \
578           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
581         fi
582 mostlyclean-generic:
583
584 clean-generic:
585         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
586
587 distclean-generic:
588         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
589         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
590
591 maintainer-clean-generic:
592         @echo "This command is intended for maintainers to use"
593         @echo "it deletes files that may require special tools to rebuild."
594 clean: clean-am
595
596 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
597
598 distclean: distclean-am
599         -rm -rf ./$(DEPDIR)
600         -rm -f Makefile
601 distclean-am: clean-am distclean-compile distclean-generic \
602         distclean-tags
603
604 dvi: dvi-am
605
606 dvi-am:
607
608 html: html-am
609
610 html-am:
611
612 info: info-am
613
614 info-am:
615
616 install-data-am: install-pkgincludeHEADERS
617
618 install-dvi: install-dvi-am
619
620 install-dvi-am:
621
622 install-exec-am:
623
624 install-html: install-html-am
625
626 install-html-am:
627
628 install-info: install-info-am
629
630 install-info-am:
631
632 install-man:
633
634 install-pdf: install-pdf-am
635
636 install-pdf-am:
637
638 install-ps: install-ps-am
639
640 install-ps-am:
641
642 installcheck-am:
643
644 maintainer-clean: maintainer-clean-am
645         -rm -rf ./$(DEPDIR)
646         -rm -f Makefile
647 maintainer-clean-am: distclean-am maintainer-clean-generic
648
649 mostlyclean: mostlyclean-am
650
651 mostlyclean-am: mostlyclean-compile mostlyclean-generic
652
653 pdf: pdf-am
654
655 pdf-am:
656
657 ps: ps-am
658
659 ps-am:
660
661 uninstall-am: uninstall-pkgincludeHEADERS
662
663 .MAKE: install-am install-strip
664
665 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
666         clean-noinstLIBRARIES ctags distclean distclean-compile \
667         distclean-generic distclean-tags distdir dvi dvi-am html \
668         html-am info info-am install install-am install-data \
669         install-data-am install-dvi install-dvi-am install-exec \
670         install-exec-am install-html install-html-am install-info \
671         install-info-am install-man install-pdf install-pdf-am \
672         install-pkgincludeHEADERS install-ps install-ps-am \
673         install-strip installcheck installcheck-am installdirs \
674         maintainer-clean maintainer-clean-generic mostlyclean \
675         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
676         tags uninstall uninstall-am uninstall-pkgincludeHEADERS
677
678
679 %.os: %.c %.o
680 @AMDEP_TRUE@    if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
681 @AMDEP_TRUE@      -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
682 @AMDEP_TRUE@    then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
683 @AMDEP_TRUE@         rm -f "$(DEPDIR)/$*.Tpo"; \
684 @AMDEP_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
685 @AMDEP_TRUE@    fi
686 @AMDEP_FALSE@   $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
687
688 # Tell versions [3.59,3.63) of GNU make to not export all variables.
689 # Otherwise a system limit (for SysV at least) may be exceeded.
690 .NOEXPORT: