1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# lib/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) ChangeLog
85subdir = lib
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 = 
103libeu_a_AR = $(AR) $(ARFLAGS)
104libeu_a_LIBADD =
105am_libeu_a_OBJECTS = xstrdup.$(OBJEXT) xstrndup.$(OBJEXT) \
106	xmalloc.$(OBJEXT) next_prime.$(OBJEXT) crc32.$(OBJEXT) \
107	crc32_file.$(OBJEXT) md5.$(OBJEXT) sha1.$(OBJEXT) \
108	color.$(OBJEXT)
109libeu_a_OBJECTS = $(am_libeu_a_OBJECTS)
110AM_V_P = $(am__v_P_$(V))
111am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
112am__v_P_0 = false
113am__v_P_1 = :
114AM_V_GEN = $(am__v_GEN_$(V))
115am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
116am__v_GEN_0 = @echo "  GEN     " $@;
117am__v_GEN_1 = 
118AM_V_at = $(am__v_at_$(V))
119am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
120am__v_at_0 = @
121am__v_at_1 = 
122DEFAULT_INCLUDES = -I. -I$(top_builddir)
123depcomp = $(SHELL) $(top_srcdir)/config/depcomp
124am__depfiles_maybe = depfiles
125am__mv = mv -f
126COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128AM_V_CC = $(am__v_CC_$(V))
129am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
130am__v_CC_0 = @echo "  CC      " $@;
131am__v_CC_1 = 
132CCLD = $(CC)
133LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
134AM_V_CCLD = $(am__v_CCLD_$(V))
135am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
136am__v_CCLD_0 = @echo "  CCLD    " $@;
137am__v_CCLD_1 = 
138SOURCES = $(libeu_a_SOURCES)
139DIST_SOURCES = $(libeu_a_SOURCES)
140am__can_run_installinfo = \
141  case $$AM_UPDATE_INFO_DIR in \
142    n|no|NO) false;; \
143    *) (install-info --version) >/dev/null 2>&1;; \
144  esac
145HEADERS = $(noinst_HEADERS)
146am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147# Read a list of newline-separated strings from the standard input,
148# and print each of them once, without duplicates.  Input order is
149# *not* preserved.
150am__uniquify_input = $(AWK) '\
151  BEGIN { nonempty = 0; } \
152  { items[$$0] = 1; nonempty = 1; } \
153  END { if (nonempty) { for (i in items) print i; }; } \
154'
155# Make sure the list of sources is unique.  This is necessary because,
156# e.g., the same source file might be shared among _SOURCES variables
157# for different programs/libraries.
158am__define_uniq_tagged_files = \
159  list='$(am__tagged_files)'; \
160  unique=`for i in $$list; do \
161    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
162  done | $(am__uniquify_input)`
163ETAGS = etags
164CTAGS = ctags
165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
167AMTAR = $${TAR-tar}
168AM_DEFAULT_VERBOSITY = 1
169AR = ar
170AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
171AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
172AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
173AWK = gawk
174CC = gcc
175CCDEPMODE = depmode=gcc3
176CC_BIARCH = gcc -m32
177CFLAGS = -g -O2
178CPP = gcc -E
179CPPFLAGS = 
180CYGPATH_W = echo
181DEBUGPRED = 0
182DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
183DEPDIR = .deps
184ECHO_C = 
185ECHO_N = -n
186ECHO_T = 
187EGREP = /bin/grep -E
188EXEEXT = 
189GETTEXT_MACRO_VERSION = 0.18
190GMSGFMT = /usr/bin/msgfmt
191GMSGFMT_015 = /usr/bin/msgfmt
192GREP = /bin/grep
193HAVE_VALGRIND = 
194INSTALL = /usr/bin/install -c
195INSTALL_DATA = ${INSTALL} -m 644
196INSTALL_PROGRAM = ${INSTALL}
197INSTALL_SCRIPT = ${INSTALL}
198INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
199LDFLAGS = 
200LEX = flex
201LEXLIB = -lfl
202LEX_OUTPUT_ROOT = lex.yy
203LIBEBL_SUBDIR = elfutils
204LIBOBJS = 
205LIBS = 
206LTLIBOBJS = 
207MAINT = #
208MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
209MKDIR_P = /bin/mkdir -p
210MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
211MSGFMT = /usr/bin/msgfmt
212MSGFMT_015 = /usr/bin/msgfmt
213MSGMERGE = /usr/bin/msgmerge
214NM = nm
215OBJEXT = o
216PACKAGE = elfutils
217PACKAGE_BUGREPORT = https://bugzilla.redhat.com/
218PACKAGE_NAME = elfutils
219PACKAGE_STRING = elfutils 0.161
220PACKAGE_TARNAME = elfutils
221PACKAGE_URL = 
222PACKAGE_VERSION = 0.161
223PATH_SEPARATOR = :
224RANLIB = ranlib
225READELF = readelf
226SET_MAKE = 
227SHELL = /bin/sh
228STRIP = 
229USE_NLS = yes
230VERSION = 0.161
231XGETTEXT = /usr/bin/xgettext
232XGETTEXT_015 = /usr/bin/xgettext
233XGETTEXT_EXTRA_OPTIONS = 
234YACC = bison -y
235YFLAGS = 
236abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/lib
237abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/lib
238abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
239abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
240ac_ct_AR = ar
241ac_ct_CC = gcc
242am__include = include
243am__leading_dot = .
244am__quote = 
245am__tar = $${TAR-tar} chof - "$$tardir"
246am__untar = $${TAR-tar} xf -
247base_cpu = none
248bindir = ${exec_prefix}/bin
249build = x86_64-unknown-linux-gnu
250build_alias = 
251build_cpu = x86_64
252build_os = linux-gnu
253build_vendor = unknown
254builddir = .
255datadir = ${datarootdir}
256datarootdir = ${prefix}/share
257docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
258dvidir = ${docdir}
259eu_version = 161
260exec_prefix = ${prefix}
261host = x86_64-unknown-linux-gnu
262host_alias = 
263host_cpu = x86_64
264host_os = linux-gnu
265host_vendor = unknown
266htmldir = ${docdir}
267includedir = ${prefix}/include
268infodir = ${datarootdir}/info
269install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
270libdir = ${exec_prefix}/lib
271libexecdir = ${exec_prefix}/libexec
272localedir = ${datarootdir}/locale
273localstatedir = ${prefix}/var
274mandir = ${datarootdir}/man
275mkdir_p = $(MKDIR_P)
276oldincludedir = /usr/include
277pdfdir = ${docdir}
278prefix = /usr/local
279program_transform_name = s,x,x,
280psdir = ${docdir}
281sbindir = ${exec_prefix}/sbin
282sharedstatedir = ${prefix}/com
283srcdir = .
284sysconfdir = ${prefix}/etc
285target_alias = 
286top_build_prefix = ../
287top_builddir = ..
288top_srcdir = ..
289zip_LIBS = -lz 
290AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
291	-I$(srcdir)/../libelf
292AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 $(if \
293	$($(*F)_no_Werror),,-Werror) $(if \
294	$($(*F)_no_Wunused),,-Wunused -Wextra) $($(*F)_CFLAGS) -fpic
295COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
296CLEANFILES = *.gcno *.gcda
297textrel_msg = echo "WARNING: TEXTREL found in '$@'"
298#textrel_found = $(textrel_msg)
299textrel_found = $(textrel_msg); exit 1
300textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
301noinst_LIBRARIES = libeu.a
302libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
303		  crc32.c crc32_file.c md5.c sha1.c \
304		  color.c
305
306noinst_HEADERS = fixedsizehash.h system.h dynamicsizehash.h list.h md5.h \
307		 sha1.h eu-config.h
308
309EXTRA_DIST = dynamicsizehash.c
310xmalloc_CFLAGS = -ffunction-sections
311all: all-am
312
313.SUFFIXES:
314.SUFFIXES: .c .o .obj
315$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
316	@for dep in $?; do \
317	  case '$(am__configure_deps)' in \
318	    *$$dep*) \
319	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
320	        && { if test -f $@; then exit 0; else break; fi; }; \
321	      exit 1;; \
322	  esac; \
323	done; \
324	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
325	$(am__cd) $(top_srcdir) && \
326	  $(AUTOMAKE) --gnits lib/Makefile
327.PRECIOUS: Makefile
328Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
329	@case '$?' in \
330	  *config.status*) \
331	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
332	  *) \
333	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
334	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
335	esac;
336$(top_srcdir)/config/eu.am:
337
338$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
339	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
341$(top_srcdir)/configure: # $(am__configure_deps)
342	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345$(am__aclocal_m4_deps):
346
347clean-noinstLIBRARIES:
348	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
349
350libeu.a: $(libeu_a_OBJECTS) $(libeu_a_DEPENDENCIES) $(EXTRA_libeu_a_DEPENDENCIES) 
351	$(AM_V_at)-rm -f libeu.a
352	$(AM_V_AR)$(libeu_a_AR) libeu.a $(libeu_a_OBJECTS) $(libeu_a_LIBADD)
353	$(AM_V_at)$(RANLIB) libeu.a
354
355mostlyclean-compile:
356	-rm -f *.$(OBJEXT)
357
358distclean-compile:
359	-rm -f *.tab.c
360
361include ./$(DEPDIR)/color.Po
362include ./$(DEPDIR)/crc32.Po
363include ./$(DEPDIR)/crc32_file.Po
364include ./$(DEPDIR)/md5.Po
365include ./$(DEPDIR)/next_prime.Po
366include ./$(DEPDIR)/sha1.Po
367include ./$(DEPDIR)/xmalloc.Po
368include ./$(DEPDIR)/xstrdup.Po
369include ./$(DEPDIR)/xstrndup.Po
370
371.c.o:
372	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
373	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
374#	$(AM_V_CC)source='$<' object='$@' libtool=no \
375#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
376#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
377
378.c.obj:
379	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
380	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
381#	$(AM_V_CC)source='$<' object='$@' libtool=no \
382#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
383#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
384
385ID: $(am__tagged_files)
386	$(am__define_uniq_tagged_files); mkid -fID $$unique
387tags: tags-am
388TAGS: tags
389
390tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
391	set x; \
392	here=`pwd`; \
393	$(am__define_uniq_tagged_files); \
394	shift; \
395	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
396	  test -n "$$unique" || unique=$$empty_fix; \
397	  if test $$# -gt 0; then \
398	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399	      "$$@" $$unique; \
400	  else \
401	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402	      $$unique; \
403	  fi; \
404	fi
405ctags: ctags-am
406
407CTAGS: ctags
408ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
409	$(am__define_uniq_tagged_files); \
410	test -z "$(CTAGS_ARGS)$$unique" \
411	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412	     $$unique
413
414GTAGS:
415	here=`$(am__cd) $(top_builddir) && pwd` \
416	  && $(am__cd) $(top_srcdir) \
417	  && gtags -i $(GTAGS_ARGS) "$$here"
418cscopelist: cscopelist-am
419
420cscopelist-am: $(am__tagged_files)
421	list='$(am__tagged_files)'; \
422	case "$(srcdir)" in \
423	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
424	  *) sdir=$(subdir)/$(srcdir) ;; \
425	esac; \
426	for i in $$list; do \
427	  if test -f "$$i"; then \
428	    echo "$(subdir)/$$i"; \
429	  else \
430	    echo "$$sdir/$$i"; \
431	  fi; \
432	done >> $(top_builddir)/cscope.files
433
434distclean-tags:
435	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436
437distdir: $(DISTFILES)
438	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440	list='$(DISTFILES)'; \
441	  dist_files=`for file in $$list; do echo $$file; done | \
442	  sed -e "s|^$$srcdirstrip/||;t" \
443	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
444	case $$dist_files in \
445	  */*) $(MKDIR_P) `echo "$$dist_files" | \
446			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
447			   sort -u` ;; \
448	esac; \
449	for file in $$dist_files; do \
450	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
451	  if test -d $$d/$$file; then \
452	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
453	    if test -d "$(distdir)/$$file"; then \
454	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455	    fi; \
456	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
457	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
458	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459	    fi; \
460	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
461	  else \
462	    test -f "$(distdir)/$$file" \
463	    || cp -p $$d/$$file "$(distdir)/$$file" \
464	    || exit 1; \
465	  fi; \
466	done
467check-am: all-am
468check: check-am
469all-am: Makefile $(LIBRARIES) $(HEADERS)
470installdirs:
471install: install-am
472install-exec: install-exec-am
473install-data: install-data-am
474uninstall: uninstall-am
475
476install-am: all-am
477	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
479installcheck: installcheck-am
480install-strip:
481	if test -z '$(STRIP)'; then \
482	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484	      install; \
485	else \
486	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
489	fi
490mostlyclean-generic:
491
492clean-generic:
493	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
494
495distclean-generic:
496	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
497	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
498
499maintainer-clean-generic:
500	@echo "This command is intended for maintainers to use"
501	@echo "it deletes files that may require special tools to rebuild."
502clean: clean-am
503
504clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
505
506distclean: distclean-am
507	-rm -rf ./$(DEPDIR)
508	-rm -f Makefile
509distclean-am: clean-am distclean-compile distclean-generic \
510	distclean-tags
511
512dvi: dvi-am
513
514dvi-am:
515
516html: html-am
517
518html-am:
519
520info: info-am
521
522info-am:
523
524install-data-am:
525
526install-dvi: install-dvi-am
527
528install-dvi-am:
529
530install-exec-am:
531
532install-html: install-html-am
533
534install-html-am:
535
536install-info: install-info-am
537
538install-info-am:
539
540install-man:
541
542install-pdf: install-pdf-am
543
544install-pdf-am:
545
546install-ps: install-ps-am
547
548install-ps-am:
549
550installcheck-am:
551
552maintainer-clean: maintainer-clean-am
553	-rm -rf ./$(DEPDIR)
554	-rm -f Makefile
555maintainer-clean-am: distclean-am maintainer-clean-generic
556
557mostlyclean: mostlyclean-am
558
559mostlyclean-am: mostlyclean-compile mostlyclean-generic
560
561pdf: pdf-am
562
563pdf-am:
564
565ps: ps-am
566
567ps-am:
568
569uninstall-am:
570
571.MAKE: install-am install-strip
572
573.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
574	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
575	distclean-compile distclean-generic distclean-tags distdir dvi \
576	dvi-am html html-am info info-am install install-am \
577	install-data install-data-am install-dvi install-dvi-am \
578	install-exec install-exec-am install-html install-html-am \
579	install-info install-info-am install-man install-pdf \
580	install-pdf-am install-ps install-ps-am install-strip \
581	installcheck installcheck-am installdirs maintainer-clean \
582	maintainer-clean-generic mostlyclean mostlyclean-compile \
583	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
584	uninstall-am
585
586
587%.os: %.c %.o
588	if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
589	  -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
590	then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
591	     rm -f "$(DEPDIR)/$*.Tpo"; \
592	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
593	fi
594#	$(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
595
596# Tell versions [3.59,3.63) of GNU make to not export all variables.
597# Otherwise a system limit (for SysV at least) may be exceeded.
598.NOEXPORT:
599