1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# lib/haxe/test/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 = lib/haxe/test
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 = /thrift/src/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/lib/haxe/test
360abs_srcdir = /thrift/src/lib/haxe/test
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 = ../../..
425THRIFTCMD = $(THRIFT) --gen haxe -r
426THRIFTTEST = $(top_srcdir)/test/ThriftTest.thrift
427AGGR = $(top_srcdir)/contrib/async-test/aggr.thrift
428BENCHMARK = $(top_srcdir)/lib/rb/benchmark/Benchmark.thrift
429BIN_CPP = bin/Main-debug
430BIN_PHP = bin/php/Main-debug.php
431EXTRA_DIST = \
432             src \
433             cpp.hxml \
434             csharp.hxml \
435             flash.hxml \
436             java.hxml \
437             javascript.hxml \
438             neko.hxml \
439             php.hxml \
440             python.hxml \
441             project.hide \
442             HaxeTests.hxproj \
443             make_all.bat \
444             make_all.sh
445
446all: all-am
447
448.SUFFIXES:
449$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
450	@for dep in $?; do \
451	  case '$(am__configure_deps)' in \
452	    *$$dep*) \
453	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
454	        && { if test -f $@; then exit 0; else break; fi; }; \
455	      exit 1;; \
456	  esac; \
457	done; \
458	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/haxe/test/Makefile'; \
459	$(am__cd) $(top_srcdir) && \
460	  $(AUTOMAKE) --foreign lib/haxe/test/Makefile
461Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
462	@case '$?' in \
463	  *config.status*) \
464	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
465	  *) \
466	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
467	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
468	esac;
469
470$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
473$(top_srcdir)/configure:  $(am__configure_deps)
474	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
476	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477$(am__aclocal_m4_deps):
478
479mostlyclean-libtool:
480	-rm -f *.lo
481
482clean-libtool:
483	-rm -rf .libs _libs
484style-local:
485tags TAGS:
486
487ctags CTAGS:
488
489cscope cscopelist:
490
491
492distdir: $(DISTFILES)
493	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495	list='$(DISTFILES)'; \
496	  dist_files=`for file in $$list; do echo $$file; done | \
497	  sed -e "s|^$$srcdirstrip/||;t" \
498	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
499	case $$dist_files in \
500	  */*) $(MKDIR_P) `echo "$$dist_files" | \
501			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
502			   sort -u` ;; \
503	esac; \
504	for file in $$dist_files; do \
505	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
506	  if test -d $$d/$$file; then \
507	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
508	    if test -d "$(distdir)/$$file"; then \
509	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
510	    fi; \
511	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
512	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
513	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514	    fi; \
515	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
516	  else \
517	    test -f "$(distdir)/$$file" \
518	    || cp -p $$d/$$file "$(distdir)/$$file" \
519	    || exit 1; \
520	  fi; \
521	done
522check-am: all-am
523check: check-am
524all-am: Makefile all-local
525installdirs:
526install: install-am
527install-exec: install-exec-am
528install-data: install-data-am
529uninstall: uninstall-am
530
531install-am: all-am
532	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
533
534installcheck: installcheck-am
535install-strip:
536	if test -z '$(STRIP)'; then \
537	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539	      install; \
540	else \
541	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
544	fi
545mostlyclean-generic:
546
547clean-generic:
548
549distclean-generic:
550	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552
553maintainer-clean-generic:
554	@echo "This command is intended for maintainers to use"
555	@echo "it deletes files that may require special tools to rebuild."
556clean: clean-am
557
558clean-am: clean-generic clean-libtool clean-local mostlyclean-am
559
560distclean: distclean-am
561	-rm -f Makefile
562distclean-am: clean-am distclean-generic
563
564dvi: dvi-am
565
566dvi-am:
567
568html: html-am
569
570html-am:
571
572info: info-am
573
574info-am:
575
576install-data-am:
577
578install-dvi: install-dvi-am
579
580install-dvi-am:
581
582install-exec-am:
583
584install-html: install-html-am
585
586install-html-am:
587
588install-info: install-info-am
589
590install-info-am:
591
592install-man:
593
594install-pdf: install-pdf-am
595
596install-pdf-am:
597
598install-ps: install-ps-am
599
600install-ps-am:
601
602installcheck-am:
603
604maintainer-clean: maintainer-clean-am
605	-rm -f Makefile
606maintainer-clean-am: distclean-am maintainer-clean-generic
607
608mostlyclean: mostlyclean-am
609
610mostlyclean-am: mostlyclean-generic mostlyclean-libtool
611
612pdf: pdf-am
613
614pdf-am:
615
616ps: ps-am
617
618ps-am:
619
620style: style-am
621
622style-am: style-local
623
624uninstall-am:
625
626.MAKE: install-am install-strip
627
628.PHONY: all all-am all-local check check-am clean clean-generic \
629	clean-libtool clean-local cscopelist-am ctags-am distclean \
630	distclean-generic distclean-libtool distdir dvi dvi-am html \
631	html-am info info-am install install-am install-data \
632	install-data-am install-dvi install-dvi-am install-exec \
633	install-exec-am install-html install-html-am install-info \
634	install-info-am install-man install-pdf install-pdf-am \
635	install-ps install-ps-am install-strip installcheck \
636	installcheck-am installdirs maintainer-clean \
637	maintainer-clean-generic mostlyclean mostlyclean-generic \
638	mostlyclean-libtool pdf pdf-am ps ps-am style-am style-local \
639	tags-am uninstall uninstall-am
640
641.PRECIOUS: Makefile
642
643
644gen-haxe/thrift/test/ThriftTest.hx: $(THRIFTTEST)
645	$(THRIFTCMD) $(THRIFTTEST)
646
647gen-haxe/thrift/test/Aggr.hx: $(AGGR)
648	$(THRIFTCMD) $(AGGR)
649
650gen-haxe/thrift/test/BenchmarkService.hx: $(BENCHMARK)
651	$(THRIFTCMD) $(BENCHMARK)
652
653all-local: $(BIN_CPP) $(BIN_PHP)
654
655$(BIN_CPP): \
656		src/*.hx \
657		../src/org/apache/thrift/**/*.hx \
658		gen-haxe/thrift/test/ThriftTest.hx \
659		gen-haxe/thrift/test/Aggr.hx \
660		gen-haxe/thrift/test/BenchmarkService.hx
661	$(HAXE) --cwd .  cpp.hxml
662
663$(BIN_PHP): \
664		src/*.hx \
665		../src/org/apache/thrift/**/*.hx \
666		gen-haxe/thrift/test/ThriftTest.hx \
667		gen-haxe/thrift/test/Aggr.hx \
668		gen-haxe/thrift/test/BenchmarkService.hx
669	$(HAXE) --cwd .  php.hxml
670
671#TODO: other haxe targets
672#    $(HAXE)  --cwd .  csharp
673#    $(HAXE)  --cwd .  flash
674#    $(HAXE)  --cwd .  java
675#    $(HAXE)  --cwd .  javascript
676#    $(HAXE)  --cwd .  neko
677#    $(HAXE)  --cwd .  python  # needs Haxe 3.2.0
678
679clean-local:
680	$(RM) -r gen-haxe bin
681
682check: $(BIN_CPP) $(BIN_PHP)
683	$(BIN_CPP)
684	php -f $(BIN_PHP)
685
686# Tell versions [3.59,3.63) of GNU make to not export all variables.
687# Otherwise a system limit (for SysV at least) may be exceeded.
688.NOEXPORT:
689