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