1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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@SET_MAKE@
16VPATH = @srcdir@
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)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
89host_triplet = @host@
90subdir = osx
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
93	$(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113SOURCES =
114DIST_SOURCES =
115RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116	ctags-recursive dvi-recursive html-recursive info-recursive \
117	install-data-recursive install-dvi-recursive \
118	install-exec-recursive install-html-recursive \
119	install-info-recursive install-pdf-recursive \
120	install-ps-recursive install-recursive installcheck-recursive \
121	installdirs-recursive pdf-recursive ps-recursive \
122	tags-recursive uninstall-recursive
123am__can_run_installinfo = \
124  case $$AM_UPDATE_INFO_DIR in \
125    n|no|NO) false;; \
126    *) (install-info --version) >/dev/null 2>&1;; \
127  esac
128RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
129  distclean-recursive maintainer-clean-recursive
130am__recursive_targets = \
131  $(RECURSIVE_TARGETS) \
132  $(RECURSIVE_CLEAN_TARGETS) \
133  $(am__extra_recursive_targets)
134AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
135	distdir distdir-am
136am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
137# Read a list of newline-separated strings from the standard input,
138# and print each of them once, without duplicates.  Input order is
139# *not* preserved.
140am__uniquify_input = $(AWK) '\
141  BEGIN { nonempty = 0; } \
142  { items[$$0] = 1; nonempty = 1; } \
143  END { if (nonempty) { for (i in items) print i; }; } \
144'
145# Make sure the list of sources is unique.  This is necessary because,
146# e.g., the same source file might be shared among _SOURCES variables
147# for different programs/libraries.
148am__define_uniq_tagged_files = \
149  list='$(am__tagged_files)'; \
150  unique=`for i in $$list; do \
151    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152  done | $(am__uniquify_input)`
153ETAGS = etags
154CTAGS = ctags
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 = @ACLOCAL@
184AMTAR = @AMTAR@
185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186AR = @AR@
187AS = @AS@
188AUDIOFILE_CFLAGS = @AUDIOFILE_CFLAGS@
189AUDIOFILE_LIBS = @AUDIOFILE_LIBS@
190AUTOCONF = @AUTOCONF@
191AUTOHEADER = @AUTOHEADER@
192AUTOMAKE = @AUTOMAKE@
193AWK = @AWK@
194CC = @CC@
195CCDEPMODE = @CCDEPMODE@
196CFLAGS = @CFLAGS@
197CPP = @CPP@
198CPPFLAGS = @CPPFLAGS@
199CXX = @CXX@
200CXXCPP = @CXXCPP@
201CXXDEPMODE = @CXXDEPMODE@
202CXXFLAGS = @CXXFLAGS@
203CYGPATH_W = @CYGPATH_W@
204DEFS = @DEFS@
205DEPDIR = @DEPDIR@
206DLLTOOL = @DLLTOOL@
207DSYMUTIL = @DSYMUTIL@
208DUMPBIN = @DUMPBIN@
209ECHO_C = @ECHO_C@
210ECHO_N = @ECHO_N@
211ECHO_T = @ECHO_T@
212EGREP = @EGREP@
213EXEEXT = @EXEEXT@
214FGREP = @FGREP@
215GREP = @GREP@
216HAVE_CXX11 = @HAVE_CXX11@
217INSTALL = @INSTALL@
218INSTALL_DATA = @INSTALL_DATA@
219INSTALL_PROGRAM = @INSTALL_PROGRAM@
220INSTALL_SCRIPT = @INSTALL_SCRIPT@
221INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
222LD = @LD@
223LDFLAGS = @LDFLAGS@
224LIBAKAI_RELEASE_BUILD = @LIBAKAI_RELEASE_BUILD@
225LIBAKAI_RELEASE_MAJOR = @LIBAKAI_RELEASE_MAJOR@
226LIBAKAI_RELEASE_MINOR = @LIBAKAI_RELEASE_MINOR@
227LIBAKAI_SHARED_VERSION_INFO = @LIBAKAI_SHARED_VERSION_INFO@
228LIBAKAI_SHLIB_VERSION_ARG = @LIBAKAI_SHLIB_VERSION_ARG@
229LIBGIG_RELEASE_BUILD = @LIBGIG_RELEASE_BUILD@
230LIBGIG_RELEASE_MAJOR = @LIBGIG_RELEASE_MAJOR@
231LIBGIG_RELEASE_MINOR = @LIBGIG_RELEASE_MINOR@
232LIBGIG_SHARED_VERSION_INFO = @LIBGIG_SHARED_VERSION_INFO@
233LIBGIG_SHLIB_VERSION_ARG = @LIBGIG_SHLIB_VERSION_ARG@
234LIBOBJS = @LIBOBJS@
235LIBS = @LIBS@
236LIBTOOL = @LIBTOOL@
237LIPO = @LIPO@
238LN_S = @LN_S@
239LTLIBOBJS = @LTLIBOBJS@
240LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
241MAKEINFO = @MAKEINFO@
242MANIFEST_TOOL = @MANIFEST_TOOL@
243MKDIR_P = @MKDIR_P@
244NM = @NM@
245NMEDIT = @NMEDIT@
246OBJDUMP = @OBJDUMP@
247OBJEXT = @OBJEXT@
248OTOOL = @OTOOL@
249OTOOL64 = @OTOOL64@
250PACKAGE = @PACKAGE@
251PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
252PACKAGE_NAME = @PACKAGE_NAME@
253PACKAGE_STRING = @PACKAGE_STRING@
254PACKAGE_TARNAME = @PACKAGE_TARNAME@
255PACKAGE_URL = @PACKAGE_URL@
256PACKAGE_VERSION = @PACKAGE_VERSION@
257PATH_SEPARATOR = @PATH_SEPARATOR@
258PKG_CONFIG = @PKG_CONFIG@
259PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
260PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
261RANLIB = @RANLIB@
262SED = @SED@
263SET_MAKE = @SET_MAKE@
264SHELL = @SHELL@
265SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
266SNDFILE_LIBS = @SNDFILE_LIBS@
267STRIP = @STRIP@
268VERSION = @VERSION@
269abs_builddir = @abs_builddir@
270abs_srcdir = @abs_srcdir@
271abs_top_builddir = @abs_top_builddir@
272abs_top_srcdir = @abs_top_srcdir@
273ac_ct_AR = @ac_ct_AR@
274ac_ct_CC = @ac_ct_CC@
275ac_ct_CXX = @ac_ct_CXX@
276ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
277am__include = @am__include@
278am__leading_dot = @am__leading_dot@
279am__quote = @am__quote@
280am__tar = @am__tar@
281am__untar = @am__untar@
282bindir = @bindir@
283build = @build@
284build_alias = @build_alias@
285build_cpu = @build_cpu@
286build_os = @build_os@
287build_vendor = @build_vendor@
288builddir = @builddir@
289datadir = @datadir@
290datarootdir = @datarootdir@
291docdir = @docdir@
292dvidir = @dvidir@
293exec_prefix = @exec_prefix@
294host = @host@
295host_alias = @host_alias@
296host_cpu = @host_cpu@
297host_os = @host_os@
298host_vendor = @host_vendor@
299htmldir = @htmldir@
300includedir = @includedir@
301infodir = @infodir@
302install_sh = @install_sh@
303libdir = @libdir@
304libexecdir = @libexecdir@
305localedir = @localedir@
306localstatedir = @localstatedir@
307mandir = @mandir@
308mkdir_p = @mkdir_p@
309oldincludedir = @oldincludedir@
310pdfdir = @pdfdir@
311prefix = @prefix@
312program_transform_name = @program_transform_name@
313psdir = @psdir@
314runstatedir = @runstatedir@
315sbindir = @sbindir@
316sharedstatedir = @sharedstatedir@
317srcdir = @srcdir@
318sysconfdir = @sysconfdir@
319target_alias = @target_alias@
320top_build_prefix = @top_build_prefix@
321top_builddir = @top_builddir@
322top_srcdir = @top_srcdir@
323SUBDIRS = libgig.xcodeproj
324EXTRA_DIST = autoconf_builder.sh wrapper.sh README.osx
325all: all-recursive
326
327.SUFFIXES:
328$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
329	@for dep in $?; do \
330	  case '$(am__configure_deps)' in \
331	    *$$dep*) \
332	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
333	        && { if test -f $@; then exit 0; else break; fi; }; \
334	      exit 1;; \
335	  esac; \
336	done; \
337	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu osx/Makefile'; \
338	$(am__cd) $(top_srcdir) && \
339	  $(AUTOMAKE) --gnu osx/Makefile
340Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341	@case '$?' in \
342	  *config.status*) \
343	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
344	  *) \
345	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
346	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
347	esac;
348
349$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351
352$(top_srcdir)/configure:  $(am__configure_deps)
353	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
355	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356$(am__aclocal_m4_deps):
357
358mostlyclean-libtool:
359	-rm -f *.lo
360
361clean-libtool:
362	-rm -rf .libs _libs
363
364# This directory's subdirectories are mostly independent; you can cd
365# into them and run 'make' without going through this Makefile.
366# To change the values of 'make' variables: instead of editing Makefiles,
367# (1) if the variable is set in 'config.status', edit 'config.status'
368#     (which will cause the Makefiles to be regenerated when you run 'make');
369# (2) otherwise, pass the desired values on the 'make' command line.
370$(am__recursive_targets):
371	@fail=; \
372	if $(am__make_keepgoing); then \
373	  failcom='fail=yes'; \
374	else \
375	  failcom='exit 1'; \
376	fi; \
377	dot_seen=no; \
378	target=`echo $@ | sed s/-recursive//`; \
379	case "$@" in \
380	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
381	  *) list='$(SUBDIRS)' ;; \
382	esac; \
383	for subdir in $$list; do \
384	  echo "Making $$target in $$subdir"; \
385	  if test "$$subdir" = "."; then \
386	    dot_seen=yes; \
387	    local_target="$$target-am"; \
388	  else \
389	    local_target="$$target"; \
390	  fi; \
391	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
392	  || eval $$failcom; \
393	done; \
394	if test "$$dot_seen" = "no"; then \
395	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
396	fi; test -z "$$fail"
397
398ID: $(am__tagged_files)
399	$(am__define_uniq_tagged_files); mkid -fID $$unique
400tags: tags-recursive
401TAGS: tags
402
403tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
404	set x; \
405	here=`pwd`; \
406	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
407	  include_option=--etags-include; \
408	  empty_fix=.; \
409	else \
410	  include_option=--include; \
411	  empty_fix=; \
412	fi; \
413	list='$(SUBDIRS)'; for subdir in $$list; do \
414	  if test "$$subdir" = .; then :; else \
415	    test ! -f $$subdir/TAGS || \
416	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
417	  fi; \
418	done; \
419	$(am__define_uniq_tagged_files); \
420	shift; \
421	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
422	  test -n "$$unique" || unique=$$empty_fix; \
423	  if test $$# -gt 0; then \
424	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425	      "$$@" $$unique; \
426	  else \
427	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428	      $$unique; \
429	  fi; \
430	fi
431ctags: ctags-recursive
432
433CTAGS: ctags
434ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
435	$(am__define_uniq_tagged_files); \
436	test -z "$(CTAGS_ARGS)$$unique" \
437	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
438	     $$unique
439
440GTAGS:
441	here=`$(am__cd) $(top_builddir) && pwd` \
442	  && $(am__cd) $(top_srcdir) \
443	  && gtags -i $(GTAGS_ARGS) "$$here"
444cscopelist: cscopelist-recursive
445
446cscopelist-am: $(am__tagged_files)
447	list='$(am__tagged_files)'; \
448	case "$(srcdir)" in \
449	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
450	  *) sdir=$(subdir)/$(srcdir) ;; \
451	esac; \
452	for i in $$list; do \
453	  if test -f "$$i"; then \
454	    echo "$(subdir)/$$i"; \
455	  else \
456	    echo "$$sdir/$$i"; \
457	  fi; \
458	done >> $(top_builddir)/cscope.files
459
460distclean-tags:
461	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
462
463distdir: $(BUILT_SOURCES)
464	$(MAKE) $(AM_MAKEFLAGS) distdir-am
465
466distdir-am: $(DISTFILES)
467	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469	list='$(DISTFILES)'; \
470	  dist_files=`for file in $$list; do echo $$file; done | \
471	  sed -e "s|^$$srcdirstrip/||;t" \
472	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
473	case $$dist_files in \
474	  */*) $(MKDIR_P) `echo "$$dist_files" | \
475			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
476			   sort -u` ;; \
477	esac; \
478	for file in $$dist_files; do \
479	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480	  if test -d $$d/$$file; then \
481	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
482	    if test -d "$(distdir)/$$file"; then \
483	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484	    fi; \
485	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
487	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488	    fi; \
489	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490	  else \
491	    test -f "$(distdir)/$$file" \
492	    || cp -p $$d/$$file "$(distdir)/$$file" \
493	    || exit 1; \
494	  fi; \
495	done
496	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
497	  if test "$$subdir" = .; then :; else \
498	    $(am__make_dryrun) \
499	      || test -d "$(distdir)/$$subdir" \
500	      || $(MKDIR_P) "$(distdir)/$$subdir" \
501	      || exit 1; \
502	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
503	    $(am__relativize); \
504	    new_distdir=$$reldir; \
505	    dir1=$$subdir; dir2="$(top_distdir)"; \
506	    $(am__relativize); \
507	    new_top_distdir=$$reldir; \
508	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
509	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
510	    ($(am__cd) $$subdir && \
511	      $(MAKE) $(AM_MAKEFLAGS) \
512	        top_distdir="$$new_top_distdir" \
513	        distdir="$$new_distdir" \
514		am__remove_distdir=: \
515		am__skip_length_check=: \
516		am__skip_mode_fix=: \
517	        distdir) \
518	      || exit 1; \
519	  fi; \
520	done
521check-am: all-am
522check: check-recursive
523all-am: Makefile
524installdirs: installdirs-recursive
525installdirs-am:
526install: install-recursive
527install-exec: install-exec-recursive
528install-data: install-data-recursive
529uninstall: uninstall-recursive
530
531install-am: all-am
532	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
533
534installcheck: installcheck-recursive
535install-strip:
536	if test -z '$(STRIP)'; then \
537	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539	      install; \
540	else \
541	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
544	fi
545mostlyclean-generic:
546
547clean-generic:
548
549distclean-generic:
550	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552
553maintainer-clean-generic:
554	@echo "This command is intended for maintainers to use"
555	@echo "it deletes files that may require special tools to rebuild."
556clean: clean-recursive
557
558clean-am: clean-generic clean-libtool mostlyclean-am
559
560distclean: distclean-recursive
561	-rm -f Makefile
562distclean-am: clean-am distclean-generic distclean-tags
563
564dvi: dvi-recursive
565
566dvi-am:
567
568html: html-recursive
569
570html-am:
571
572info: info-recursive
573
574info-am:
575
576install-data-am:
577
578install-dvi: install-dvi-recursive
579
580install-dvi-am:
581
582install-exec-am:
583
584install-html: install-html-recursive
585
586install-html-am:
587
588install-info: install-info-recursive
589
590install-info-am:
591
592install-man:
593
594install-pdf: install-pdf-recursive
595
596install-pdf-am:
597
598install-ps: install-ps-recursive
599
600install-ps-am:
601
602installcheck-am:
603
604maintainer-clean: maintainer-clean-recursive
605	-rm -f Makefile
606maintainer-clean-am: distclean-am maintainer-clean-generic
607
608mostlyclean: mostlyclean-recursive
609
610mostlyclean-am: mostlyclean-generic mostlyclean-libtool
611
612pdf: pdf-recursive
613
614pdf-am:
615
616ps: ps-recursive
617
618ps-am:
619
620uninstall-am:
621
622.MAKE: $(am__recursive_targets) install-am install-strip
623
624.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
625	check-am clean clean-generic clean-libtool cscopelist-am ctags \
626	ctags-am distclean distclean-generic distclean-libtool \
627	distclean-tags distdir dvi dvi-am html html-am info info-am \
628	install install-am install-data install-data-am install-dvi \
629	install-dvi-am install-exec install-exec-am install-html \
630	install-html-am install-info install-info-am install-man \
631	install-pdf install-pdf-am install-ps install-ps-am \
632	install-strip installcheck installcheck-am installdirs \
633	installdirs-am maintainer-clean maintainer-clean-generic \
634	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
635	ps ps-am tags tags-am uninstall uninstall-am
636
637.PRECIOUS: Makefile
638
639
640# Tell versions [3.59,3.63) of GNU make to not export all variables.
641# Otherwise a system limit (for SysV at least) may be exceeded.
642.NOEXPORT:
643