1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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#                          __  __            _
19#                       ___\ \/ /_ __   __ _| |_
20#                      / _ \\  /| '_ \ / _` | __|
21#                     |  __//  \| |_) | (_| | |_
22#                      \___/_/\_\ .__/ \__,_|\__|
23#                               |_| XML parser
24#
25# Copyright (c) 2017 Sebastian Pipping <sebastian@pipping.org>
26# Copyright (c) 2020 Jeffrey Walton <noloader@gmail.com>
27# Licensed under the MIT license:
28#
29# Permission is  hereby granted,  free of charge,  to any  person obtaining
30# a  copy  of  this  software   and  associated  documentation  files  (the
31# "Software"),  to  deal in  the  Software  without restriction,  including
32# without  limitation the  rights  to use,  copy,  modify, merge,  publish,
33# distribute, sublicense, and/or sell copies of the Software, and to permit
34# persons  to whom  the Software  is  furnished to  do so,  subject to  the
35# following conditions:
36#
37# The above copyright  notice and this permission notice  shall be included
38# in all copies or substantial portions of the Software.
39#
40# THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
41# EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
42# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
43# NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
44# DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
45# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
46# USE OR OTHER DEALINGS IN THE SOFTWARE.
47
48VPATH = @srcdir@
49am__is_gnu_make = { \
50  if test -z '$(MAKELEVEL)'; then \
51    false; \
52  elif test -n '$(MAKE_HOST)'; then \
53    true; \
54  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
55    true; \
56  else \
57    false; \
58  fi; \
59}
60am__make_running_with_option = \
61  case $${target_option-} in \
62      ?) ;; \
63      *) echo "am__make_running_with_option: internal error: invalid" \
64              "target option '$${target_option-}' specified" >&2; \
65         exit 1;; \
66  esac; \
67  has_opt=no; \
68  sane_makeflags=$$MAKEFLAGS; \
69  if $(am__is_gnu_make); then \
70    sane_makeflags=$$MFLAGS; \
71  else \
72    case $$MAKEFLAGS in \
73      *\\[\ \	]*) \
74        bs=\\; \
75        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
76          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
77    esac; \
78  fi; \
79  skip_next=no; \
80  strip_trailopt () \
81  { \
82    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
83  }; \
84  for flg in $$sane_makeflags; do \
85    test $$skip_next = yes && { skip_next=no; continue; }; \
86    case $$flg in \
87      *=*|--*) continue;; \
88        -*I) strip_trailopt 'I'; skip_next=yes;; \
89      -*I?*) strip_trailopt 'I';; \
90        -*O) strip_trailopt 'O'; skip_next=yes;; \
91      -*O?*) strip_trailopt 'O';; \
92        -*l) strip_trailopt 'l'; skip_next=yes;; \
93      -*l?*) strip_trailopt 'l';; \
94      -[dEDm]) skip_next=yes;; \
95      -[JT]) skip_next=yes;; \
96    esac; \
97    case $$flg in \
98      *$$target_option*) has_opt=yes; break;; \
99    esac; \
100  done; \
101  test $$has_opt = yes
102am__make_dryrun = (target_option=n; $(am__make_running_with_option))
103am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
104pkgdatadir = $(datadir)/@PACKAGE@
105pkgincludedir = $(includedir)/@PACKAGE@
106pkglibdir = $(libdir)/@PACKAGE@
107pkglibexecdir = $(libexecdir)/@PACKAGE@
108am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
109install_sh_DATA = $(install_sh) -c -m 644
110install_sh_PROGRAM = $(install_sh) -c
111install_sh_SCRIPT = $(install_sh) -c
112INSTALL_HEADER = $(INSTALL_DATA)
113transform = $(program_transform_name)
114NORMAL_INSTALL = :
115PRE_INSTALL = :
116POST_INSTALL = :
117NORMAL_UNINSTALL = :
118PRE_UNINSTALL = :
119POST_UNINSTALL = :
120build_triplet = @build@
121host_triplet = @host@
122noinst_PROGRAMS = benchmark$(EXEEXT)
123subdir = tests/benchmark
124ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
126	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
127	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
128	$(top_srcdir)/acinclude.m4 \
129	$(top_srcdir)/conftools/ax-require-defined.m4 \
130	$(top_srcdir)/conftools/ax-check-compile-flag.m4 \
131	$(top_srcdir)/conftools/ax-check-link-flag.m4 \
132	$(top_srcdir)/conftools/ax-append-flag.m4 \
133	$(top_srcdir)/conftools/ax-append-compile-flags.m4 \
134	$(top_srcdir)/conftools/ax-append-link-flags.m4 \
135	$(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
136	$(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)/expat_config.h
142CONFIG_CLEAN_FILES =
143CONFIG_CLEAN_VPATH_FILES =
144PROGRAMS = $(noinst_PROGRAMS)
145am_benchmark_OBJECTS = benchmark.$(OBJEXT)
146benchmark_OBJECTS = $(am_benchmark_OBJECTS)
147benchmark_DEPENDENCIES = ../../lib/libexpat.la
148AM_V_lt = $(am__v_lt_@AM_V@)
149am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
150am__v_lt_0 = --silent
151am__v_lt_1 =
152AM_V_P = $(am__v_P_@AM_V@)
153am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154am__v_P_0 = false
155am__v_P_1 = :
156AM_V_GEN = $(am__v_GEN_@AM_V@)
157am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158am__v_GEN_0 = @echo "  GEN     " $@;
159am__v_GEN_1 =
160AM_V_at = $(am__v_at_@AM_V@)
161am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162am__v_at_0 = @
163am__v_at_1 =
164DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
165depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
166am__maybe_remake_depfiles = depfiles
167am__depfiles_remade = ./$(DEPDIR)/benchmark.Po
168am__mv = mv -f
169COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
170	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
172	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
174	$(AM_CFLAGS) $(CFLAGS)
175AM_V_CC = $(am__v_CC_@AM_V@)
176am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
177am__v_CC_0 = @echo "  CC      " $@;
178am__v_CC_1 =
179CCLD = $(CC)
180LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
182	$(AM_LDFLAGS) $(LDFLAGS) -o $@
183AM_V_CCLD = $(am__v_CCLD_@AM_V@)
184am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
185am__v_CCLD_0 = @echo "  CCLD    " $@;
186am__v_CCLD_1 =
187SOURCES = $(benchmark_SOURCES)
188DIST_SOURCES = $(benchmark_SOURCES)
189am__can_run_installinfo = \
190  case $$AM_UPDATE_INFO_DIR in \
191    n|no|NO) false;; \
192    *) (install-info --version) >/dev/null 2>&1;; \
193  esac
194am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195# Read a list of newline-separated strings from the standard input,
196# and print each of them once, without duplicates.  Input order is
197# *not* preserved.
198am__uniquify_input = $(AWK) '\
199  BEGIN { nonempty = 0; } \
200  { items[$$0] = 1; nonempty = 1; } \
201  END { if (nonempty) { for (i in items) print i; }; } \
202'
203# Make sure the list of sources is unique.  This is necessary because,
204# e.g., the same source file might be shared among _SOURCES variables
205# for different programs/libraries.
206am__define_uniq_tagged_files = \
207  list='$(am__tagged_files)'; \
208  unique=`for i in $$list; do \
209    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210  done | $(am__uniquify_input)`
211am__DIST_COMMON = $(srcdir)/Makefile.in \
212	$(top_srcdir)/conftools/depcomp
213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214ACLOCAL = @ACLOCAL@
215AMTAR = @AMTAR@
216AM_CFLAGS = @AM_CFLAGS@
217AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(srcdir)/../../lib
218AM_CXXFLAGS = @AM_CXXFLAGS@
219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220AM_LDFLAGS = @AM_LDFLAGS@
221AR = @AR@
222AS = @AS@
223AUTOCONF = @AUTOCONF@
224AUTOHEADER = @AUTOHEADER@
225AUTOMAKE = @AUTOMAKE@
226AWK = @AWK@
227CC = @CC@
228CCDEPMODE = @CCDEPMODE@
229CFLAGS = @CFLAGS@
230CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@
231CPPFLAGS = @CPPFLAGS@
232CSCOPE = @CSCOPE@
233CTAGS = @CTAGS@
234CXX = @CXX@
235CXXCPP = @CXXCPP@
236CXXDEPMODE = @CXXDEPMODE@
237CXXFLAGS = @CXXFLAGS@
238CYGPATH_W = @CYGPATH_W@
239DEFS = @DEFS@
240DEPDIR = @DEPDIR@
241DLLTOOL = @DLLTOOL@
242DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
243DSYMUTIL = @DSYMUTIL@
244DUMPBIN = @DUMPBIN@
245ECHO_C = @ECHO_C@
246ECHO_N = @ECHO_N@
247ECHO_T = @ECHO_T@
248EGREP = @EGREP@
249ETAGS = @ETAGS@
250EXEEXT = @EXEEXT@
251EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
252EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
253EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
254EXPAT_DTD = @EXPAT_DTD@
255EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
256EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
257EXPAT_NS = @EXPAT_NS@
258FGREP = @FGREP@
259FILECMD = @FILECMD@
260FILEMAP = @FILEMAP@
261GREP = @GREP@
262INSTALL = @INSTALL@
263INSTALL_DATA = @INSTALL_DATA@
264INSTALL_PROGRAM = @INSTALL_PROGRAM@
265INSTALL_SCRIPT = @INSTALL_SCRIPT@
266INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
267LD = @LD@
268LDFLAGS = @LDFLAGS@
269LIBAGE = @LIBAGE@
270LIBCURRENT = @LIBCURRENT@
271LIBDIR_BASENAME = @LIBDIR_BASENAME@
272LIBM = @LIBM@
273LIBOBJS = @LIBOBJS@
274LIBREVISION = @LIBREVISION@
275LIBS = @LIBS@
276LIBTOOL = @LIBTOOL@
277LIPO = @LIPO@
278LN_S = @LN_S@
279LTLIBOBJS = @LTLIBOBJS@
280LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
281MAKEINFO = @MAKEINFO@
282MANIFEST_TOOL = @MANIFEST_TOOL@
283MKDIR_P = @MKDIR_P@
284NM = @NM@
285NMEDIT = @NMEDIT@
286OBJDUMP = @OBJDUMP@
287OBJEXT = @OBJEXT@
288OTOOL = @OTOOL@
289OTOOL64 = @OTOOL64@
290PACKAGE = @PACKAGE@
291PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
292PACKAGE_NAME = @PACKAGE_NAME@
293PACKAGE_STRING = @PACKAGE_STRING@
294PACKAGE_TARNAME = @PACKAGE_TARNAME@
295PACKAGE_URL = @PACKAGE_URL@
296PACKAGE_VERSION = @PACKAGE_VERSION@
297PATH_SEPARATOR = @PATH_SEPARATOR@
298RANLIB = @RANLIB@
299SED = @SED@
300SET_MAKE = @SET_MAKE@
301SHELL = @SHELL@
302SO_MAJOR = @SO_MAJOR@
303SO_MINOR = @SO_MINOR@
304SO_PATCH = @SO_PATCH@
305STRIP = @STRIP@
306VERSION = @VERSION@
307abs_builddir = @abs_builddir@
308abs_srcdir = @abs_srcdir@
309abs_top_builddir = @abs_top_builddir@
310abs_top_srcdir = @abs_top_srcdir@
311ac_ct_AR = @ac_ct_AR@
312ac_ct_CC = @ac_ct_CC@
313ac_ct_CXX = @ac_ct_CXX@
314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
316am__include = @am__include@
317am__leading_dot = @am__leading_dot@
318am__quote = @am__quote@
319am__tar = @am__tar@
320am__untar = @am__untar@
321bindir = @bindir@
322build = @build@
323build_alias = @build_alias@
324build_cpu = @build_cpu@
325build_os = @build_os@
326build_vendor = @build_vendor@
327builddir = @builddir@
328datadir = @datadir@
329datarootdir = @datarootdir@
330docdir = @docdir@
331dvidir = @dvidir@
332exec_prefix = @exec_prefix@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353runstatedir = @runstatedir@
354sbindir = @sbindir@
355sharedstatedir = @sharedstatedir@
356srcdir = @srcdir@
357sysconfdir = @sysconfdir@
358target_alias = @target_alias@
359top_build_prefix = @top_build_prefix@
360top_builddir = @top_builddir@
361top_srcdir = @top_srcdir@
362benchmark_SOURCES = benchmark.c
363benchmark_LDADD = ../../lib/libexpat.la
364EXTRA_DIST = \
365    README.txt
366
367all: all-am
368
369.SUFFIXES:
370.SUFFIXES: .c .lo .o .obj
371$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
372	@for dep in $?; do \
373	  case '$(am__configure_deps)' in \
374	    *$$dep*) \
375	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
376	        && { if test -f $@; then exit 0; else break; fi; }; \
377	      exit 1;; \
378	  esac; \
379	done; \
380	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/benchmark/Makefile'; \
381	$(am__cd) $(top_srcdir) && \
382	  $(AUTOMAKE) --gnu tests/benchmark/Makefile
383Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384	@case '$?' in \
385	  *config.status*) \
386	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
387	  *) \
388	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
389	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
390	esac;
391
392$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
393	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394
395$(top_srcdir)/configure:  $(am__configure_deps)
396	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
398	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399$(am__aclocal_m4_deps):
400
401clean-noinstPROGRAMS:
402	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
403	echo " rm -f" $$list; \
404	rm -f $$list || exit $$?; \
405	test -n "$(EXEEXT)" || exit 0; \
406	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
407	echo " rm -f" $$list; \
408	rm -f $$list
409
410benchmark$(EXEEXT): $(benchmark_OBJECTS) $(benchmark_DEPENDENCIES) $(EXTRA_benchmark_DEPENDENCIES)
411	@rm -f benchmark$(EXEEXT)
412	$(AM_V_CCLD)$(LINK) $(benchmark_OBJECTS) $(benchmark_LDADD) $(LIBS)
413
414mostlyclean-compile:
415	-rm -f *.$(OBJEXT)
416
417distclean-compile:
418	-rm -f *.tab.c
419
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark.Po@am__quote@ # am--include-marker
421
422$(am__depfiles_remade):
423	@$(MKDIR_P) $(@D)
424	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
425
426am--depfiles: $(am__depfiles_remade)
427
428.c.o:
429@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
430@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
431@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
434
435.c.obj:
436@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
437@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
439@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
441
442.c.lo:
443@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
444@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
445@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
446@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
448
449mostlyclean-libtool:
450	-rm -f *.lo
451
452clean-libtool:
453	-rm -rf .libs _libs
454
455ID: $(am__tagged_files)
456	$(am__define_uniq_tagged_files); mkid -fID $$unique
457tags: tags-am
458TAGS: tags
459
460tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461	set x; \
462	here=`pwd`; \
463	$(am__define_uniq_tagged_files); \
464	shift; \
465	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466	  test -n "$$unique" || unique=$$empty_fix; \
467	  if test $$# -gt 0; then \
468	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469	      "$$@" $$unique; \
470	  else \
471	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472	      $$unique; \
473	  fi; \
474	fi
475ctags: ctags-am
476
477CTAGS: ctags
478ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479	$(am__define_uniq_tagged_files); \
480	test -z "$(CTAGS_ARGS)$$unique" \
481	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
482	     $$unique
483
484GTAGS:
485	here=`$(am__cd) $(top_builddir) && pwd` \
486	  && $(am__cd) $(top_srcdir) \
487	  && gtags -i $(GTAGS_ARGS) "$$here"
488cscopelist: cscopelist-am
489
490cscopelist-am: $(am__tagged_files)
491	list='$(am__tagged_files)'; \
492	case "$(srcdir)" in \
493	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
494	  *) sdir=$(subdir)/$(srcdir) ;; \
495	esac; \
496	for i in $$list; do \
497	  if test -f "$$i"; then \
498	    echo "$(subdir)/$$i"; \
499	  else \
500	    echo "$$sdir/$$i"; \
501	  fi; \
502	done >> $(top_builddir)/cscope.files
503
504distclean-tags:
505	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506distdir: $(BUILT_SOURCES)
507	$(MAKE) $(AM_MAKEFLAGS) distdir-am
508
509distdir-am: $(DISTFILES)
510	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512	list='$(DISTFILES)'; \
513	  dist_files=`for file in $$list; do echo $$file; done | \
514	  sed -e "s|^$$srcdirstrip/||;t" \
515	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
516	case $$dist_files in \
517	  */*) $(MKDIR_P) `echo "$$dist_files" | \
518			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
519			   sort -u` ;; \
520	esac; \
521	for file in $$dist_files; do \
522	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523	  if test -d $$d/$$file; then \
524	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
525	    if test -d "$(distdir)/$$file"; then \
526	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527	    fi; \
528	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
530	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531	    fi; \
532	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
533	  else \
534	    test -f "$(distdir)/$$file" \
535	    || cp -p $$d/$$file "$(distdir)/$$file" \
536	    || exit 1; \
537	  fi; \
538	done
539check-am: all-am
540check: check-am
541all-am: Makefile $(PROGRAMS)
542installdirs:
543install: install-am
544install-exec: install-exec-am
545install-data: install-data-am
546uninstall: uninstall-am
547
548install-am: all-am
549	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550
551installcheck: installcheck-am
552install-strip:
553	if test -z '$(STRIP)'; then \
554	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556	      install; \
557	else \
558	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
561	fi
562mostlyclean-generic:
563
564clean-generic:
565
566distclean-generic:
567	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
568	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569
570maintainer-clean-generic:
571	@echo "This command is intended for maintainers to use"
572	@echo "it deletes files that may require special tools to rebuild."
573clean: clean-am
574
575clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
576	mostlyclean-am
577
578distclean: distclean-am
579		-rm -f ./$(DEPDIR)/benchmark.Po
580	-rm -f Makefile
581distclean-am: clean-am distclean-compile distclean-generic \
582	distclean-tags
583
584dvi: dvi-am
585
586dvi-am:
587
588html: html-am
589
590html-am:
591
592info: info-am
593
594info-am:
595
596install-data-am:
597
598install-dvi: install-dvi-am
599
600install-dvi-am:
601
602install-exec-am:
603
604install-html: install-html-am
605
606install-html-am:
607
608install-info: install-info-am
609
610install-info-am:
611
612install-man:
613
614install-pdf: install-pdf-am
615
616install-pdf-am:
617
618install-ps: install-ps-am
619
620install-ps-am:
621
622installcheck-am:
623
624maintainer-clean: maintainer-clean-am
625		-rm -f ./$(DEPDIR)/benchmark.Po
626	-rm -f Makefile
627maintainer-clean-am: distclean-am maintainer-clean-generic
628
629mostlyclean: mostlyclean-am
630
631mostlyclean-am: mostlyclean-compile mostlyclean-generic \
632	mostlyclean-libtool
633
634pdf: pdf-am
635
636pdf-am:
637
638ps: ps-am
639
640ps-am:
641
642uninstall-am:
643
644.MAKE: install-am install-strip
645
646.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
647	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
648	ctags ctags-am distclean distclean-compile distclean-generic \
649	distclean-libtool distclean-tags distdir dvi dvi-am html \
650	html-am info info-am install install-am install-data \
651	install-data-am install-dvi install-dvi-am install-exec \
652	install-exec-am install-html install-html-am install-info \
653	install-info-am install-man install-pdf install-pdf-am \
654	install-ps install-ps-am install-strip installcheck \
655	installcheck-am installdirs maintainer-clean \
656	maintainer-clean-generic mostlyclean mostlyclean-compile \
657	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
658	tags tags-am uninstall uninstall-am
659
660.PRECIOUS: Makefile
661
662
663# Tell versions [3.59,3.63) of GNU make to not export all variables.
664# Otherwise a system limit (for SysV at least) may be exceeded.
665.NOEXPORT:
666