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