• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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)`
211ETAGS = etags
212CTAGS = ctags
213am__DIST_COMMON = $(srcdir)/Makefile.in \
214	$(top_srcdir)/conftools/depcomp
215DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216ACLOCAL = @ACLOCAL@
217AMTAR = @AMTAR@
218AM_CFLAGS = @AM_CFLAGS@
219AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(srcdir)/../../lib
220AM_CXXFLAGS = @AM_CXXFLAGS@
221AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222AM_LDFLAGS = @AM_LDFLAGS@
223AR = @AR@
224AS = @AS@
225AUTOCONF = @AUTOCONF@
226AUTOHEADER = @AUTOHEADER@
227AUTOMAKE = @AUTOMAKE@
228AWK = @AWK@
229CC = @CC@
230CCDEPMODE = @CCDEPMODE@
231CFLAGS = @CFLAGS@
232CPP = @CPP@
233CPPFLAGS = @CPPFLAGS@
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@
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@
270LIBOBJS = @LIBOBJS@
271LIBREVISION = @LIBREVISION@
272LIBS = @LIBS@
273LIBTOOL = @LIBTOOL@
274LIPO = @LIPO@
275LN_S = @LN_S@
276LTLIBOBJS = @LTLIBOBJS@
277LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
278MAKEINFO = @MAKEINFO@
279MANIFEST_TOOL = @MANIFEST_TOOL@
280MKDIR_P = @MKDIR_P@
281NM = @NM@
282NMEDIT = @NMEDIT@
283OBJDUMP = @OBJDUMP@
284OBJEXT = @OBJEXT@
285OTOOL = @OTOOL@
286OTOOL64 = @OTOOL64@
287PACKAGE = @PACKAGE@
288PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
289PACKAGE_NAME = @PACKAGE_NAME@
290PACKAGE_STRING = @PACKAGE_STRING@
291PACKAGE_TARNAME = @PACKAGE_TARNAME@
292PACKAGE_URL = @PACKAGE_URL@
293PACKAGE_VERSION = @PACKAGE_VERSION@
294PATH_SEPARATOR = @PATH_SEPARATOR@
295RANLIB = @RANLIB@
296SED = @SED@
297SET_MAKE = @SET_MAKE@
298SHELL = @SHELL@
299SO_MAJOR = @SO_MAJOR@
300SO_MINOR = @SO_MINOR@
301SO_PATCH = @SO_PATCH@
302STRIP = @STRIP@
303VERSION = @VERSION@
304_EXPAT_OUTPUT_NAME = @_EXPAT_OUTPUT_NAME@
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
504
505distdir: $(BUILT_SOURCES)
506	$(MAKE) $(AM_MAKEFLAGS) distdir-am
507
508distdir-am: $(DISTFILES)
509	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511	list='$(DISTFILES)'; \
512	  dist_files=`for file in $$list; do echo $$file; done | \
513	  sed -e "s|^$$srcdirstrip/||;t" \
514	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
515	case $$dist_files in \
516	  */*) $(MKDIR_P) `echo "$$dist_files" | \
517			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
518			   sort -u` ;; \
519	esac; \
520	for file in $$dist_files; do \
521	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
522	  if test -d $$d/$$file; then \
523	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
524	    if test -d "$(distdir)/$$file"; then \
525	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526	    fi; \
527	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
529	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530	    fi; \
531	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
532	  else \
533	    test -f "$(distdir)/$$file" \
534	    || cp -p $$d/$$file "$(distdir)/$$file" \
535	    || exit 1; \
536	  fi; \
537	done
538check-am: all-am
539check: check-am
540all-am: Makefile $(PROGRAMS)
541installdirs:
542install: install-am
543install-exec: install-exec-am
544install-data: install-data-am
545uninstall: uninstall-am
546
547install-am: all-am
548	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549
550installcheck: installcheck-am
551install-strip:
552	if test -z '$(STRIP)'; then \
553	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555	      install; \
556	else \
557	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
560	fi
561mostlyclean-generic:
562
563clean-generic:
564
565distclean-generic:
566	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
567	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
568
569maintainer-clean-generic:
570	@echo "This command is intended for maintainers to use"
571	@echo "it deletes files that may require special tools to rebuild."
572clean: clean-am
573
574clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
575	mostlyclean-am
576
577distclean: distclean-am
578		-rm -f ./$(DEPDIR)/benchmark.Po
579	-rm -f Makefile
580distclean-am: clean-am distclean-compile distclean-generic \
581	distclean-tags
582
583dvi: dvi-am
584
585dvi-am:
586
587html: html-am
588
589html-am:
590
591info: info-am
592
593info-am:
594
595install-data-am:
596
597install-dvi: install-dvi-am
598
599install-dvi-am:
600
601install-exec-am:
602
603install-html: install-html-am
604
605install-html-am:
606
607install-info: install-info-am
608
609install-info-am:
610
611install-man:
612
613install-pdf: install-pdf-am
614
615install-pdf-am:
616
617install-ps: install-ps-am
618
619install-ps-am:
620
621installcheck-am:
622
623maintainer-clean: maintainer-clean-am
624		-rm -f ./$(DEPDIR)/benchmark.Po
625	-rm -f Makefile
626maintainer-clean-am: distclean-am maintainer-clean-generic
627
628mostlyclean: mostlyclean-am
629
630mostlyclean-am: mostlyclean-compile mostlyclean-generic \
631	mostlyclean-libtool
632
633pdf: pdf-am
634
635pdf-am:
636
637ps: ps-am
638
639ps-am:
640
641uninstall-am:
642
643.MAKE: install-am install-strip
644
645.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
646	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
647	ctags ctags-am distclean distclean-compile distclean-generic \
648	distclean-libtool distclean-tags distdir dvi dvi-am html \
649	html-am info info-am install install-am install-data \
650	install-data-am install-dvi install-dvi-am install-exec \
651	install-exec-am install-html install-html-am install-info \
652	install-info-am install-man install-pdf install-pdf-am \
653	install-ps install-ps-am install-strip installcheck \
654	installcheck-am installdirs maintainer-clean \
655	maintainer-clean-generic mostlyclean mostlyclean-compile \
656	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
657	tags tags-am uninstall uninstall-am
658
659.PRECIOUS: Makefile
660
661
662# Tell versions [3.59,3.63) of GNU make to not export all variables.
663# Otherwise a system limit (for SysV at least) may be exceeded.
664.NOEXPORT:
665