1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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#
18# Licensed to the Apache Software Foundation (ASF) under one
19# or more contributor license agreements. See the NOTICE file
20# distributed with this work for additional information
21# regarding copyright ownership. The ASF licenses this file
22# to you under the Apache License, Version 2.0 (the
23# "License"); you may not use this file except in compliance
24# with the License. You may obtain a copy of the License at
25#
26#   http://www.apache.org/licenses/LICENSE-2.0
27#
28# Unless required by applicable law or agreed to in writing,
29# software distributed under the License is distributed on an
30# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
31# KIND, either express or implied. See the License for the
32# specific language governing permissions and limitations
33# under the License.
34#
35VPATH = @srcdir@
36am__is_gnu_make = { \
37  if test -z '$(MAKELEVEL)'; then \
38    false; \
39  elif test -n '$(MAKE_HOST)'; then \
40    true; \
41  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42    true; \
43  else \
44    false; \
45  fi; \
46}
47am__make_running_with_option = \
48  case $${target_option-} in \
49      ?) ;; \
50      *) echo "am__make_running_with_option: internal error: invalid" \
51              "target option '$${target_option-}' specified" >&2; \
52         exit 1;; \
53  esac; \
54  has_opt=no; \
55  sane_makeflags=$$MAKEFLAGS; \
56  if $(am__is_gnu_make); then \
57    sane_makeflags=$$MFLAGS; \
58  else \
59    case $$MAKEFLAGS in \
60      *\\[\ \	]*) \
61        bs=\\; \
62        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
64    esac; \
65  fi; \
66  skip_next=no; \
67  strip_trailopt () \
68  { \
69    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70  }; \
71  for flg in $$sane_makeflags; do \
72    test $$skip_next = yes && { skip_next=no; continue; }; \
73    case $$flg in \
74      *=*|--*) continue;; \
75        -*I) strip_trailopt 'I'; skip_next=yes;; \
76      -*I?*) strip_trailopt 'I';; \
77        -*O) strip_trailopt 'O'; skip_next=yes;; \
78      -*O?*) strip_trailopt 'O';; \
79        -*l) strip_trailopt 'l'; skip_next=yes;; \
80      -*l?*) strip_trailopt 'l';; \
81      -[dEDm]) skip_next=yes;; \
82      -[JT]) skip_next=yes;; \
83    esac; \
84    case $$flg in \
85      *$$target_option*) has_opt=yes; break;; \
86    esac; \
87  done; \
88  test $$has_opt = yes
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/@PACKAGE@
92pkgincludedir = $(includedir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkglibexecdir = $(libexecdir)/@PACKAGE@
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = @build@
108host_triplet = @host@
109@WITH_TESTS_TRUE@am__append_1 = test
110subdir = lib/rs
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/aclocal/ac_prog_bison.m4 \
113	$(top_srcdir)/aclocal/ax_boost_base.m4 \
114	$(top_srcdir)/aclocal/ax_check_openssl.m4 \
115	$(top_srcdir)/aclocal/ax_compare_version.m4 \
116	$(top_srcdir)/aclocal/ax_cxx_compile_stdcxx.m4 \
117	$(top_srcdir)/aclocal/ax_cxx_compile_stdcxx_11.m4 \
118	$(top_srcdir)/aclocal/ax_dmd.m4 \
119	$(top_srcdir)/aclocal/ax_javac_and_java.m4 \
120	$(top_srcdir)/aclocal/ax_lib_event.m4 \
121	$(top_srcdir)/aclocal/ax_lib_zlib.m4 \
122	$(top_srcdir)/aclocal/ax_lua.m4 \
123	$(top_srcdir)/aclocal/ax_prog_dotnetcore_version.m4 \
124	$(top_srcdir)/aclocal/ax_prog_haxe_version.m4 \
125	$(top_srcdir)/aclocal/ax_prog_perl_modules.m4 \
126	$(top_srcdir)/aclocal/ax_signed_right_shift.m4 \
127	$(top_srcdir)/aclocal/ax_thrift_internal.m4 \
128	$(top_srcdir)/aclocal/libtool.m4 \
129	$(top_srcdir)/aclocal/ltoptions.m4 \
130	$(top_srcdir)/aclocal/ltsugar.m4 \
131	$(top_srcdir)/aclocal/ltversion.m4 \
132	$(top_srcdir)/aclocal/lt~obsolete.m4 \
133	$(top_srcdir)/aclocal/tar.m4 $(top_srcdir)/configure.ac
134am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
135	$(ACLOCAL_M4)
136DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
137mkinstalldirs = $(install_sh) -d
138CONFIG_HEADER = $(top_builddir)/config.h \
139	$(top_builddir)/lib/cpp/src/thrift/config.h \
140	$(top_builddir)/lib/c_glib/src/thrift/config.h
141CONFIG_CLEAN_FILES =
142CONFIG_CLEAN_VPATH_FILES =
143AM_V_P = $(am__v_P_@AM_V@)
144am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145am__v_P_0 = false
146am__v_P_1 = :
147AM_V_GEN = $(am__v_GEN_@AM_V@)
148am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149am__v_GEN_0 = @echo "  GEN     " $@;
150am__v_GEN_1 =
151AM_V_at = $(am__v_at_@AM_V@)
152am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153am__v_at_0 = @
154am__v_at_1 =
155SOURCES =
156DIST_SOURCES =
157RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
158	ctags-recursive dvi-recursive html-recursive info-recursive \
159	install-data-recursive install-dvi-recursive \
160	install-exec-recursive install-html-recursive \
161	install-info-recursive install-pdf-recursive \
162	install-ps-recursive install-recursive installcheck-recursive \
163	installdirs-recursive pdf-recursive ps-recursive \
164	tags-recursive uninstall-recursive
165am__can_run_installinfo = \
166  case $$AM_UPDATE_INFO_DIR in \
167    n|no|NO) false;; \
168    *) (install-info --version) >/dev/null 2>&1;; \
169  esac
170RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
171  distclean-recursive maintainer-clean-recursive
172am__recursive_targets = \
173  $(RECURSIVE_TARGETS) \
174  $(RECURSIVE_CLEAN_TARGETS) \
175  $(am__extra_recursive_targets)
176AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
177	distdir
178am__extra_recursive_targets = style-recursive
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198DIST_SUBDIRS = . test
199am__DIST_COMMON = $(srcdir)/Makefile.in
200DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201am__relativize = \
202  dir0=`pwd`; \
203  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
204  sed_rest='s,^[^/]*/*,,'; \
205  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
206  sed_butlast='s,/*[^/]*$$,,'; \
207  while test -n "$$dir1"; do \
208    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
209    if test "$$first" != "."; then \
210      if test "$$first" = ".."; then \
211        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
212        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
213      else \
214        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
215        if test "$$first2" = "$$first"; then \
216          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
217        else \
218          dir2="../$$dir2"; \
219        fi; \
220        dir0="$$dir0"/"$$first"; \
221      fi; \
222    fi; \
223    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
224  done; \
225  reldir="$$dir2"
226ACLOCAL = @ACLOCAL@
227ALLOCA = @ALLOCA@
228AMTAR = @AMTAR@
229AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
230ANT = @ANT@
231ANT_FLAGS = @ANT_FLAGS@
232AR = @AR@
233AUTOCONF = @AUTOCONF@
234AUTOHEADER = @AUTOHEADER@
235AUTOMAKE = @AUTOMAKE@
236AWK = @AWK@
237BISON = @BISON@
238BOOST_CHRONO_LDADD = @BOOST_CHRONO_LDADD@
239BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
240BOOST_FILESYSTEM_LDADD = @BOOST_FILESYSTEM_LDADD@
241BOOST_LDFLAGS = @BOOST_LDFLAGS@
242BOOST_LIB_DIR = @BOOST_LIB_DIR@
243BOOST_SYSTEM_LDADD = @BOOST_SYSTEM_LDADD@
244BOOST_TEST_LDADD = @BOOST_TEST_LDADD@
245BOOST_THREAD_LDADD = @BOOST_THREAD_LDADD@
246BUNDLER = @BUNDLER@
247CABAL = @CABAL@
248CABAL_CONFIGURE_FLAGS = @CABAL_CONFIGURE_FLAGS@
249CARGO = @CARGO@
250CC = @CC@
251CCDEPMODE = @CCDEPMODE@
252CFLAGS = @CFLAGS@
253CLASSPATH = @CLASSPATH@
254CPP = @CPP@
255CPPFLAGS = @CPPFLAGS@
256CPPSTYLE_CMD = @CPPSTYLE_CMD@
257CXX = @CXX@
258CXXCPP = @CXXCPP@
259CXXDEPMODE = @CXXDEPMODE@
260CXXFLAGS = @CXXFLAGS@
261CYGPATH_W = @CYGPATH_W@
262DART = @DART@
263DARTPUB = @DARTPUB@
264DEFS = @DEFS@
265DEPDIR = @DEPDIR@
266DLLTOOL = @DLLTOOL@
267DMD = @DMD@
268DMD_LIBEVENT_FLAGS = @DMD_LIBEVENT_FLAGS@
269DMD_OF_DIRSEP = @DMD_OF_DIRSEP@
270DMD_OPENSSL_FLAGS = @DMD_OPENSSL_FLAGS@
271DOTNETCORE = @DOTNETCORE@
272DOTNETCORE_VERSION = @DOTNETCORE_VERSION@
273DSYMUTIL = @DSYMUTIL@
274DUMPBIN = @DUMPBIN@
275D_EVENT_LIB_NAME = @D_EVENT_LIB_NAME@
276D_IMPORT_PREFIX = @D_IMPORT_PREFIX@
277D_LIB_NAME = @D_LIB_NAME@
278D_SSL_LIB_NAME = @D_SSL_LIB_NAME@
279ECHO_C = @ECHO_C@
280ECHO_N = @ECHO_N@
281ECHO_T = @ECHO_T@
282EGREP = @EGREP@
283ENABLE_COVERAGE = @ENABLE_COVERAGE@
284ERL = @ERL@
285ERLANG_INSTALL_LIB_DIR = @ERLANG_INSTALL_LIB_DIR@
286ERLANG_INSTALL_LIB_DIR_thrift = @ERLANG_INSTALL_LIB_DIR_thrift@
287ERLANG_LIB_DIR = @ERLANG_LIB_DIR@
288ERLC = @ERLC@
289ERLCFLAGS = @ERLCFLAGS@
290EXEEXT = @EXEEXT@
291FGREP = @FGREP@
292FLEX_COMPC = @FLEX_COMPC@
293GCOV_CFLAGS = @GCOV_CFLAGS@
294GCOV_CXXFLAGS = @GCOV_CXXFLAGS@
295GCOV_LDFLAGS = @GCOV_LDFLAGS@
296GLIB_CFLAGS = @GLIB_CFLAGS@
297GLIB_LIBS = @GLIB_LIBS@
298GO = @GO@
299GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
300GOBJECT_LIBS = @GOBJECT_LIBS@
301GRADLE_OPTS = @GRADLE_OPTS@
302GREP = @GREP@
303GSETTINGS = @GSETTINGS@
304HAVE_CXX11 = @HAVE_CXX11@
305HAXE = @HAXE@
306HAXE_VERSION = @HAXE_VERSION@
307INSTALL = @INSTALL@
308INSTALLDIRS = @INSTALLDIRS@
309INSTALL_DATA = @INSTALL_DATA@
310INSTALL_PROGRAM = @INSTALL_PROGRAM@
311INSTALL_SCRIPT = @INSTALL_SCRIPT@
312INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
313JAVA_PREFIX = @JAVA_PREFIX@
314LD = @LD@
315LDFLAGS = @LDFLAGS@
316LEX = @LEX@
317LEXLIB = @LEXLIB@
318LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
319LIBEVENT_CPPFLAGS = @LIBEVENT_CPPFLAGS@
320LIBEVENT_LDFLAGS = @LIBEVENT_LDFLAGS@
321LIBEVENT_LIBS = @LIBEVENT_LIBS@
322LIBOBJS = @LIBOBJS@
323LIBS = @LIBS@
324LIBTOOL = @LIBTOOL@
325LIPO = @LIPO@
326LN_S = @LN_S@
327LTLIBOBJS = @LTLIBOBJS@
328LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
329LUA = @LUA@
330LUA_EXEC_PREFIX = @LUA_EXEC_PREFIX@
331LUA_INCLUDE = @LUA_INCLUDE@
332LUA_LIB = @LUA_LIB@
333LUA_PLATFORM = @LUA_PLATFORM@
334LUA_PREFIX = @LUA_PREFIX@
335LUA_SHORT_VERSION = @LUA_SHORT_VERSION@
336LUA_VERSION = @LUA_VERSION@
337MAKEINFO = @MAKEINFO@
338MANIFEST_TOOL = @MANIFEST_TOOL@
339MAYBE_AS3 = @MAYBE_AS3@
340MAYBE_CL = @MAYBE_CL@
341MAYBE_CPP = @MAYBE_CPP@
342MAYBE_C_GLIB = @MAYBE_C_GLIB@
343MAYBE_D = @MAYBE_D@
344MAYBE_DART = @MAYBE_DART@
345MAYBE_ERLANG = @MAYBE_ERLANG@
346MAYBE_GO = @MAYBE_GO@
347MAYBE_HASKELL = @MAYBE_HASKELL@
348MAYBE_JAVA = @MAYBE_JAVA@
349MAYBE_LUA = @MAYBE_LUA@
350MAYBE_NETSTD = @MAYBE_NETSTD@
351MAYBE_NODEJS = @MAYBE_NODEJS@
352MAYBE_NODETS = @MAYBE_NODETS@
353MAYBE_PERL = @MAYBE_PERL@
354MAYBE_PHP = @MAYBE_PHP@
355MAYBE_PY3 = @MAYBE_PY3@
356MAYBE_PYTHON = @MAYBE_PYTHON@
357MAYBE_RS = @MAYBE_RS@
358MAYBE_RUBY = @MAYBE_RUBY@
359MAYBE_SWIFT = @MAYBE_SWIFT@
360MKDIR_P = @MKDIR_P@
361NM = @NM@
362NMEDIT = @NMEDIT@
363NODEJS = @NODEJS@
364NODETS = @NODETS@
365NPM = @NPM@
366OBJDUMP = @OBJDUMP@
367OBJEXT = @OBJEXT@
368OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
369OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
370OPENSSL_LIBS = @OPENSSL_LIBS@
371OTOOL = @OTOOL@
372OTOOL64 = @OTOOL64@
373PACKAGE = @PACKAGE@
374PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
375PACKAGE_NAME = @PACKAGE_NAME@
376PACKAGE_STRING = @PACKAGE_STRING@
377PACKAGE_TARNAME = @PACKAGE_TARNAME@
378PACKAGE_URL = @PACKAGE_URL@
379PACKAGE_VERSION = @PACKAGE_VERSION@
380PATH_SEPARATOR = @PATH_SEPARATOR@
381PERL = @PERL@
382PERL_PREFIX = @PERL_PREFIX@
383PHP = @PHP@
384PHP_CONFIG = @PHP_CONFIG@
385PHP_CONFIG_PREFIX = @PHP_CONFIG_PREFIX@
386PHP_PREFIX = @PHP_PREFIX@
387PKG_CONFIG = @PKG_CONFIG@
388PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
389PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
390PYTHON = @PYTHON@
391PYTHON3 = @PYTHON3@
392PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
393PYTHON_PLATFORM = @PYTHON_PLATFORM@
394PYTHON_PREFIX = @PYTHON_PREFIX@
395PYTHON_VERSION = @PYTHON_VERSION@
396PY_PREFIX = @PY_PREFIX@
397QT5_CFLAGS = @QT5_CFLAGS@
398QT5_LIBS = @QT5_LIBS@
399QT5_MOC = @QT5_MOC@
400RANLIB = @RANLIB@
401REBAR = @REBAR@
402RUBY = @RUBY@
403RUBY_PREFIX = @RUBY_PREFIX@
404RUNHASKELL = @RUNHASKELL@
405RUSTC = @RUSTC@
406SBCL = @SBCL@
407SED = @SED@
408SET_MAKE = @SET_MAKE@
409SHELL = @SHELL@
410STRIP = @STRIP@
411SWIFT = @SWIFT@
412THRIFT = @THRIFT@
413TRIAL = @TRIAL@
414VERSION = @VERSION@
415YACC = @YACC@
416YFLAGS = @YFLAGS@
417ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
418ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
419ZLIB_LIBS = @ZLIB_LIBS@
420abs_builddir = @abs_builddir@
421abs_srcdir = @abs_srcdir@
422abs_top_builddir = @abs_top_builddir@
423abs_top_srcdir = @abs_top_srcdir@
424ac_ct_AR = @ac_ct_AR@
425ac_ct_CC = @ac_ct_CC@
426ac_ct_CXX = @ac_ct_CXX@
427ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
428am__include = @am__include@
429am__leading_dot = @am__leading_dot@
430am__quote = @am__quote@
431am__tar = @am__tar@
432am__untar = @am__untar@
433bindir = @bindir@
434build = @build@
435build_alias = @build_alias@
436build_cpu = @build_cpu@
437build_os = @build_os@
438build_vendor = @build_vendor@
439builddir = @builddir@
440datadir = @datadir@
441datarootdir = @datarootdir@
442docdir = @docdir@
443dvidir = @dvidir@
444exec_prefix = @exec_prefix@
445golang_version = @golang_version@
446have_prog_bison = @have_prog_bison@
447host = @host@
448host_alias = @host_alias@
449host_cpu = @host_cpu@
450host_os = @host_os@
451host_vendor = @host_vendor@
452htmldir = @htmldir@
453includedir = @includedir@
454infodir = @infodir@
455install_sh = @install_sh@
456libdir = @libdir@
457libexecdir = @libexecdir@
458localedir = @localedir@
459localstatedir = @localstatedir@
460luadir = @luadir@
461luaexecdir = @luaexecdir@
462mandir = @mandir@
463mkdir_p = @mkdir_p@
464oldincludedir = @oldincludedir@
465pdfdir = @pdfdir@
466pkgluadir = @pkgluadir@
467pkgluaexecdir = @pkgluaexecdir@
468pkgpyexecdir = @pkgpyexecdir@
469pkgpythondir = @pkgpythondir@
470prefix = @prefix@
471program_transform_name = @program_transform_name@
472psdir = @psdir@
473pyexecdir = @pyexecdir@
474pythondir = @pythondir@
475runstatedir = @runstatedir@
476rustc_version = @rustc_version@
477sbindir = @sbindir@
478sharedstatedir = @sharedstatedir@
479srcdir = @srcdir@
480subdirs = @subdirs@
481sysconfdir = @sysconfdir@
482target_alias = @target_alias@
483top_build_prefix = @top_build_prefix@
484top_builddir = @top_builddir@
485top_srcdir = @top_srcdir@
486SUBDIRS = . $(am__append_1)
487EXTRA_DIST = \
488	src \
489	Cargo.toml \
490	README.md \
491	release.sh \
492	RELEASING.md
493
494all: all-recursive
495
496.SUFFIXES:
497$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
498	@for dep in $?; do \
499	  case '$(am__configure_deps)' in \
500	    *$$dep*) \
501	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
502	        && { if test -f $@; then exit 0; else break; fi; }; \
503	      exit 1;; \
504	  esac; \
505	done; \
506	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/rs/Makefile'; \
507	$(am__cd) $(top_srcdir) && \
508	  $(AUTOMAKE) --foreign lib/rs/Makefile
509Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
510	@case '$?' in \
511	  *config.status*) \
512	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
513	  *) \
514	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
515	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
516	esac;
517
518$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
519	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
520
521$(top_srcdir)/configure:  $(am__configure_deps)
522	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
523$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
524	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
525$(am__aclocal_m4_deps):
526
527mostlyclean-libtool:
528	-rm -f *.lo
529
530clean-libtool:
531	-rm -rf .libs _libs
532
533# This directory's subdirectories are mostly independent; you can cd
534# into them and run 'make' without going through this Makefile.
535# To change the values of 'make' variables: instead of editing Makefiles,
536# (1) if the variable is set in 'config.status', edit 'config.status'
537#     (which will cause the Makefiles to be regenerated when you run 'make');
538# (2) otherwise, pass the desired values on the 'make' command line.
539$(am__recursive_targets):
540	@fail=; \
541	if $(am__make_keepgoing); then \
542	  failcom='fail=yes'; \
543	else \
544	  failcom='exit 1'; \
545	fi; \
546	dot_seen=no; \
547	target=`echo $@ | sed s/-recursive//`; \
548	case "$@" in \
549	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
550	  *) list='$(SUBDIRS)' ;; \
551	esac; \
552	for subdir in $$list; do \
553	  echo "Making $$target in $$subdir"; \
554	  if test "$$subdir" = "."; then \
555	    dot_seen=yes; \
556	    local_target="$$target-am"; \
557	  else \
558	    local_target="$$target"; \
559	  fi; \
560	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
561	  || eval $$failcom; \
562	done; \
563	if test "$$dot_seen" = "no"; then \
564	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
565	fi; test -z "$$fail"
566style-local:
567
568ID: $(am__tagged_files)
569	$(am__define_uniq_tagged_files); mkid -fID $$unique
570tags: tags-recursive
571TAGS: tags
572
573tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
574	set x; \
575	here=`pwd`; \
576	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
577	  include_option=--etags-include; \
578	  empty_fix=.; \
579	else \
580	  include_option=--include; \
581	  empty_fix=; \
582	fi; \
583	list='$(SUBDIRS)'; for subdir in $$list; do \
584	  if test "$$subdir" = .; then :; else \
585	    test ! -f $$subdir/TAGS || \
586	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
587	  fi; \
588	done; \
589	$(am__define_uniq_tagged_files); \
590	shift; \
591	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
592	  test -n "$$unique" || unique=$$empty_fix; \
593	  if test $$# -gt 0; then \
594	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
595	      "$$@" $$unique; \
596	  else \
597	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598	      $$unique; \
599	  fi; \
600	fi
601ctags: ctags-recursive
602
603CTAGS: ctags
604ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
605	$(am__define_uniq_tagged_files); \
606	test -z "$(CTAGS_ARGS)$$unique" \
607	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
608	     $$unique
609
610GTAGS:
611	here=`$(am__cd) $(top_builddir) && pwd` \
612	  && $(am__cd) $(top_srcdir) \
613	  && gtags -i $(GTAGS_ARGS) "$$here"
614cscopelist: cscopelist-recursive
615
616cscopelist-am: $(am__tagged_files)
617	list='$(am__tagged_files)'; \
618	case "$(srcdir)" in \
619	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
620	  *) sdir=$(subdir)/$(srcdir) ;; \
621	esac; \
622	for i in $$list; do \
623	  if test -f "$$i"; then \
624	    echo "$(subdir)/$$i"; \
625	  else \
626	    echo "$$sdir/$$i"; \
627	  fi; \
628	done >> $(top_builddir)/cscope.files
629
630distclean-tags:
631	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
632
633distdir: $(DISTFILES)
634	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636	list='$(DISTFILES)'; \
637	  dist_files=`for file in $$list; do echo $$file; done | \
638	  sed -e "s|^$$srcdirstrip/||;t" \
639	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
640	case $$dist_files in \
641	  */*) $(MKDIR_P) `echo "$$dist_files" | \
642			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
643			   sort -u` ;; \
644	esac; \
645	for file in $$dist_files; do \
646	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
647	  if test -d $$d/$$file; then \
648	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
649	    if test -d "$(distdir)/$$file"; then \
650	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
651	    fi; \
652	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
653	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
654	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655	    fi; \
656	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
657	  else \
658	    test -f "$(distdir)/$$file" \
659	    || cp -p $$d/$$file "$(distdir)/$$file" \
660	    || exit 1; \
661	  fi; \
662	done
663	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
664	  if test "$$subdir" = .; then :; else \
665	    $(am__make_dryrun) \
666	      || test -d "$(distdir)/$$subdir" \
667	      || $(MKDIR_P) "$(distdir)/$$subdir" \
668	      || exit 1; \
669	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
670	    $(am__relativize); \
671	    new_distdir=$$reldir; \
672	    dir1=$$subdir; dir2="$(top_distdir)"; \
673	    $(am__relativize); \
674	    new_top_distdir=$$reldir; \
675	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
676	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
677	    ($(am__cd) $$subdir && \
678	      $(MAKE) $(AM_MAKEFLAGS) \
679	        top_distdir="$$new_top_distdir" \
680	        distdir="$$new_distdir" \
681		am__remove_distdir=: \
682		am__skip_length_check=: \
683		am__skip_mode_fix=: \
684	        distdir) \
685	      || exit 1; \
686	  fi; \
687	done
688check-am: all-am
689	$(MAKE) $(AM_MAKEFLAGS) check-local
690check: check-recursive
691all-am: Makefile all-local
692installdirs: installdirs-recursive
693installdirs-am:
694install-exec: install-exec-recursive
695install-data: install-data-recursive
696uninstall: uninstall-recursive
697
698install-am: all-am
699	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
700
701installcheck: installcheck-recursive
702install-strip:
703	if test -z '$(STRIP)'; then \
704	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
705	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
706	      install; \
707	else \
708	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
709	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
710	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
711	fi
712mostlyclean-generic:
713
714clean-generic:
715
716distclean-generic:
717	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
718	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
719
720maintainer-clean-generic:
721	@echo "This command is intended for maintainers to use"
722	@echo "it deletes files that may require special tools to rebuild."
723clean: clean-recursive
724
725clean-am: clean-generic clean-libtool clean-local mostlyclean-am
726
727distclean: distclean-recursive
728	-rm -f Makefile
729distclean-am: clean-am distclean-generic distclean-tags
730
731dvi: dvi-recursive
732
733dvi-am:
734
735html: html-recursive
736
737html-am:
738
739info: info-recursive
740
741info-am:
742
743install-data-am:
744
745install-dvi: install-dvi-recursive
746
747install-dvi-am:
748
749install-exec-am:
750
751install-html: install-html-recursive
752
753install-html-am:
754
755install-info: install-info-recursive
756
757install-info-am:
758
759install-man:
760
761install-pdf: install-pdf-recursive
762
763install-pdf-am:
764
765install-ps: install-ps-recursive
766
767install-ps-am:
768
769installcheck-am:
770
771maintainer-clean: maintainer-clean-recursive
772	-rm -f Makefile
773maintainer-clean-am: distclean-am maintainer-clean-generic
774
775mostlyclean: mostlyclean-recursive
776
777mostlyclean-am: mostlyclean-generic mostlyclean-libtool
778
779pdf: pdf-recursive
780
781pdf-am:
782
783ps: ps-recursive
784
785ps-am:
786
787style: style-recursive
788
789style-am: style-local
790
791uninstall-am:
792
793.MAKE: $(am__recursive_targets) check-am install-am install-strip
794
795.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
796	check check-am check-local clean clean-generic clean-libtool \
797	clean-local cscopelist-am ctags ctags-am distclean \
798	distclean-generic distclean-libtool distclean-tags distdir dvi \
799	dvi-am html html-am info info-am install install-am \
800	install-data install-data-am install-dvi install-dvi-am \
801	install-exec install-exec-am install-html install-html-am \
802	install-info install-info-am install-man install-pdf \
803	install-pdf-am install-ps install-ps-am install-strip \
804	installcheck installcheck-am installdirs installdirs-am \
805	maintainer-clean maintainer-clean-generic mostlyclean \
806	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
807	style-am style-local tags tags-am uninstall uninstall-am
808
809.PRECIOUS: Makefile
810
811
812install:
813	@echo '##############################################################'
814	@echo '##############################################################'
815	@echo 'The Rust client library should be installed via a Cargo.toml dependency - please see /lib/rs/README.md'
816	@echo '##############################################################'
817	@echo '##############################################################'
818
819check-local:
820	$(CARGO) test
821
822all-local:
823	$(CARGO) build
824
825clean-local:
826	$(CARGO) clean
827	-$(RM) Cargo.lock
828
829# Tell versions [3.59,3.63) of GNU make to not export all variables.
830# Otherwise a system limit (for SysV at least) may be exceeded.
831.NOEXPORT:
832