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