1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# libdwelf/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17
18
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__make_running_with_option = \
21  case $${target_option-} in \
22      ?) ;; \
23      *) echo "am__make_running_with_option: internal error: invalid" \
24              "target option '$${target_option-}' specified" >&2; \
25         exit 1;; \
26  esac; \
27  has_opt=no; \
28  sane_makeflags=$$MAKEFLAGS; \
29  if $(am__is_gnu_make); then \
30    sane_makeflags=$$MFLAGS; \
31  else \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37    esac; \
38  fi; \
39  skip_next=no; \
40  strip_trailopt () \
41  { \
42    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43  }; \
44  for flg in $$sane_makeflags; do \
45    test $$skip_next = yes && { skip_next=no; continue; }; \
46    case $$flg in \
47      *=*|--*) continue;; \
48        -*I) strip_trailopt 'I'; skip_next=yes;; \
49      -*I?*) strip_trailopt 'I';; \
50        -*O) strip_trailopt 'O'; skip_next=yes;; \
51      -*O?*) strip_trailopt 'O';; \
52        -*l) strip_trailopt 'l'; skip_next=yes;; \
53      -*l?*) strip_trailopt 'l';; \
54      -[dEDm]) skip_next=yes;; \
55      -[JT]) skip_next=yes;; \
56    esac; \
57    case $$flg in \
58      *$$target_option*) has_opt=yes; break;; \
59    esac; \
60  done; \
61  test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/elfutils
65pkgincludedir = $(includedir)/elfutils
66pkglibdir = $(libdir)/elfutils
67pkglibexecdir = $(libexecdir)/elfutils
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = x86_64-unknown-linux-gnu
81host_triplet = x86_64-unknown-linux-gnu
82DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \
83	$(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \
84	$(noinst_HEADERS) $(pkginclude_HEADERS) ChangeLog
85subdir = libdwelf
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
88	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
89	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
90	$(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = $(top_builddir)/config.h
95CONFIG_CLEAN_FILES =
96CONFIG_CLEAN_VPATH_FILES =
97LIBRARIES = $(noinst_LIBRARIES)
98ARFLAGS = cru
99AM_V_AR = $(am__v_AR_$(V))
100am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
101am__v_AR_0 = @echo "  AR      " $@;
102am__v_AR_1 = 
103libdwelf_a_AR = $(AR) $(ARFLAGS)
104libdwelf_a_LIBADD =
105am_libdwelf_a_OBJECTS = dwelf_elf_gnu_debuglink.$(OBJEXT) \
106	dwelf_dwarf_gnu_debugaltlink.$(OBJEXT) \
107	dwelf_elf_gnu_build_id.$(OBJEXT)
108libdwelf_a_OBJECTS = $(am_libdwelf_a_OBJECTS)
109libdwelf_pic_a_AR = $(AR) $(ARFLAGS)
110libdwelf_pic_a_LIBADD =
111libdwelf_pic_a_OBJECTS = $(am_libdwelf_pic_a_OBJECTS)
112AM_V_P = $(am__v_P_$(V))
113am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_$(V))
117am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
118am__v_GEN_0 = @echo "  GEN     " $@;
119am__v_GEN_1 = 
120AM_V_at = $(am__v_at_$(V))
121am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
122am__v_at_0 = @
123am__v_at_1 = 
124DEFAULT_INCLUDES = -I. -I$(top_builddir)
125depcomp = $(SHELL) $(top_srcdir)/config/depcomp
126am__depfiles_maybe = depfiles
127am__mv = mv -f
128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130AM_V_CC = $(am__v_CC_$(V))
131am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
132am__v_CC_0 = @echo "  CC      " $@;
133am__v_CC_1 = 
134CCLD = $(CC)
135LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136AM_V_CCLD = $(am__v_CCLD_$(V))
137am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
138am__v_CCLD_0 = @echo "  CCLD    " $@;
139am__v_CCLD_1 = 
140SOURCES = $(libdwelf_a_SOURCES) $(libdwelf_pic_a_SOURCES)
141DIST_SOURCES = $(libdwelf_a_SOURCES) $(libdwelf_pic_a_SOURCES)
142am__can_run_installinfo = \
143  case $$AM_UPDATE_INFO_DIR in \
144    n|no|NO) false;; \
145    *) (install-info --version) >/dev/null 2>&1;; \
146  esac
147am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
148am__vpath_adj = case $$p in \
149    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
150    *) f=$$p;; \
151  esac;
152am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
153am__install_max = 40
154am__nobase_strip_setup = \
155  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
156am__nobase_strip = \
157  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
158am__nobase_list = $(am__nobase_strip_setup); \
159  for p in $$list; do echo "$$p $$p"; done | \
160  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
161  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
162    if (++n[$$2] == $(am__install_max)) \
163      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
164    END { for (dir in files) print dir, files[dir] }'
165am__base_list = \
166  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
167  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
168am__uninstall_files_from_dir = { \
169  test -z "$$files" \
170    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
171    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
172         $(am__cd) "$$dir" && rm -f $$files; }; \
173  }
174am__installdirs = "$(DESTDIR)$(pkgincludedir)"
175HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
176am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177# Read a list of newline-separated strings from the standard input,
178# and print each of them once, without duplicates.  Input order is
179# *not* preserved.
180am__uniquify_input = $(AWK) '\
181  BEGIN { nonempty = 0; } \
182  { items[$$0] = 1; nonempty = 1; } \
183  END { if (nonempty) { for (i in items) print i; }; } \
184'
185# Make sure the list of sources is unique.  This is necessary because,
186# e.g., the same source file might be shared among _SOURCES variables
187# for different programs/libraries.
188am__define_uniq_tagged_files = \
189  list='$(am__tagged_files)'; \
190  unique=`for i in $$list; do \
191    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192  done | $(am__uniquify_input)`
193ETAGS = etags
194CTAGS = ctags
195DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
197AMTAR = $${TAR-tar}
198AM_DEFAULT_VERBOSITY = 1
199AR = ar
200AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
201AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
202AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
203AWK = gawk
204CC = gcc
205CCDEPMODE = depmode=gcc3
206CC_BIARCH = gcc -m32
207CFLAGS = -g -O2
208CPP = gcc -E
209CPPFLAGS = 
210CYGPATH_W = echo
211DEBUGPRED = 0
212DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
213DEPDIR = .deps
214ECHO_C = 
215ECHO_N = -n
216ECHO_T = 
217EGREP = /bin/grep -E
218EXEEXT = 
219GETTEXT_MACRO_VERSION = 0.18
220GMSGFMT = /usr/bin/msgfmt
221GMSGFMT_015 = /usr/bin/msgfmt
222GREP = /bin/grep
223HAVE_VALGRIND = 
224INSTALL = /usr/bin/install -c
225INSTALL_DATA = ${INSTALL} -m 644
226INSTALL_PROGRAM = ${INSTALL}
227INSTALL_SCRIPT = ${INSTALL}
228INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
229LDFLAGS = 
230LEX = flex
231LEXLIB = -lfl
232LEX_OUTPUT_ROOT = lex.yy
233LIBEBL_SUBDIR = elfutils
234LIBOBJS = 
235LIBS = 
236LTLIBOBJS = 
237MAINT = #
238MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
239MKDIR_P = /bin/mkdir -p
240MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
241MSGFMT = /usr/bin/msgfmt
242MSGFMT_015 = /usr/bin/msgfmt
243MSGMERGE = /usr/bin/msgmerge
244NM = nm
245OBJEXT = o
246PACKAGE = elfutils
247PACKAGE_BUGREPORT = https://bugzilla.redhat.com/
248PACKAGE_NAME = elfutils
249PACKAGE_STRING = elfutils 0.161
250PACKAGE_TARNAME = elfutils
251PACKAGE_URL = 
252PACKAGE_VERSION = 0.161
253PATH_SEPARATOR = :
254RANLIB = ranlib
255READELF = readelf
256SET_MAKE = 
257SHELL = /bin/sh
258STRIP = 
259USE_NLS = yes
260VERSION = 1
261XGETTEXT = /usr/bin/xgettext
262XGETTEXT_015 = /usr/bin/xgettext
263XGETTEXT_EXTRA_OPTIONS = 
264YACC = bison -y
265YFLAGS = 
266abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/libdwelf
267abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/libdwelf
268abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
269abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
270ac_ct_AR = ar
271ac_ct_CC = gcc
272am__include = include
273am__leading_dot = .
274am__quote = 
275am__tar = $${TAR-tar} chof - "$$tardir"
276am__untar = $${TAR-tar} xf -
277base_cpu = none
278bindir = ${exec_prefix}/bin
279build = x86_64-unknown-linux-gnu
280build_alias = 
281build_cpu = x86_64
282build_os = linux-gnu
283build_vendor = unknown
284builddir = .
285datadir = ${datarootdir}
286datarootdir = ${prefix}/share
287docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
288dvidir = ${docdir}
289eu_version = 161
290exec_prefix = ${prefix}
291host = x86_64-unknown-linux-gnu
292host_alias = 
293host_cpu = x86_64
294host_os = linux-gnu
295host_vendor = unknown
296htmldir = ${docdir}
297includedir = ${prefix}/include
298infodir = ${datarootdir}/info
299install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
300libdir = ${exec_prefix}/lib
301libexecdir = ${exec_prefix}/libexec
302localedir = ${datarootdir}/locale
303localstatedir = ${prefix}/var
304mandir = ${datarootdir}/man
305mkdir_p = $(MKDIR_P)
306oldincludedir = /usr/include
307pdfdir = ${docdir}
308prefix = /usr/local
309program_transform_name = s,x,x,
310psdir = ${docdir}
311sbindir = ${exec_prefix}/sbin
312sharedstatedir = ${prefix}/com
313srcdir = .
314sysconfdir = ${prefix}/etc
315target_alias = 
316top_build_prefix = ../
317top_builddir = ..
318top_srcdir = ..
319zip_LIBS = -lz 
320AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
321	-I$(srcdir)/../libelf -I$(srcdir)/../libdw \
322	-I$(srcdir)/../libdwfl -I$(srcdir)/../libebl
323AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
324	    $(if $($(*F)_no_Werror),,-Werror) \
325	    $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
326	    $($(*F)_CFLAGS)
327
328COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
329CLEANFILES = *.gcno *.gcda $(am_libdwelf_pic_a_OBJECTS)
330textrel_msg = echo "WARNING: TEXTREL found in '$@'"
331#textrel_found = $(textrel_msg)
332textrel_found = $(textrel_msg); exit 1
333textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
334noinst_LIBRARIES = libdwelf.a libdwelf_pic.a
335pkginclude_HEADERS = libdwelf.h
336noinst_HEADERS = libdwelfP.h
337libdwelf_a_SOURCES = dwelf_elf_gnu_debuglink.c dwelf_dwarf_gnu_debugaltlink.c \
338	dwelf_elf_gnu_build_id.c
339
340libdwelf = $(libdw)
341libdw = ../libdw/libdw.so
342libelf = ../libelf/libelf.so
343libebl = ../libebl/libebl.a
344libeu = ../lib/libeu.a
345libdwelf_pic_a_SOURCES = 
346am_libdwelf_pic_a_OBJECTS = $(libdwelf_a_SOURCES:.c=.os)
347all: all-am
348
349.SUFFIXES:
350.SUFFIXES: .c .o .obj
351$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
352	@for dep in $?; do \
353	  case '$(am__configure_deps)' in \
354	    *$$dep*) \
355	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
356	        && { if test -f $@; then exit 0; else break; fi; }; \
357	      exit 1;; \
358	  esac; \
359	done; \
360	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits libdwelf/Makefile'; \
361	$(am__cd) $(top_srcdir) && \
362	  $(AUTOMAKE) --gnits libdwelf/Makefile
363.PRECIOUS: Makefile
364Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365	@case '$?' in \
366	  *config.status*) \
367	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
368	  *) \
369	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
370	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
371	esac;
372$(top_srcdir)/config/eu.am:
373
374$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376
377$(top_srcdir)/configure: # $(am__configure_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(am__aclocal_m4_deps):
382
383clean-noinstLIBRARIES:
384	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
385
386libdwelf.a: $(libdwelf_a_OBJECTS) $(libdwelf_a_DEPENDENCIES) $(EXTRA_libdwelf_a_DEPENDENCIES) 
387	$(AM_V_at)-rm -f libdwelf.a
388	$(AM_V_AR)$(libdwelf_a_AR) libdwelf.a $(libdwelf_a_OBJECTS) $(libdwelf_a_LIBADD)
389	$(AM_V_at)$(RANLIB) libdwelf.a
390
391libdwelf_pic.a: $(libdwelf_pic_a_OBJECTS) $(libdwelf_pic_a_DEPENDENCIES) $(EXTRA_libdwelf_pic_a_DEPENDENCIES) 
392	$(AM_V_at)-rm -f libdwelf_pic.a
393	$(AM_V_AR)$(libdwelf_pic_a_AR) libdwelf_pic.a $(libdwelf_pic_a_OBJECTS) $(libdwelf_pic_a_LIBADD)
394	$(AM_V_at)$(RANLIB) libdwelf_pic.a
395
396mostlyclean-compile:
397	-rm -f *.$(OBJEXT)
398
399distclean-compile:
400	-rm -f *.tab.c
401
402include ./$(DEPDIR)/dwelf_dwarf_gnu_debugaltlink.Po
403include ./$(DEPDIR)/dwelf_elf_gnu_build_id.Po
404include ./$(DEPDIR)/dwelf_elf_gnu_debuglink.Po
405
406.c.o:
407	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
408	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409#	$(AM_V_CC)source='$<' object='$@' libtool=no \
410#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
411#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
412
413.c.obj:
414	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
415	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416#	$(AM_V_CC)source='$<' object='$@' libtool=no \
417#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
418#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
419install-pkgincludeHEADERS: $(pkginclude_HEADERS)
420	@$(NORMAL_INSTALL)
421	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
422	if test -n "$$list"; then \
423	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
424	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
425	fi; \
426	for p in $$list; do \
427	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
428	  echo "$$d$$p"; \
429	done | $(am__base_list) | \
430	while read files; do \
431	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
432	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
433	done
434
435uninstall-pkgincludeHEADERS:
436	@$(NORMAL_UNINSTALL)
437	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
438	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
439	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
440
441ID: $(am__tagged_files)
442	$(am__define_uniq_tagged_files); mkid -fID $$unique
443tags: tags-am
444TAGS: tags
445
446tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
447	set x; \
448	here=`pwd`; \
449	$(am__define_uniq_tagged_files); \
450	shift; \
451	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452	  test -n "$$unique" || unique=$$empty_fix; \
453	  if test $$# -gt 0; then \
454	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455	      "$$@" $$unique; \
456	  else \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      $$unique; \
459	  fi; \
460	fi
461ctags: ctags-am
462
463CTAGS: ctags
464ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
465	$(am__define_uniq_tagged_files); \
466	test -z "$(CTAGS_ARGS)$$unique" \
467	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468	     $$unique
469
470GTAGS:
471	here=`$(am__cd) $(top_builddir) && pwd` \
472	  && $(am__cd) $(top_srcdir) \
473	  && gtags -i $(GTAGS_ARGS) "$$here"
474cscopelist: cscopelist-am
475
476cscopelist-am: $(am__tagged_files)
477	list='$(am__tagged_files)'; \
478	case "$(srcdir)" in \
479	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
480	  *) sdir=$(subdir)/$(srcdir) ;; \
481	esac; \
482	for i in $$list; do \
483	  if test -f "$$i"; then \
484	    echo "$(subdir)/$$i"; \
485	  else \
486	    echo "$$sdir/$$i"; \
487	  fi; \
488	done >> $(top_builddir)/cscope.files
489
490distclean-tags:
491	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
492
493distdir: $(DISTFILES)
494	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496	list='$(DISTFILES)'; \
497	  dist_files=`for file in $$list; do echo $$file; done | \
498	  sed -e "s|^$$srcdirstrip/||;t" \
499	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
500	case $$dist_files in \
501	  */*) $(MKDIR_P) `echo "$$dist_files" | \
502			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
503			   sort -u` ;; \
504	esac; \
505	for file in $$dist_files; do \
506	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
507	  if test -d $$d/$$file; then \
508	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
509	    if test -d "$(distdir)/$$file"; then \
510	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511	    fi; \
512	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
514	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515	    fi; \
516	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
517	  else \
518	    test -f "$(distdir)/$$file" \
519	    || cp -p $$d/$$file "$(distdir)/$$file" \
520	    || exit 1; \
521	  fi; \
522	done
523check-am: all-am
524check: check-am
525all-am: Makefile $(LIBRARIES) $(HEADERS)
526installdirs:
527	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
528	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
529	done
530install: install-am
531install-exec: install-exec-am
532install-data: install-data-am
533uninstall: uninstall-am
534
535install-am: all-am
536	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
538installcheck: installcheck-am
539install-strip:
540	if test -z '$(STRIP)'; then \
541	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543	      install; \
544	else \
545	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
548	fi
549mostlyclean-generic:
550
551clean-generic:
552	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
553
554distclean-generic:
555	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
557
558maintainer-clean-generic:
559	@echo "This command is intended for maintainers to use"
560	@echo "it deletes files that may require special tools to rebuild."
561clean: clean-am
562
563clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
564
565distclean: distclean-am
566	-rm -rf ./$(DEPDIR)
567	-rm -f Makefile
568distclean-am: clean-am distclean-compile distclean-generic \
569	distclean-tags
570
571dvi: dvi-am
572
573dvi-am:
574
575html: html-am
576
577html-am:
578
579info: info-am
580
581info-am:
582
583install-data-am: install-pkgincludeHEADERS
584
585install-dvi: install-dvi-am
586
587install-dvi-am:
588
589install-exec-am:
590
591install-html: install-html-am
592
593install-html-am:
594
595install-info: install-info-am
596
597install-info-am:
598
599install-man:
600
601install-pdf: install-pdf-am
602
603install-pdf-am:
604
605install-ps: install-ps-am
606
607install-ps-am:
608
609installcheck-am:
610
611maintainer-clean: maintainer-clean-am
612	-rm -rf ./$(DEPDIR)
613	-rm -f Makefile
614maintainer-clean-am: distclean-am maintainer-clean-generic
615
616mostlyclean: mostlyclean-am
617
618mostlyclean-am: mostlyclean-compile mostlyclean-generic
619
620pdf: pdf-am
621
622pdf-am:
623
624ps: ps-am
625
626ps-am:
627
628uninstall-am: uninstall-pkgincludeHEADERS
629
630.MAKE: install-am install-strip
631
632.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
633	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
634	distclean-compile distclean-generic distclean-tags distdir dvi \
635	dvi-am html html-am info info-am install install-am \
636	install-data install-data-am install-dvi install-dvi-am \
637	install-exec install-exec-am install-html install-html-am \
638	install-info install-info-am install-man install-pdf \
639	install-pdf-am install-pkgincludeHEADERS install-ps \
640	install-ps-am install-strip installcheck installcheck-am \
641	installdirs maintainer-clean maintainer-clean-generic \
642	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
643	ps ps-am tags tags-am uninstall uninstall-am \
644	uninstall-pkgincludeHEADERS
645
646
647%.os: %.c %.o
648	if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
649	  -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
650	then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
651	     rm -f "$(DEPDIR)/$*.Tpo"; \
652	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
653	fi
654#	$(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
655
656# Tell versions [3.59,3.63) of GNU make to not export all variables.
657# Otherwise a system limit (for SysV at least) may be exceeded.
658.NOEXPORT:
659