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