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