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@
16
17# nbdkit
18# Copyright (C) 2013-2020 Red Hat Inc.
19#
20# Redistribution and use in source and binary forms, with or without
21# modification, are permitted provided that the following conditions are
22# met:
23#
24# * Redistributions of source code must retain the above copyright
25# notice, this list of conditions and the following disclaimer.
26#
27# * Redistributions in binary form must reproduce the above copyright
28# notice, this list of conditions and the following disclaimer in the
29# documentation and/or other materials provided with the distribution.
30#
31# * Neither the name of Red Hat nor the names of its contributors may be
32# used to endorse or promote products derived from this software without
33# specific prior written permission.
34#
35# THIS SOFTWARE IS PROVIDED BY RED HAT AND CONTRIBUTORS ''AS IS'' AND
36# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
37# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
38# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RED HAT OR
39# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
42# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
43# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
44# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
45# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
46# SUCH DAMAGE.
47
48# nbdkit
49# Copyright (C) 2013-2020 Red Hat Inc.
50#
51# Redistribution and use in source and binary forms, with or without
52# modification, are permitted provided that the following conditions are
53# met:
54#
55# * Redistributions of source code must retain the above copyright
56# notice, this list of conditions and the following disclaimer.
57#
58# * Redistributions in binary form must reproduce the above copyright
59# notice, this list of conditions and the following disclaimer in the
60# documentation and/or other materials provided with the distribution.
61#
62# * Neither the name of Red Hat nor the names of its contributors may be
63# used to endorse or promote products derived from this software without
64# specific prior written permission.
65#
66# THIS SOFTWARE IS PROVIDED BY RED HAT AND CONTRIBUTORS ''AS IS'' AND
67# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
68# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
69# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RED HAT OR
70# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
71# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
72# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
73# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
74# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
75# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
76# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
77# SUCH DAMAGE.
78VPATH = @srcdir@
79am__is_gnu_make = { \
80  if test -z '$(MAKELEVEL)'; then \
81    false; \
82  elif test -n '$(MAKE_HOST)'; then \
83    true; \
84  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
85    true; \
86  else \
87    false; \
88  fi; \
89}
90am__make_running_with_option = \
91  case $${target_option-} in \
92      ?) ;; \
93      *) echo "am__make_running_with_option: internal error: invalid" \
94              "target option '$${target_option-}' specified" >&2; \
95         exit 1;; \
96  esac; \
97  has_opt=no; \
98  sane_makeflags=$$MAKEFLAGS; \
99  if $(am__is_gnu_make); then \
100    sane_makeflags=$$MFLAGS; \
101  else \
102    case $$MAKEFLAGS in \
103      *\\[\ \	]*) \
104        bs=\\; \
105        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
106          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
107    esac; \
108  fi; \
109  skip_next=no; \
110  strip_trailopt () \
111  { \
112    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
113  }; \
114  for flg in $$sane_makeflags; do \
115    test $$skip_next = yes && { skip_next=no; continue; }; \
116    case $$flg in \
117      *=*|--*) continue;; \
118        -*I) strip_trailopt 'I'; skip_next=yes;; \
119      -*I?*) strip_trailopt 'I';; \
120        -*O) strip_trailopt 'O'; skip_next=yes;; \
121      -*O?*) strip_trailopt 'O';; \
122        -*l) strip_trailopt 'l'; skip_next=yes;; \
123      -*l?*) strip_trailopt 'l';; \
124      -[dEDm]) skip_next=yes;; \
125      -[JT]) skip_next=yes;; \
126    esac; \
127    case $$flg in \
128      *$$target_option*) has_opt=yes; break;; \
129    esac; \
130  done; \
131  test $$has_opt = yes
132am__make_dryrun = (target_option=n; $(am__make_running_with_option))
133am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
134pkgdatadir = $(datadir)/@PACKAGE@
135pkgincludedir = $(includedir)/@PACKAGE@
136pkglibdir = $(libdir)/@PACKAGE@
137pkglibexecdir = $(libexecdir)/@PACKAGE@
138am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
139install_sh_DATA = $(install_sh) -c -m 644
140install_sh_PROGRAM = $(install_sh) -c
141install_sh_SCRIPT = $(install_sh) -c
142INSTALL_HEADER = $(INSTALL_DATA)
143transform = $(program_transform_name)
144NORMAL_INSTALL = :
145PRE_INSTALL = :
146POST_INSTALL = :
147NORMAL_UNINSTALL = :
148PRE_UNINSTALL = :
149POST_UNINSTALL = :
150build_triplet = @build@
151host_triplet = @host@
152subdir = plugins
153ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
154am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
155	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
156	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
157	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ocaml.m4 \
158	$(top_srcdir)/configure.ac
159am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
160	$(ACLOCAL_M4)
161DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
162mkinstalldirs = $(install_sh) -d
163CONFIG_HEADER = $(top_builddir)/config.h
164CONFIG_CLEAN_FILES =
165CONFIG_CLEAN_VPATH_FILES =
166AM_V_P = $(am__v_P_@AM_V@)
167am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168am__v_P_0 = false
169am__v_P_1 = :
170AM_V_GEN = $(am__v_GEN_@AM_V@)
171am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172am__v_GEN_0 = @echo "  GEN     " $@;
173am__v_GEN_1 =
174AM_V_at = $(am__v_at_@AM_V@)
175am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176am__v_at_0 = @
177am__v_at_1 =
178SOURCES =
179DIST_SOURCES =
180RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
181	ctags-recursive dvi-recursive html-recursive info-recursive \
182	install-data-recursive install-dvi-recursive \
183	install-exec-recursive install-html-recursive \
184	install-info-recursive install-pdf-recursive \
185	install-ps-recursive install-recursive installcheck-recursive \
186	installdirs-recursive pdf-recursive ps-recursive \
187	tags-recursive uninstall-recursive
188am__can_run_installinfo = \
189  case $$AM_UPDATE_INFO_DIR in \
190    n|no|NO) false;; \
191    *) (install-info --version) >/dev/null 2>&1;; \
192  esac
193RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
194  distclean-recursive maintainer-clean-recursive
195am__recursive_targets = \
196  $(RECURSIVE_TARGETS) \
197  $(RECURSIVE_CLEAN_TARGETS) \
198  $(am__extra_recursive_targets)
199AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
200	distdir distdir-am
201am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202# Read a list of newline-separated strings from the standard input,
203# and print each of them once, without duplicates.  Input order is
204# *not* preserved.
205am__uniquify_input = $(AWK) '\
206  BEGIN { nonempty = 0; } \
207  { items[$$0] = 1; nonempty = 1; } \
208  END { if (nonempty) { for (i in items) print i; }; } \
209'
210# Make sure the list of sources is unique.  This is necessary because,
211# e.g., the same source file might be shared among _SOURCES variables
212# for different programs/libraries.
213am__define_uniq_tagged_files = \
214  list='$(am__tagged_files)'; \
215  unique=`for i in $$list; do \
216    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217  done | $(am__uniquify_input)`
218ETAGS = etags
219CTAGS = ctags
220DIST_SUBDIRS = $(SUBDIRS)
221am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common-rules.mk
222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223am__relativize = \
224  dir0=`pwd`; \
225  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
226  sed_rest='s,^[^/]*/*,,'; \
227  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
228  sed_butlast='s,/*[^/]*$$,,'; \
229  while test -n "$$dir1"; do \
230    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
231    if test "$$first" != "."; then \
232      if test "$$first" = ".."; then \
233        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
234        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
235      else \
236        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
237        if test "$$first2" = "$$first"; then \
238          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
239        else \
240          dir2="../$$dir2"; \
241        fi; \
242        dir0="$$dir0"/"$$first"; \
243      fi; \
244    fi; \
245    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
246  done; \
247  reldir="$$dir2"
248ACLOCAL = @ACLOCAL@
249AMTAR = @AMTAR@
250AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
251AR = @AR@
252AUTOCONF = @AUTOCONF@
253AUTOHEADER = @AUTOHEADER@
254AUTOMAKE = @AUTOMAKE@
255AWK = @AWK@
256BASH_COMPLETION_CFLAGS = @BASH_COMPLETION_CFLAGS@
257BASH_COMPLETION_LIBS = @BASH_COMPLETION_LIBS@
258CARGO = @CARGO@
259CC = @CC@
260CCDEPMODE = @CCDEPMODE@
261CFLAGS = @CFLAGS@
262COM_ERR_CFLAGS = @COM_ERR_CFLAGS@
263COM_ERR_LIBS = @COM_ERR_LIBS@
264CPP = @CPP@
265CPPFLAGS = @CPPFLAGS@
266CURL_CFLAGS = @CURL_CFLAGS@
267CURL_LIBS = @CURL_LIBS@
268CXX = @CXX@
269CXXCPP = @CXXCPP@
270CXXDEPMODE = @CXXDEPMODE@
271CXXFLAGS = @CXXFLAGS@
272CYGPATH_W = @CYGPATH_W@
273DEFS = @DEFS@
274DEPDIR = @DEPDIR@
275DLLTOOL = @DLLTOOL@
276DL_LDFLAGS = @DL_LDFLAGS@
277DL_LIBS = @DL_LIBS@
278DSYMUTIL = @DSYMUTIL@
279DUMPBIN = @DUMPBIN@
280ECHO_C = @ECHO_C@
281ECHO_N = @ECHO_N@
282ECHO_T = @ECHO_T@
283EGREP = @EGREP@
284EXEEXT = @EXEEXT@
285EXT2FS_CFLAGS = @EXT2FS_CFLAGS@
286EXT2FS_LIBS = @EXT2FS_LIBS@
287FGREP = @FGREP@
288GENISOIMAGE = @GENISOIMAGE@
289GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
290GNUTLS_LIBS = @GNUTLS_LIBS@
291GOARCH = @GOARCH@
292GOLANG = @GOLANG@
293GOOS = @GOOS@
294GOROOT = @GOROOT@
295GREP = @GREP@
296GUESTFISH = @GUESTFISH@
297INSTALL = @INSTALL@
298INSTALL_DATA = @INSTALL_DATA@
299INSTALL_PROGRAM = @INSTALL_PROGRAM@
300INSTALL_SCRIPT = @INSTALL_SCRIPT@
301INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
302ISOPROG = @ISOPROG@
303LD = @LD@
304LDFLAGS = @LDFLAGS@
305LIBGUESTFS_CFLAGS = @LIBGUESTFS_CFLAGS@
306LIBGUESTFS_LIBS = @LIBGUESTFS_LIBS@
307LIBLZMA_CFLAGS = @LIBLZMA_CFLAGS@
308LIBLZMA_LIBS = @LIBLZMA_LIBS@
309LIBNBD_CFLAGS = @LIBNBD_CFLAGS@
310LIBNBD_LIBS = @LIBNBD_LIBS@
311LIBOBJS = @LIBOBJS@
312LIBS = @LIBS@
313LIBSELINUX_CFLAGS = @LIBSELINUX_CFLAGS@
314LIBSELINUX_LIBS = @LIBSELINUX_LIBS@
315LIBTOOL = @LIBTOOL@
316LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@
317LIBVIRT_LIBS = @LIBVIRT_LIBS@
318LIPO = @LIPO@
319LN_S = @LN_S@
320LTLIBOBJS = @LTLIBOBJS@
321LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
322LUA_CFLAGS = @LUA_CFLAGS@
323LUA_LIBS = @LUA_LIBS@
324MAKEINFO = @MAKEINFO@
325MANIFEST_TOOL = @MANIFEST_TOOL@
326MKDIR_P = @MKDIR_P@
327MKISOFS = @MKISOFS@
328NBDKIT_VERSION_MAJOR = @NBDKIT_VERSION_MAJOR@
329NBDKIT_VERSION_MICRO = @NBDKIT_VERSION_MICRO@
330NBDKIT_VERSION_MINOR = @NBDKIT_VERSION_MINOR@
331NM = @NM@
332NMEDIT = @NMEDIT@
333OBJDUMP = @OBJDUMP@
334OBJEXT = @OBJEXT@
335OCAML = @OCAML@
336OCAMLBEST = @OCAMLBEST@
337OCAMLBUILD = @OCAMLBUILD@
338OCAMLC = @OCAMLC@
339OCAMLCDOTOPT = @OCAMLCDOTOPT@
340OCAMLDEP = @OCAMLDEP@
341OCAMLDOC = @OCAMLDOC@
342OCAMLLIB = @OCAMLLIB@
343OCAMLMKLIB = @OCAMLMKLIB@
344OCAMLMKTOP = @OCAMLMKTOP@
345OCAMLOPT = @OCAMLOPT@
346OCAMLOPTDOTOPT = @OCAMLOPTDOTOPT@
347OCAMLOPTFLAGS = @OCAMLOPTFLAGS@
348OCAMLVERSION = @OCAMLVERSION@
349OTOOL = @OTOOL@
350OTOOL64 = @OTOOL64@
351PACKAGE = @PACKAGE@
352PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
353PACKAGE_NAME = @PACKAGE_NAME@
354PACKAGE_STRING = @PACKAGE_STRING@
355PACKAGE_TARNAME = @PACKAGE_TARNAME@
356PACKAGE_URL = @PACKAGE_URL@
357PACKAGE_VERSION = @PACKAGE_VERSION@
358PATH_SEPARATOR = @PATH_SEPARATOR@
359PERL = @PERL@
360PERL_ARCHLIB = @PERL_ARCHLIB@
361PERL_CFLAGS = @PERL_CFLAGS@
362PERL_LDOPTS = @PERL_LDOPTS@
363PKG_CONFIG = @PKG_CONFIG@
364PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
365PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
366PODWRAPPER = @PODWRAPPER@
367PTHREAD_CC = @PTHREAD_CC@
368PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
369PTHREAD_LIBS = @PTHREAD_LIBS@
370PYTHON = @PYTHON@
371PYTHON_CFLAGS = @PYTHON_CFLAGS@
372PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
373PYTHON_LIBS = @PYTHON_LIBS@
374PYTHON_VERSION = @PYTHON_VERSION@
375RANLIB = @RANLIB@
376RUBY = @RUBY@
377RUBY_CFLAGS = @RUBY_CFLAGS@
378RUBY_LIBS = @RUBY_LIBS@
379SED = @SED@
380SET_MAKE = @SET_MAKE@
381SHARED_LDFLAGS = @SHARED_LDFLAGS@
382SHELL = @SHELL@
383SSH_CFLAGS = @SSH_CFLAGS@
384SSH_LIBS = @SSH_LIBS@
385STRIP = @STRIP@
386TCL_CFLAGS = @TCL_CFLAGS@
387TCL_LIBS = @TCL_LIBS@
388VALGRIND = @VALGRIND@
389VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
390VALGRIND_LIBS = @VALGRIND_LIBS@
391VERSION = @VERSION@
392WARNINGS_CFLAGS = @WARNINGS_CFLAGS@
393ZLIB_CFLAGS = @ZLIB_CFLAGS@
394ZLIB_LIBS = @ZLIB_LIBS@
395abs_builddir = @abs_builddir@
396abs_srcdir = @abs_srcdir@
397abs_top_builddir = @abs_top_builddir@
398abs_top_srcdir = @abs_top_srcdir@
399ac_ct_AR = @ac_ct_AR@
400ac_ct_CC = @ac_ct_CC@
401ac_ct_CXX = @ac_ct_CXX@
402ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
403am__include = @am__include@
404am__leading_dot = @am__leading_dot@
405am__quote = @am__quote@
406am__tar = @am__tar@
407am__untar = @am__untar@
408ax_pthread_config = @ax_pthread_config@
409bashcompdir = @bashcompdir@
410bindir = @bindir@
411build = @build@
412build_alias = @build_alias@
413build_cpu = @build_cpu@
414build_os = @build_os@
415build_vendor = @build_vendor@
416builddir = @builddir@
417datadir = @datadir@
418datarootdir = @datarootdir@
419docdir = @docdir@
420dvidir = @dvidir@
421exec_prefix = @exec_prefix@
422filters = @filters@
423host = @host@
424host_alias = @host_alias@
425host_cpu = @host_cpu@
426host_os = @host_os@
427host_vendor = @host_vendor@
428htmldir = @htmldir@
429includedir = @includedir@
430infodir = @infodir@
431install_sh = @install_sh@
432lang_plugins = @lang_plugins@
433libdir = @libdir@
434libexecdir = @libexecdir@
435localedir = @localedir@
436localstatedir = @localstatedir@
437mandir = @mandir@
438mkdir_p = @mkdir_p@
439non_lang_plugins = @non_lang_plugins@
440oldincludedir = @oldincludedir@
441pdfdir = @pdfdir@
442plugins = @plugins@
443prefix = @prefix@
444program_transform_name = @program_transform_name@
445psdir = @psdir@
446sbindir = @sbindir@
447sharedstatedir = @sharedstatedir@
448srcdir = @srcdir@
449sysconfdir = @sysconfdir@
450target_alias = @target_alias@
451top_build_prefix = @top_build_prefix@
452top_builddir = @top_builddir@
453top_srcdir = @top_srcdir@
454
455# Convenient list terminator
456NULL =
457plugindir = $(libdir)/nbdkit/plugins
458filterdir = $(libdir)/nbdkit/filters
459CLEANFILES = *~ *.cmi *.cmx *.cmxa *.so
460EXTRA_DIST = plugins.syms
461SUBDIRS = $(plugins)
462all: all-recursive
463
464.SUFFIXES:
465$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/common-rules.mk $(am__configure_deps)
466	@for dep in $?; do \
467	  case '$(am__configure_deps)' in \
468	    *$$dep*) \
469	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
470	        && { if test -f $@; then exit 0; else break; fi; }; \
471	      exit 1;; \
472	  esac; \
473	done; \
474	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \
475	$(am__cd) $(top_srcdir) && \
476	  $(AUTOMAKE) --foreign plugins/Makefile
477Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478	@case '$?' in \
479	  *config.status*) \
480	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
481	  *) \
482	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
483	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
484	esac;
485$(top_srcdir)/common-rules.mk $(am__empty):
486
487$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
488	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
489
490$(top_srcdir)/configure:  $(am__configure_deps)
491	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
493	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
494$(am__aclocal_m4_deps):
495
496mostlyclean-libtool:
497	-rm -f *.lo
498
499clean-libtool:
500	-rm -rf .libs _libs
501
502# This directory's subdirectories are mostly independent; you can cd
503# into them and run 'make' without going through this Makefile.
504# To change the values of 'make' variables: instead of editing Makefiles,
505# (1) if the variable is set in 'config.status', edit 'config.status'
506#     (which will cause the Makefiles to be regenerated when you run 'make');
507# (2) otherwise, pass the desired values on the 'make' command line.
508$(am__recursive_targets):
509	@fail=; \
510	if $(am__make_keepgoing); then \
511	  failcom='fail=yes'; \
512	else \
513	  failcom='exit 1'; \
514	fi; \
515	dot_seen=no; \
516	target=`echo $@ | sed s/-recursive//`; \
517	case "$@" in \
518	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
519	  *) list='$(SUBDIRS)' ;; \
520	esac; \
521	for subdir in $$list; do \
522	  echo "Making $$target in $$subdir"; \
523	  if test "$$subdir" = "."; then \
524	    dot_seen=yes; \
525	    local_target="$$target-am"; \
526	  else \
527	    local_target="$$target"; \
528	  fi; \
529	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
530	  || eval $$failcom; \
531	done; \
532	if test "$$dot_seen" = "no"; then \
533	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
534	fi; test -z "$$fail"
535
536ID: $(am__tagged_files)
537	$(am__define_uniq_tagged_files); mkid -fID $$unique
538tags: tags-recursive
539TAGS: tags
540
541tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542	set x; \
543	here=`pwd`; \
544	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
545	  include_option=--etags-include; \
546	  empty_fix=.; \
547	else \
548	  include_option=--include; \
549	  empty_fix=; \
550	fi; \
551	list='$(SUBDIRS)'; for subdir in $$list; do \
552	  if test "$$subdir" = .; then :; else \
553	    test ! -f $$subdir/TAGS || \
554	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
555	  fi; \
556	done; \
557	$(am__define_uniq_tagged_files); \
558	shift; \
559	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
560	  test -n "$$unique" || unique=$$empty_fix; \
561	  if test $$# -gt 0; then \
562	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563	      "$$@" $$unique; \
564	  else \
565	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566	      $$unique; \
567	  fi; \
568	fi
569ctags: ctags-recursive
570
571CTAGS: ctags
572ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
573	$(am__define_uniq_tagged_files); \
574	test -z "$(CTAGS_ARGS)$$unique" \
575	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576	     $$unique
577
578GTAGS:
579	here=`$(am__cd) $(top_builddir) && pwd` \
580	  && $(am__cd) $(top_srcdir) \
581	  && gtags -i $(GTAGS_ARGS) "$$here"
582cscopelist: cscopelist-recursive
583
584cscopelist-am: $(am__tagged_files)
585	list='$(am__tagged_files)'; \
586	case "$(srcdir)" in \
587	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
588	  *) sdir=$(subdir)/$(srcdir) ;; \
589	esac; \
590	for i in $$list; do \
591	  if test -f "$$i"; then \
592	    echo "$(subdir)/$$i"; \
593	  else \
594	    echo "$$sdir/$$i"; \
595	  fi; \
596	done >> $(top_builddir)/cscope.files
597
598distclean-tags:
599	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
600
601distdir: $(BUILT_SOURCES)
602	$(MAKE) $(AM_MAKEFLAGS) distdir-am
603
604distdir-am: $(DISTFILES)
605	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
606	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
607	list='$(DISTFILES)'; \
608	  dist_files=`for file in $$list; do echo $$file; done | \
609	  sed -e "s|^$$srcdirstrip/||;t" \
610	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
611	case $$dist_files in \
612	  */*) $(MKDIR_P) `echo "$$dist_files" | \
613			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
614			   sort -u` ;; \
615	esac; \
616	for file in $$dist_files; do \
617	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
618	  if test -d $$d/$$file; then \
619	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
620	    if test -d "$(distdir)/$$file"; then \
621	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
622	    fi; \
623	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
624	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
625	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
626	    fi; \
627	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
628	  else \
629	    test -f "$(distdir)/$$file" \
630	    || cp -p $$d/$$file "$(distdir)/$$file" \
631	    || exit 1; \
632	  fi; \
633	done
634	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
635	  if test "$$subdir" = .; then :; else \
636	    $(am__make_dryrun) \
637	      || test -d "$(distdir)/$$subdir" \
638	      || $(MKDIR_P) "$(distdir)/$$subdir" \
639	      || exit 1; \
640	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
641	    $(am__relativize); \
642	    new_distdir=$$reldir; \
643	    dir1=$$subdir; dir2="$(top_distdir)"; \
644	    $(am__relativize); \
645	    new_top_distdir=$$reldir; \
646	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
647	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
648	    ($(am__cd) $$subdir && \
649	      $(MAKE) $(AM_MAKEFLAGS) \
650	        top_distdir="$$new_top_distdir" \
651	        distdir="$$new_distdir" \
652		am__remove_distdir=: \
653		am__skip_length_check=: \
654		am__skip_mode_fix=: \
655	        distdir) \
656	      || exit 1; \
657	  fi; \
658	done
659check-am: all-am
660check: check-recursive
661all-am: Makefile
662installdirs: installdirs-recursive
663installdirs-am:
664install: install-recursive
665install-exec: install-exec-recursive
666install-data: install-data-recursive
667uninstall: uninstall-recursive
668
669install-am: all-am
670	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
671
672installcheck: installcheck-recursive
673install-strip:
674	if test -z '$(STRIP)'; then \
675	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677	      install; \
678	else \
679	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
682	fi
683mostlyclean-generic:
684
685clean-generic:
686	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
687
688distclean-generic:
689	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
690	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
691
692maintainer-clean-generic:
693	@echo "This command is intended for maintainers to use"
694	@echo "it deletes files that may require special tools to rebuild."
695clean: clean-recursive
696
697clean-am: clean-generic clean-libtool mostlyclean-am
698
699distclean: distclean-recursive
700	-rm -f Makefile
701distclean-am: clean-am distclean-generic distclean-tags
702
703dvi: dvi-recursive
704
705dvi-am:
706
707html: html-recursive
708
709html-am:
710
711info: info-recursive
712
713info-am:
714
715install-data-am:
716
717install-dvi: install-dvi-recursive
718
719install-dvi-am:
720
721install-exec-am:
722
723install-html: install-html-recursive
724
725install-html-am:
726
727install-info: install-info-recursive
728
729install-info-am:
730
731install-man:
732
733install-pdf: install-pdf-recursive
734
735install-pdf-am:
736
737install-ps: install-ps-recursive
738
739install-ps-am:
740
741installcheck-am:
742
743maintainer-clean: maintainer-clean-recursive
744	-rm -f Makefile
745maintainer-clean-am: distclean-am maintainer-clean-generic
746
747mostlyclean: mostlyclean-recursive
748
749mostlyclean-am: mostlyclean-generic mostlyclean-libtool
750
751pdf: pdf-recursive
752
753pdf-am:
754
755ps: ps-recursive
756
757ps-am:
758
759uninstall-am:
760
761.MAKE: $(am__recursive_targets) install-am install-strip
762
763.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
764	check-am clean clean-generic clean-libtool cscopelist-am ctags \
765	ctags-am distclean distclean-generic distclean-libtool \
766	distclean-tags distdir dvi dvi-am html html-am info info-am \
767	install install-am install-data install-data-am install-dvi \
768	install-dvi-am install-exec install-exec-am install-html \
769	install-html-am install-info install-info-am install-man \
770	install-pdf install-pdf-am install-ps install-ps-am \
771	install-strip installcheck installcheck-am installdirs \
772	installdirs-am maintainer-clean maintainer-clean-generic \
773	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
774	ps ps-am tags tags-am uninstall uninstall-am
775
776.PRECIOUS: Makefile
777
778
779# Tell versions [3.59,3.63) of GNU make to not export all variables.
780# Otherwise a system limit (for SysV at least) may be exceeded.
781.NOEXPORT:
782