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