• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# include/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2021 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
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/speexdsp
73pkgincludedir = $(includedir)/speexdsp
74pkglibdir = $(libdir)/speexdsp
75pkglibexecdir = $(libexecdir)/speexdsp
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = x86_64-pc-linux-gnu
89host_triplet = x86_64-pc-linux-gnu
90subdir = include
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_$(V))
104am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_$(V))
108am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_$(V))
112am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118	ctags-recursive dvi-recursive html-recursive info-recursive \
119	install-data-recursive install-dvi-recursive \
120	install-exec-recursive install-html-recursive \
121	install-info-recursive install-pdf-recursive \
122	install-ps-recursive install-recursive installcheck-recursive \
123	installdirs-recursive pdf-recursive ps-recursive \
124	tags-recursive uninstall-recursive
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
131  distclean-recursive maintainer-clean-recursive
132am__recursive_targets = \
133  $(RECURSIVE_TARGETS) \
134  $(RECURSIVE_CLEAN_TARGETS) \
135  $(am__extra_recursive_targets)
136AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137	distdir distdir-am
138am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139# Read a list of newline-separated strings from the standard input,
140# and print each of them once, without duplicates.  Input order is
141# *not* preserved.
142am__uniquify_input = $(AWK) '\
143  BEGIN { nonempty = 0; } \
144  { items[$$0] = 1; nonempty = 1; } \
145  END { if (nonempty) { for (i in items) print i; }; } \
146'
147# Make sure the list of sources is unique.  This is necessary because,
148# e.g., the same source file might be shared among _SOURCES variables
149# for different programs/libraries.
150am__define_uniq_tagged_files = \
151  list='$(am__tagged_files)'; \
152  unique=`for i in $$list; do \
153    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154  done | $(am__uniquify_input)`
155DIST_SUBDIRS = $(SUBDIRS)
156am__DIST_COMMON = $(srcdir)/Makefile.in
157DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158am__relativize = \
159  dir0=`pwd`; \
160  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
161  sed_rest='s,^[^/]*/*,,'; \
162  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
163  sed_butlast='s,/*[^/]*$$,,'; \
164  while test -n "$$dir1"; do \
165    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
166    if test "$$first" != "."; then \
167      if test "$$first" = ".."; then \
168        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
169        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
170      else \
171        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
172        if test "$$first2" = "$$first"; then \
173          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
174        else \
175          dir2="../$$dir2"; \
176        fi; \
177        dir0="$$dir0"/"$$first"; \
178      fi; \
179    fi; \
180    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
181  done; \
182  reldir="$$dir2"
183ACLOCAL = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' aclocal-1.16
184AMTAR = $${TAR-tar}
185AM_DEFAULT_VERBOSITY = 0
186AR = ar
187AS = as
188AUTOCONF = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' autoconf
189AUTOHEADER = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' autoheader
190AUTOMAKE = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' automake-1.16
191AWK = gawk
192CC = gcc
193CCDEPMODE = depmode=gcc3
194CFLAGS = -g -O2 -fvisibility=hidden
195CPPFLAGS =
196CSCOPE = cscope
197CTAGS = ctags
198CYGPATH_W = echo
199DEFS = -DHAVE_CONFIG_H
200DEPDIR = .deps
201DLLTOOL = dlltool
202DSYMUTIL =
203DUMPBIN =
204ECHO_C =
205ECHO_N = -n
206ECHO_T =
207EGREP = /usr/bin/grep -E
208ETAGS = etags
209EXEEXT =
210FFT_CFLAGS =
211FFT_LIBS =
212FFT_PKGCONFIG =
213FGREP = /usr/bin/grep -F
214FILECMD = file
215GREP = /usr/bin/grep
216INCLUDE_STDINT = #include <stdint.h>
217INSTALL = /usr/bin/install -c
218INSTALL_DATA = ${INSTALL} -m 644
219INSTALL_PROGRAM = ${INSTALL}
220INSTALL_SCRIPT = ${INSTALL}
221INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
222LD = /usr/bin/ld -m elf_x86_64
223LDFLAGS =
224LIBM = -lm
225LIBOBJS =
226LIBS =
227LIBTOOL = $(SHELL) $(top_builddir)/libtool
228LIPO =
229LN_S = ln -s
230LTLIBOBJS =
231LT_SYS_LIBRARY_PATH =
232MAINT =
233MAKEINFO = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' makeinfo
234MANIFEST_TOOL = :
235MKDIR_P = /usr/bin/mkdir -p
236NM = /usr/bin/nm -B
237NMEDIT =
238OBJDUMP = objdump
239OBJEXT = o
240OTOOL =
241OTOOL64 =
242PACKAGE = speexdsp
243PACKAGE_BUGREPORT = speex-dev@xiph.org
244PACKAGE_NAME = speexdsp
245PACKAGE_STRING = speexdsp 1.2.1
246PACKAGE_TARNAME = speexdsp
247PACKAGE_URL =
248PACKAGE_VERSION = 1.2.1
249PATH_SEPARATOR = :
250PKG_CONFIG = /usr/bin/pkg-config
251PKG_CONFIG_LIBDIR =
252PKG_CONFIG_PATH =
253RANLIB = ranlib
254SED = /usr/bin/sed
255SET_MAKE =
256SHELL = /bin/sh
257SIZE16 = int16_t
258SIZE32 = int32_t
259SPEEXDSP_LT_AGE = 5
260SPEEXDSP_LT_CURRENT = 6
261SPEEXDSP_LT_REVISION = 2
262STRIP = strip
263USIZE16 = uint16_t
264USIZE32 = uint32_t
265VERSION = 1.2.1
266abs_builddir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/include
267abs_srcdir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/include
268abs_top_builddir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex
269abs_top_srcdir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex
270ac_ct_AR = ar
271ac_ct_CC = gcc
272ac_ct_DUMPBIN =
273am__include = include
274am__leading_dot = .
275am__quote =
276am__tar = $${TAR-tar} chof - "$$tardir"
277am__untar = $${TAR-tar} xf -
278bindir = ${exec_prefix}/bin
279build = x86_64-pc-linux-gnu
280build_alias =
281build_cpu = x86_64
282build_os = linux-gnu
283build_vendor = pc
284builddir = .
285datadir = ${datarootdir}
286datarootdir = ${prefix}/share
287docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
288dvidir = ${docdir}
289exec_prefix = ${prefix}
290host = x86_64-pc-linux-gnu
291host_alias =
292host_cpu = x86_64
293host_os = linux-gnu
294host_vendor = pc
295htmldir = ${docdir}
296includedir = ${prefix}/include
297infodir = ${datarootdir}/info
298install_sh = ${SHELL} /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/install-sh
299libdir = ${exec_prefix}/lib
300libexecdir = ${exec_prefix}/libexec
301localedir = ${datarootdir}/locale
302localstatedir = ${prefix}/var
303mandir = ${datarootdir}/man
304mkdir_p = $(MKDIR_P)
305oldincludedir = /usr/include
306pdfdir = ${docdir}
307prefix = /usr/local
308program_transform_name = s,x,x,
309psdir = ${docdir}
310runstatedir = ${localstatedir}/run
311sbindir = ${exec_prefix}/sbin
312sharedstatedir = ${prefix}/com
313src =
314srcdir = .
315sysconfdir = ${prefix}/etc
316target_alias =
317top_build_prefix = ../
318top_builddir = ..
319top_srcdir = ..
320SUBDIRS = speex
321all: all-recursive
322
323.SUFFIXES:
324$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
325	@for dep in $?; do \
326	  case '$(am__configure_deps)' in \
327	    *$$dep*) \
328	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329	        && { if test -f $@; then exit 0; else break; fi; }; \
330	      exit 1;; \
331	  esac; \
332	done; \
333	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
334	$(am__cd) $(top_srcdir) && \
335	  $(AUTOMAKE) --foreign include/Makefile
336Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337	@case '$?' in \
338	  *config.status*) \
339	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
340	  *) \
341	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
342	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
343	esac;
344
345$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347
348$(top_srcdir)/configure:  $(am__configure_deps)
349	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
351	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352$(am__aclocal_m4_deps):
353
354mostlyclean-libtool:
355	-rm -f *.lo
356
357clean-libtool:
358	-rm -rf .libs _libs
359
360# This directory's subdirectories are mostly independent; you can cd
361# into them and run 'make' without going through this Makefile.
362# To change the values of 'make' variables: instead of editing Makefiles,
363# (1) if the variable is set in 'config.status', edit 'config.status'
364#     (which will cause the Makefiles to be regenerated when you run 'make');
365# (2) otherwise, pass the desired values on the 'make' command line.
366$(am__recursive_targets):
367	@fail=; \
368	if $(am__make_keepgoing); then \
369	  failcom='fail=yes'; \
370	else \
371	  failcom='exit 1'; \
372	fi; \
373	dot_seen=no; \
374	target=`echo $@ | sed s/-recursive//`; \
375	case "$@" in \
376	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
377	  *) list='$(SUBDIRS)' ;; \
378	esac; \
379	for subdir in $$list; do \
380	  echo "Making $$target in $$subdir"; \
381	  if test "$$subdir" = "."; then \
382	    dot_seen=yes; \
383	    local_target="$$target-am"; \
384	  else \
385	    local_target="$$target"; \
386	  fi; \
387	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388	  || eval $$failcom; \
389	done; \
390	if test "$$dot_seen" = "no"; then \
391	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392	fi; test -z "$$fail"
393
394ID: $(am__tagged_files)
395	$(am__define_uniq_tagged_files); mkid -fID $$unique
396tags: tags-recursive
397TAGS: tags
398
399tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
400	set x; \
401	here=`pwd`; \
402	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
403	  include_option=--etags-include; \
404	  empty_fix=.; \
405	else \
406	  include_option=--include; \
407	  empty_fix=; \
408	fi; \
409	list='$(SUBDIRS)'; for subdir in $$list; do \
410	  if test "$$subdir" = .; then :; else \
411	    test ! -f $$subdir/TAGS || \
412	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
413	  fi; \
414	done; \
415	$(am__define_uniq_tagged_files); \
416	shift; \
417	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
418	  test -n "$$unique" || unique=$$empty_fix; \
419	  if test $$# -gt 0; then \
420	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421	      "$$@" $$unique; \
422	  else \
423	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424	      $$unique; \
425	  fi; \
426	fi
427ctags: ctags-recursive
428
429CTAGS: ctags
430ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
431	$(am__define_uniq_tagged_files); \
432	test -z "$(CTAGS_ARGS)$$unique" \
433	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434	     $$unique
435
436GTAGS:
437	here=`$(am__cd) $(top_builddir) && pwd` \
438	  && $(am__cd) $(top_srcdir) \
439	  && gtags -i $(GTAGS_ARGS) "$$here"
440cscopelist: cscopelist-recursive
441
442cscopelist-am: $(am__tagged_files)
443	list='$(am__tagged_files)'; \
444	case "$(srcdir)" in \
445	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
446	  *) sdir=$(subdir)/$(srcdir) ;; \
447	esac; \
448	for i in $$list; do \
449	  if test -f "$$i"; then \
450	    echo "$(subdir)/$$i"; \
451	  else \
452	    echo "$$sdir/$$i"; \
453	  fi; \
454	done >> $(top_builddir)/cscope.files
455
456distclean-tags:
457	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458distdir: $(BUILT_SOURCES)
459	$(MAKE) $(AM_MAKEFLAGS) distdir-am
460
461distdir-am: $(DISTFILES)
462	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464	list='$(DISTFILES)'; \
465	  dist_files=`for file in $$list; do echo $$file; done | \
466	  sed -e "s|^$$srcdirstrip/||;t" \
467	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
468	case $$dist_files in \
469	  */*) $(MKDIR_P) `echo "$$dist_files" | \
470			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
471			   sort -u` ;; \
472	esac; \
473	for file in $$dist_files; do \
474	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475	  if test -d $$d/$$file; then \
476	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
477	    if test -d "$(distdir)/$$file"; then \
478	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
479	    fi; \
480	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
482	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483	    fi; \
484	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
485	  else \
486	    test -f "$(distdir)/$$file" \
487	    || cp -p $$d/$$file "$(distdir)/$$file" \
488	    || exit 1; \
489	  fi; \
490	done
491	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492	  if test "$$subdir" = .; then :; else \
493	    $(am__make_dryrun) \
494	      || test -d "$(distdir)/$$subdir" \
495	      || $(MKDIR_P) "$(distdir)/$$subdir" \
496	      || exit 1; \
497	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
498	    $(am__relativize); \
499	    new_distdir=$$reldir; \
500	    dir1=$$subdir; dir2="$(top_distdir)"; \
501	    $(am__relativize); \
502	    new_top_distdir=$$reldir; \
503	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
504	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
505	    ($(am__cd) $$subdir && \
506	      $(MAKE) $(AM_MAKEFLAGS) \
507	        top_distdir="$$new_top_distdir" \
508	        distdir="$$new_distdir" \
509		am__remove_distdir=: \
510		am__skip_length_check=: \
511		am__skip_mode_fix=: \
512	        distdir) \
513	      || exit 1; \
514	  fi; \
515	done
516check-am: all-am
517check: check-recursive
518all-am: Makefile
519installdirs: installdirs-recursive
520installdirs-am:
521install: install-recursive
522install-exec: install-exec-recursive
523install-data: install-data-recursive
524uninstall: uninstall-recursive
525
526install-am: all-am
527	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
528
529installcheck: installcheck-recursive
530install-strip:
531	if test -z '$(STRIP)'; then \
532	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
533	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
534	      install; \
535	else \
536	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
537	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
538	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
539	fi
540mostlyclean-generic:
541
542clean-generic:
543
544distclean-generic:
545	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
546	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
547
548maintainer-clean-generic:
549	@echo "This command is intended for maintainers to use"
550	@echo "it deletes files that may require special tools to rebuild."
551clean: clean-recursive
552
553clean-am: clean-generic clean-libtool mostlyclean-am
554
555distclean: distclean-recursive
556	-rm -f Makefile
557distclean-am: clean-am distclean-generic distclean-tags
558
559dvi: dvi-recursive
560
561dvi-am:
562
563html: html-recursive
564
565html-am:
566
567info: info-recursive
568
569info-am:
570
571install-data-am:
572
573install-dvi: install-dvi-recursive
574
575install-dvi-am:
576
577install-exec-am:
578
579install-html: install-html-recursive
580
581install-html-am:
582
583install-info: install-info-recursive
584
585install-info-am:
586
587install-man:
588
589install-pdf: install-pdf-recursive
590
591install-pdf-am:
592
593install-ps: install-ps-recursive
594
595install-ps-am:
596
597installcheck-am:
598
599maintainer-clean: maintainer-clean-recursive
600	-rm -f Makefile
601maintainer-clean-am: distclean-am maintainer-clean-generic
602
603mostlyclean: mostlyclean-recursive
604
605mostlyclean-am: mostlyclean-generic mostlyclean-libtool
606
607pdf: pdf-recursive
608
609pdf-am:
610
611ps: ps-recursive
612
613ps-am:
614
615uninstall-am:
616
617.MAKE: $(am__recursive_targets) install-am install-strip
618
619.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
620	check-am clean clean-generic clean-libtool cscopelist-am ctags \
621	ctags-am distclean distclean-generic distclean-libtool \
622	distclean-tags distdir dvi dvi-am html html-am info info-am \
623	install install-am install-data install-data-am install-dvi \
624	install-dvi-am install-exec install-exec-am install-html \
625	install-html-am install-info install-info-am install-man \
626	install-pdf install-pdf-am install-ps install-ps-am \
627	install-strip installcheck installcheck-am installdirs \
628	installdirs-am maintainer-clean maintainer-clean-generic \
629	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
630	ps ps-am tags tags-am uninstall uninstall-am
631
632.PRECIOUS: Makefile
633
634
635# Tell versions [3.59,3.63) of GNU make to not export all variables.
636# Otherwise a system limit (for SysV at least) may be exceeded.
637.NOEXPORT:
638