1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# test/lua/Makefile.  Generated from Makefile.in by configure.
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
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#
35
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)/thrift
92pkgincludedir = $(includedir)/thrift
93pkglibdir = $(libdir)/thrift
94pkglibexecdir = $(libexecdir)/thrift
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 = x86_64-pc-linux-gnu
108host_triplet = x86_64-pc-linux-gnu
109subdir = test/lua
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_$(V))
143am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
144am__v_P_0 = false
145am__v_P_1 = :
146AM_V_GEN = $(am__v_GEN_$(V))
147am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
148am__v_GEN_0 = @echo "  GEN     " $@;
149am__v_GEN_1 =
150AM_V_at = $(am__v_at_$(V))
151am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
152am__v_at_0 = @
153am__v_at_1 =
154SOURCES =
155DIST_SOURCES =
156am__can_run_installinfo = \
157  case $$AM_UPDATE_INFO_DIR in \
158    n|no|NO) false;; \
159    *) (install-info --version) >/dev/null 2>&1;; \
160  esac
161am__extra_recursive_targets = style-recursive
162am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163am__DIST_COMMON = $(srcdir)/Makefile.in
164DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165ACLOCAL = ${SHELL} /thrift/src/missing aclocal-1.15
166ALLOCA =
167AMTAR = $${TAR-tar}
168AM_DEFAULT_VERBOSITY = 1
169ANT = /usr/bin/ant
170ANT_FLAGS =
171AR = ar
172AUTOCONF = ${SHELL} /thrift/src/missing autoconf
173AUTOHEADER = ${SHELL} /thrift/src/missing autoheader
174AUTOMAKE = ${SHELL} /thrift/src/missing automake-1.15
175AWK = mawk
176BISON = bison
177BOOST_CHRONO_LDADD = /usr/lib/x86_64-linux-gnu/libboost_chrono.a
178BOOST_CPPFLAGS = -I/usr/include
179BOOST_FILESYSTEM_LDADD = /usr/lib/x86_64-linux-gnu/libboost_filesystem.a
180BOOST_LDFLAGS = -L/usr/lib/x86_64-linux-gnu
181BOOST_LIB_DIR = /usr/lib/x86_64-linux-gnu
182BOOST_SYSTEM_LDADD = /usr/lib/x86_64-linux-gnu/libboost_system.a
183BOOST_TEST_LDADD = /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.a
184BOOST_THREAD_LDADD = /usr/lib/x86_64-linux-gnu/libboost_thread.a
185BUNDLER = /usr/bin/bundle
186CABAL = /usr/bin/cabal
187CABAL_CONFIGURE_FLAGS =
188CARGO = /root/.cargo/bin/cargo
189CC = gcc
190CCDEPMODE = depmode=gcc3
191CFLAGS = -g -O2
192CLASSPATH =
193CPP = gcc -E
194CPPFLAGS =
195CPPSTYLE_CMD = find . -type f \( -iname "*.h" -or -iname "*.cpp" -or -iname "*.cc" -or -iname "*.tcc" \) -printf "Reformatting: %h/%f\n" -exec clang-format -i {} \;
196CXX = g++ -std=c++11
197CXXCPP = g++ -E -std=c++11
198CXXDEPMODE = depmode=gcc3
199CXXFLAGS = -g -O2
200CYGPATH_W = echo
201DART = /usr/lib/dart/bin/dart
202DARTPUB = /usr/lib/dart/bin/pub
203DEFS = -DHAVE_CONFIG_H
204DEPDIR = .deps
205DLLTOOL = false
206DMD = dmd
207DMD_LIBEVENT_FLAGS = -L-fuse-ld=gold -L-levent
208DMD_OF_DIRSEP = /
209DMD_OPENSSL_FLAGS = -L-fuse-ld=gold -L-lssl -L-lcrypto
210DOTNETCORE = /usr/bin/dotnet
211DOTNETCORE_VERSION = 3.1.102
212DSYMUTIL =
213DUMPBIN =
214D_EVENT_LIB_NAME = libthriftd-event.a
215D_IMPORT_PREFIX = ${prefix}/include/d2
216D_LIB_NAME = libthriftd.a
217D_SSL_LIB_NAME = libthriftd-ssl.a
218ECHO_C =
219ECHO_N = -n
220ECHO_T =
221EGREP = /bin/grep -E
222ENABLE_COVERAGE = 2
223ERL = /usr/bin/erl
224ERLANG_INSTALL_LIB_DIR = /usr/lib/erlang/lib
225ERLANG_INSTALL_LIB_DIR_thrift = ${ERLANG_INSTALL_LIB_DIR}/thrift-0.14.0
226ERLANG_LIB_DIR = /usr/lib/erlang/lib
227ERLC = /usr/bin/erlc
228ERLCFLAGS =
229EXEEXT =
230FGREP = /bin/grep -F
231FLEX_COMPC = /usr/local/adobe/flex/4.6/bin/compc
232GCOV_CFLAGS =
233GCOV_CXXFLAGS =
234GCOV_LDFLAGS =
235GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
236GLIB_LIBS = -lglib-2.0
237GO = /usr/local/bin/go
238GOBJECT_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
239GOBJECT_LIBS = -lgobject-2.0 -lglib-2.0
240GRADLE_OPTS =
241GREP = /bin/grep
242GSETTINGS = /usr/bin/gsettings
243HAVE_CXX11 = 1
244HAXE = /usr/bin/haxe
245HAXE_VERSION = 3.4.4
246INSTALL = /usr/bin/install -c
247INSTALLDIRS = vendor
248INSTALL_DATA = ${INSTALL} -m 644
249INSTALL_PROGRAM = ${INSTALL}
250INSTALL_SCRIPT = ${INSTALL}
251INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
252JAVA_PREFIX = /usr/local/lib
253LD = /usr/bin/ld -m elf_x86_64
254LDFLAGS =
255LEX = flex
256LEXLIB =
257LEX_OUTPUT_ROOT = lex.yy
258LIBEVENT_CPPFLAGS =
259LIBEVENT_LDFLAGS =
260LIBEVENT_LIBS = -levent
261LIBOBJS =
262LIBS = -lrt -lpthread
263LIBTOOL = $(SHELL) $(top_builddir)/libtool
264LIPO =
265LN_S = ln -s
266LTLIBOBJS =
267LT_SYS_LIBRARY_PATH =
268LUA = /usr/bin/lua
269LUA_EXEC_PREFIX = ${exec_prefix}
270LUA_INCLUDE = -I/usr/include/lua5.2
271LUA_LIB = -llua5.2  -ldl
272LUA_PLATFORM = unknown
273LUA_PREFIX = ${prefix}
274LUA_SHORT_VERSION = 52
275LUA_VERSION = 5.2
276MAKEINFO = ${SHELL} /thrift/src/missing makeinfo
277MANIFEST_TOOL = :
278MAYBE_AS3 = as3
279MAYBE_CL = cl
280MAYBE_CPP = cpp
281MAYBE_C_GLIB = c_glib
282MAYBE_D = d
283MAYBE_DART = dart
284MAYBE_ERLANG = erl
285MAYBE_GO = go
286MAYBE_HASKELL = hs
287MAYBE_JAVA = java
288MAYBE_LUA = lua
289MAYBE_NETSTD = netstd
290MAYBE_NODEJS = nodejs
291MAYBE_NODETS = nodets
292MAYBE_PERL = perl
293MAYBE_PHP = php
294MAYBE_PY3 = py3
295MAYBE_PYTHON = py
296MAYBE_RS = rs
297MAYBE_RUBY = rb
298MAYBE_SWIFT = swift
299MKDIR_P = /bin/mkdir -p
300NM = /usr/bin/nm -B
301NMEDIT =
302NODEJS = /usr/bin/nodejs
303NODETS = /usr/bin/node
304NPM = /usr/bin/npm
305OBJDUMP = objdump
306OBJEXT = o
307OPENSSL_INCLUDES =
308OPENSSL_LDFLAGS =
309OPENSSL_LIBS = -lssl -lcrypto
310OTOOL =
311OTOOL64 =
312PACKAGE = thrift
313PACKAGE_BUGREPORT =
314PACKAGE_NAME = thrift
315PACKAGE_STRING = thrift 0.14.0
316PACKAGE_TARNAME = thrift
317PACKAGE_URL =
318PACKAGE_VERSION = 0.14.0
319PATH_SEPARATOR = :
320PERL = /usr/bin/perl
321PERL_PREFIX = /usr/local
322PHP = /usr/bin/php
323PHP_CONFIG = /usr/bin/php-config
324PHP_CONFIG_PREFIX = /etc/php.d
325PHP_PREFIX = /usr/lib/php
326PKG_CONFIG = /usr/bin/pkg-config
327PKG_CONFIG_LIBDIR =
328PKG_CONFIG_PATH =
329PYTHON = /usr/bin/python
330PYTHON3 = /usr/bin/python3
331PYTHON_EXEC_PREFIX = ${exec_prefix}
332PYTHON_PLATFORM = linux2
333PYTHON_PREFIX = ${prefix}
334PYTHON_VERSION = 2.7
335PY_PREFIX = /usr
336QT5_CFLAGS = -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5
337QT5_LIBS = -lQt5Network -lQt5Core
338QT5_MOC = /usr/bin/moc
339RANLIB = ranlib
340REBAR = /usr/bin/rebar3
341RUBY = /usr/bin/ruby
342RUBY_PREFIX =
343RUNHASKELL = /usr/bin/runhaskell
344RUSTC = /root/.cargo/bin/rustc
345SBCL = /usr/local/bin/sbcl
346SED = /bin/sed
347SET_MAKE =
348SHELL = /bin/bash
349STRIP = strip
350SWIFT = /usr/bin/swift
351THRIFT = $(top_builddir)/compiler/cpp/thrift
352TRIAL = /usr/bin/trial
353VERSION = 0.14.0
354YACC = bison -y
355YFLAGS =
356ZLIB_CPPFLAGS =
357ZLIB_LDFLAGS =
358ZLIB_LIBS = -lz
359abs_builddir = /thrift/src/test/lua
360abs_srcdir = /thrift/src/test/lua
361abs_top_builddir = /thrift/src
362abs_top_srcdir = /thrift/src
363ac_ct_AR = ar
364ac_ct_CC = gcc
365ac_ct_CXX = g++
366ac_ct_DUMPBIN =
367am__include = include
368am__leading_dot = .
369am__quote =
370am__tar = tar --hard-dereference --format=ustar -chf - "$$tardir"
371am__untar = tar -xf -
372bindir = ${exec_prefix}/bin
373build = x86_64-pc-linux-gnu
374build_alias =
375build_cpu = x86_64
376build_os = linux-gnu
377build_vendor = pc
378builddir = .
379datadir = ${datarootdir}
380datarootdir = ${prefix}/share
381docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
382dvidir = ${docdir}
383exec_prefix = ${prefix}
384golang_version = go version go1.13.1 linux/amd64
385have_prog_bison = yes
386host = x86_64-pc-linux-gnu
387host_alias =
388host_cpu = x86_64
389host_os = linux-gnu
390host_vendor = pc
391htmldir = ${docdir}
392includedir = ${prefix}/include
393infodir = ${datarootdir}/info
394install_sh = ${SHELL} /thrift/src/install-sh
395libdir = ${exec_prefix}/lib
396libexecdir = ${exec_prefix}/libexec
397localedir = ${datarootdir}/locale
398localstatedir = ${prefix}/var
399luadir = ${prefix}/share/lua/5.2
400luaexecdir = ${exec_prefix}/lib/lua/5.2
401mandir = ${datarootdir}/man
402mkdir_p = $(MKDIR_P)
403oldincludedir = /usr/include
404pdfdir = ${docdir}
405pkgluadir = ${luadir}/thrift
406pkgluaexecdir = ${luaexecdir}/thrift
407pkgpyexecdir = ${pyexecdir}/thrift
408pkgpythondir = ${pythondir}/thrift
409prefix = /usr/local
410program_transform_name = s,x,x,
411psdir = ${docdir}
412pyexecdir = ${exec_prefix}/lib/python2.7/dist-packages
413pythondir = ${prefix}/lib/python2.7/dist-packages
414runstatedir = ${localstatedir}/run
415rustc_version = rustc 1.35.0 (3c235d560 2019-05-20)
416sbindir = ${exec_prefix}/sbin
417sharedstatedir = ${prefix}/com
418srcdir = .
419subdirs =  lib/php/src/ext/thrift_protocol
420sysconfdir = ${prefix}/etc
421target_alias =
422top_build_prefix = ../../
423top_builddir = ../..
424top_srcdir = ../..
425all: all-am
426
427.SUFFIXES:
428$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
429	@for dep in $?; do \
430	  case '$(am__configure_deps)' in \
431	    *$$dep*) \
432	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
433	        && { if test -f $@; then exit 0; else break; fi; }; \
434	      exit 1;; \
435	  esac; \
436	done; \
437	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/lua/Makefile'; \
438	$(am__cd) $(top_srcdir) && \
439	  $(AUTOMAKE) --foreign test/lua/Makefile
440Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
441	@case '$?' in \
442	  *config.status*) \
443	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
444	  *) \
445	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
446	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
447	esac;
448
449$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
450	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451
452$(top_srcdir)/configure:  $(am__configure_deps)
453	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
455	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
456$(am__aclocal_m4_deps):
457
458mostlyclean-libtool:
459	-rm -f *.lo
460
461clean-libtool:
462	-rm -rf .libs _libs
463style-local:
464tags TAGS:
465
466ctags CTAGS:
467
468cscope cscopelist:
469
470
471distdir: $(DISTFILES)
472	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474	list='$(DISTFILES)'; \
475	  dist_files=`for file in $$list; do echo $$file; done | \
476	  sed -e "s|^$$srcdirstrip/||;t" \
477	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478	case $$dist_files in \
479	  */*) $(MKDIR_P) `echo "$$dist_files" | \
480			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481			   sort -u` ;; \
482	esac; \
483	for file in $$dist_files; do \
484	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485	  if test -d $$d/$$file; then \
486	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487	    if test -d "$(distdir)/$$file"; then \
488	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489	    fi; \
490	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493	    fi; \
494	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495	  else \
496	    test -f "$(distdir)/$$file" \
497	    || cp -p $$d/$$file "$(distdir)/$$file" \
498	    || exit 1; \
499	  fi; \
500	done
501	$(MAKE) $(AM_MAKEFLAGS) \
502	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
503	  dist-hook
504check-am: all-am
505check: check-am
506all-am: Makefile
507installdirs:
508install: install-am
509install-exec: install-exec-am
510install-data: install-data-am
511uninstall: uninstall-am
512
513install-am: all-am
514	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515
516installcheck: installcheck-am
517install-strip:
518	if test -z '$(STRIP)'; then \
519	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521	      install; \
522	else \
523	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
524	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
525	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
526	fi
527mostlyclean-generic:
528
529clean-generic:
530
531distclean-generic:
532	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
533	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
534
535maintainer-clean-generic:
536	@echo "This command is intended for maintainers to use"
537	@echo "it deletes files that may require special tools to rebuild."
538clean: clean-am
539
540clean-am: clean-generic clean-libtool clean-local mostlyclean-am
541
542distclean: distclean-am
543	-rm -f Makefile
544distclean-am: clean-am distclean-generic
545
546dvi: dvi-am
547
548dvi-am:
549
550html: html-am
551
552html-am:
553
554info: info-am
555
556info-am:
557
558install-data-am:
559
560install-dvi: install-dvi-am
561
562install-dvi-am:
563
564install-exec-am:
565
566install-html: install-html-am
567
568install-html-am:
569
570install-info: install-info-am
571
572install-info-am:
573
574install-man:
575
576install-pdf: install-pdf-am
577
578install-pdf-am:
579
580install-ps: install-ps-am
581
582install-ps-am:
583
584installcheck-am:
585
586maintainer-clean: maintainer-clean-am
587	-rm -f Makefile
588maintainer-clean-am: distclean-am maintainer-clean-generic
589
590mostlyclean: mostlyclean-am
591
592mostlyclean-am: mostlyclean-generic mostlyclean-libtool
593
594pdf: pdf-am
595
596pdf-am:
597
598ps: ps-am
599
600ps-am:
601
602style: style-am
603
604style-am: style-local
605
606uninstall-am:
607
608.MAKE: install-am install-strip
609
610.PHONY: all all-am check check-am clean clean-generic clean-libtool \
611	clean-local cscopelist-am ctags-am dist-hook distclean \
612	distclean-generic distclean-libtool distdir dvi dvi-am html \
613	html-am info info-am install install-am install-data \
614	install-data-am install-dvi install-dvi-am install-exec \
615	install-exec-am install-html install-html-am install-info \
616	install-info-am install-man install-pdf install-pdf-am \
617	install-ps install-ps-am install-strip installcheck \
618	installcheck-am installdirs maintainer-clean \
619	maintainer-clean-generic mostlyclean mostlyclean-generic \
620	mostlyclean-libtool pdf pdf-am ps ps-am style-am style-local \
621	tags-am uninstall uninstall-am
622
623.PRECIOUS: Makefile
624
625
626# Remove "MapType =" line to ignore some map bug for now
627stubs: ../ThriftTest.thrift $(THRIFT)
628	$(THRIFT) --gen lua $<
629	$(SED) -i.bak 's/MapType =//g' gen-lua/ThriftTest_ttypes.lua
630	$(RM) gen-lua/ThriftTest_ttypes.lua.bak
631
632precross: stubs
633
634clean-local:
635	$(RM) -r gen-lua/
636
637dist-hook:
638	$(RM) -r $(distdir)/gen-lua/
639
640# Tell versions [3.59,3.63) of GNU make to not export all variables.
641# Otherwise a system limit (for SysV at least) may be exceeded.
642.NOEXPORT:
643