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