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