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