xref: /freebsd/contrib/expat/tests/benchmark/Makefile.in (revision 13ec1e3155c7e9bf037b12af186351b7fa9b9450)
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@
230CPPFLAGS = @CPPFLAGS@
231CSCOPE = @CSCOPE@
232CTAGS = @CTAGS@
233CXX = @CXX@
234CXXCPP = @CXXCPP@
235CXXDEPMODE = @CXXDEPMODE@
236CXXFLAGS = @CXXFLAGS@
237CYGPATH_W = @CYGPATH_W@
238DEFS = @DEFS@
239DEPDIR = @DEPDIR@
240DLLTOOL = @DLLTOOL@
241DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
242DSYMUTIL = @DSYMUTIL@
243DUMPBIN = @DUMPBIN@
244ECHO_C = @ECHO_C@
245ECHO_N = @ECHO_N@
246ECHO_T = @ECHO_T@
247EGREP = @EGREP@
248ETAGS = @ETAGS@
249EXEEXT = @EXEEXT@
250EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
251EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
252EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
253EXPAT_DTD = @EXPAT_DTD@
254EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
255EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
256EXPAT_NS = @EXPAT_NS@
257FGREP = @FGREP@
258FILEMAP = @FILEMAP@
259GREP = @GREP@
260INSTALL = @INSTALL@
261INSTALL_DATA = @INSTALL_DATA@
262INSTALL_PROGRAM = @INSTALL_PROGRAM@
263INSTALL_SCRIPT = @INSTALL_SCRIPT@
264INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265LD = @LD@
266LDFLAGS = @LDFLAGS@
267LIBAGE = @LIBAGE@
268LIBCURRENT = @LIBCURRENT@
269LIBDIR_BASENAME = @LIBDIR_BASENAME@
270LIBM = @LIBM@
271LIBOBJS = @LIBOBJS@
272LIBREVISION = @LIBREVISION@
273LIBS = @LIBS@
274LIBTOOL = @LIBTOOL@
275LIPO = @LIPO@
276LN_S = @LN_S@
277LTLIBOBJS = @LTLIBOBJS@
278LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
279MAKEINFO = @MAKEINFO@
280MANIFEST_TOOL = @MANIFEST_TOOL@
281MKDIR_P = @MKDIR_P@
282NM = @NM@
283NMEDIT = @NMEDIT@
284OBJDUMP = @OBJDUMP@
285OBJEXT = @OBJEXT@
286OTOOL = @OTOOL@
287OTOOL64 = @OTOOL64@
288PACKAGE = @PACKAGE@
289PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
290PACKAGE_NAME = @PACKAGE_NAME@
291PACKAGE_STRING = @PACKAGE_STRING@
292PACKAGE_TARNAME = @PACKAGE_TARNAME@
293PACKAGE_URL = @PACKAGE_URL@
294PACKAGE_VERSION = @PACKAGE_VERSION@
295PATH_SEPARATOR = @PATH_SEPARATOR@
296RANLIB = @RANLIB@
297SED = @SED@
298SET_MAKE = @SET_MAKE@
299SHELL = @SHELL@
300SO_MAJOR = @SO_MAJOR@
301SO_MINOR = @SO_MINOR@
302SO_PATCH = @SO_PATCH@
303STRIP = @STRIP@
304VERSION = @VERSION@
305abs_builddir = @abs_builddir@
306abs_srcdir = @abs_srcdir@
307abs_top_builddir = @abs_top_builddir@
308abs_top_srcdir = @abs_top_srcdir@
309ac_ct_AR = @ac_ct_AR@
310ac_ct_CC = @ac_ct_CC@
311ac_ct_CXX = @ac_ct_CXX@
312ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
313ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
314am__include = @am__include@
315am__leading_dot = @am__leading_dot@
316am__quote = @am__quote@
317am__tar = @am__tar@
318am__untar = @am__untar@
319bindir = @bindir@
320build = @build@
321build_alias = @build_alias@
322build_cpu = @build_cpu@
323build_os = @build_os@
324build_vendor = @build_vendor@
325builddir = @builddir@
326datadir = @datadir@
327datarootdir = @datarootdir@
328docdir = @docdir@
329dvidir = @dvidir@
330exec_prefix = @exec_prefix@
331host = @host@
332host_alias = @host_alias@
333host_cpu = @host_cpu@
334host_os = @host_os@
335host_vendor = @host_vendor@
336htmldir = @htmldir@
337includedir = @includedir@
338infodir = @infodir@
339install_sh = @install_sh@
340libdir = @libdir@
341libexecdir = @libexecdir@
342localedir = @localedir@
343localstatedir = @localstatedir@
344mandir = @mandir@
345mkdir_p = @mkdir_p@
346oldincludedir = @oldincludedir@
347pdfdir = @pdfdir@
348prefix = @prefix@
349program_transform_name = @program_transform_name@
350psdir = @psdir@
351runstatedir = @runstatedir@
352sbindir = @sbindir@
353sharedstatedir = @sharedstatedir@
354srcdir = @srcdir@
355sysconfdir = @sysconfdir@
356target_alias = @target_alias@
357top_build_prefix = @top_build_prefix@
358top_builddir = @top_builddir@
359top_srcdir = @top_srcdir@
360benchmark_SOURCES = benchmark.c
361benchmark_LDADD = ../../lib/libexpat.la
362EXTRA_DIST = \
363    README.txt
364
365all: all-am
366
367.SUFFIXES:
368.SUFFIXES: .c .lo .o .obj
369$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
370	@for dep in $?; do \
371	  case '$(am__configure_deps)' in \
372	    *$$dep*) \
373	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
374	        && { if test -f $@; then exit 0; else break; fi; }; \
375	      exit 1;; \
376	  esac; \
377	done; \
378	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/benchmark/Makefile'; \
379	$(am__cd) $(top_srcdir) && \
380	  $(AUTOMAKE) --gnu tests/benchmark/Makefile
381Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
382	@case '$?' in \
383	  *config.status*) \
384	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
385	  *) \
386	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
387	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
388	esac;
389
390$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
391	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392
393$(top_srcdir)/configure:  $(am__configure_deps)
394	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
396	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397$(am__aclocal_m4_deps):
398
399clean-noinstPROGRAMS:
400	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
401	echo " rm -f" $$list; \
402	rm -f $$list || exit $$?; \
403	test -n "$(EXEEXT)" || exit 0; \
404	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
405	echo " rm -f" $$list; \
406	rm -f $$list
407
408benchmark$(EXEEXT): $(benchmark_OBJECTS) $(benchmark_DEPENDENCIES) $(EXTRA_benchmark_DEPENDENCIES)
409	@rm -f benchmark$(EXEEXT)
410	$(AM_V_CCLD)$(LINK) $(benchmark_OBJECTS) $(benchmark_LDADD) $(LIBS)
411
412mostlyclean-compile:
413	-rm -f *.$(OBJEXT)
414
415distclean-compile:
416	-rm -f *.tab.c
417
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark.Po@am__quote@ # am--include-marker
419
420$(am__depfiles_remade):
421	@$(MKDIR_P) $(@D)
422	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
423
424am--depfiles: $(am__depfiles_remade)
425
426.c.o:
427@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
432
433.c.obj:
434@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
435@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
439
440.c.lo:
441@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
446
447mostlyclean-libtool:
448	-rm -f *.lo
449
450clean-libtool:
451	-rm -rf .libs _libs
452
453ID: $(am__tagged_files)
454	$(am__define_uniq_tagged_files); mkid -fID $$unique
455tags: tags-am
456TAGS: tags
457
458tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
459	set x; \
460	here=`pwd`; \
461	$(am__define_uniq_tagged_files); \
462	shift; \
463	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464	  test -n "$$unique" || unique=$$empty_fix; \
465	  if test $$# -gt 0; then \
466	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467	      "$$@" $$unique; \
468	  else \
469	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470	      $$unique; \
471	  fi; \
472	fi
473ctags: ctags-am
474
475CTAGS: ctags
476ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
477	$(am__define_uniq_tagged_files); \
478	test -z "$(CTAGS_ARGS)$$unique" \
479	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480	     $$unique
481
482GTAGS:
483	here=`$(am__cd) $(top_builddir) && pwd` \
484	  && $(am__cd) $(top_srcdir) \
485	  && gtags -i $(GTAGS_ARGS) "$$here"
486cscopelist: cscopelist-am
487
488cscopelist-am: $(am__tagged_files)
489	list='$(am__tagged_files)'; \
490	case "$(srcdir)" in \
491	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
492	  *) sdir=$(subdir)/$(srcdir) ;; \
493	esac; \
494	for i in $$list; do \
495	  if test -f "$$i"; then \
496	    echo "$(subdir)/$$i"; \
497	  else \
498	    echo "$$sdir/$$i"; \
499	  fi; \
500	done >> $(top_builddir)/cscope.files
501
502distclean-tags:
503	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
504distdir: $(BUILT_SOURCES)
505	$(MAKE) $(AM_MAKEFLAGS) distdir-am
506
507distdir-am: $(DISTFILES)
508	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510	list='$(DISTFILES)'; \
511	  dist_files=`for file in $$list; do echo $$file; done | \
512	  sed -e "s|^$$srcdirstrip/||;t" \
513	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
514	case $$dist_files in \
515	  */*) $(MKDIR_P) `echo "$$dist_files" | \
516			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
517			   sort -u` ;; \
518	esac; \
519	for file in $$dist_files; do \
520	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521	  if test -d $$d/$$file; then \
522	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
523	    if test -d "$(distdir)/$$file"; then \
524	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525	    fi; \
526	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
528	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529	    fi; \
530	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531	  else \
532	    test -f "$(distdir)/$$file" \
533	    || cp -p $$d/$$file "$(distdir)/$$file" \
534	    || exit 1; \
535	  fi; \
536	done
537check-am: all-am
538check: check-am
539all-am: Makefile $(PROGRAMS)
540installdirs:
541install: install-am
542install-exec: install-exec-am
543install-data: install-data-am
544uninstall: uninstall-am
545
546install-am: all-am
547	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
548
549installcheck: installcheck-am
550install-strip:
551	if test -z '$(STRIP)'; then \
552	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554	      install; \
555	else \
556	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
559	fi
560mostlyclean-generic:
561
562clean-generic:
563
564distclean-generic:
565	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
567
568maintainer-clean-generic:
569	@echo "This command is intended for maintainers to use"
570	@echo "it deletes files that may require special tools to rebuild."
571clean: clean-am
572
573clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
574	mostlyclean-am
575
576distclean: distclean-am
577		-rm -f ./$(DEPDIR)/benchmark.Po
578	-rm -f Makefile
579distclean-am: clean-am distclean-compile distclean-generic \
580	distclean-tags
581
582dvi: dvi-am
583
584dvi-am:
585
586html: html-am
587
588html-am:
589
590info: info-am
591
592info-am:
593
594install-data-am:
595
596install-dvi: install-dvi-am
597
598install-dvi-am:
599
600install-exec-am:
601
602install-html: install-html-am
603
604install-html-am:
605
606install-info: install-info-am
607
608install-info-am:
609
610install-man:
611
612install-pdf: install-pdf-am
613
614install-pdf-am:
615
616install-ps: install-ps-am
617
618install-ps-am:
619
620installcheck-am:
621
622maintainer-clean: maintainer-clean-am
623		-rm -f ./$(DEPDIR)/benchmark.Po
624	-rm -f Makefile
625maintainer-clean-am: distclean-am maintainer-clean-generic
626
627mostlyclean: mostlyclean-am
628
629mostlyclean-am: mostlyclean-compile mostlyclean-generic \
630	mostlyclean-libtool
631
632pdf: pdf-am
633
634pdf-am:
635
636ps: ps-am
637
638ps-am:
639
640uninstall-am:
641
642.MAKE: install-am install-strip
643
644.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
645	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
646	ctags ctags-am distclean distclean-compile distclean-generic \
647	distclean-libtool distclean-tags distdir dvi dvi-am html \
648	html-am info info-am install install-am install-data \
649	install-data-am install-dvi install-dvi-am install-exec \
650	install-exec-am install-html install-html-am install-info \
651	install-info-am install-man install-pdf install-pdf-am \
652	install-ps install-ps-am install-strip installcheck \
653	installcheck-am installdirs maintainer-clean \
654	maintainer-clean-generic mostlyclean mostlyclean-compile \
655	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
656	tags tags-am uninstall uninstall-am
657
658.PRECIOUS: Makefile
659
660
661# Tell versions [3.59,3.63) of GNU make to not export all variables.
662# Otherwise a system limit (for SysV at least) may be exceeded.
663.NOEXPORT:
664