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 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)/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_elements_OBJECTS = elements.$(OBJEXT) 145elements_OBJECTS = $(am_elements_OBJECTS) 146elements_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_outline_OBJECTS = outline.$(OBJEXT) 152outline_OBJECTS = $(am_outline_OBJECTS) 153outline_DEPENDENCIES = ../lib/libexpat.la 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)/elements.Po ./$(DEPDIR)/outline.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 = $(elements_SOURCES) $(outline_SOURCES) 190DIST_SOURCES = $(elements_SOURCES) $(outline_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)` 213ETAGS = etags 214CTAGS = ctags 215am__DIST_COMMON = $(srcdir)/Makefile.in \ 216 $(top_srcdir)/conftools/depcomp 217DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 218ACLOCAL = @ACLOCAL@ 219AMTAR = @AMTAR@ 220AM_CFLAGS = @AM_CFLAGS@ 221AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(srcdir)/../lib 222AM_CXXFLAGS = @AM_CXXFLAGS@ 223AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 224AM_LDFLAGS = @AM_LDFLAGS@ 225AR = @AR@ 226AS = @AS@ 227AUTOCONF = @AUTOCONF@ 228AUTOHEADER = @AUTOHEADER@ 229AUTOMAKE = @AUTOMAKE@ 230AWK = @AWK@ 231CC = @CC@ 232CCDEPMODE = @CCDEPMODE@ 233CFLAGS = @CFLAGS@ 234CPPFLAGS = @CPPFLAGS@ 235CXX = @CXX@ 236CXXCPP = @CXXCPP@ 237CXXDEPMODE = @CXXDEPMODE@ 238CXXFLAGS = @CXXFLAGS@ 239CYGPATH_W = @CYGPATH_W@ 240DEFS = @DEFS@ 241DEPDIR = @DEPDIR@ 242DLLTOOL = @DLLTOOL@ 243DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ 244DSYMUTIL = @DSYMUTIL@ 245DUMPBIN = @DUMPBIN@ 246ECHO_C = @ECHO_C@ 247ECHO_N = @ECHO_N@ 248ECHO_T = @ECHO_T@ 249EGREP = @EGREP@ 250EXEEXT = @EXEEXT@ 251EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@ 252EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@ 253EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@ 254EXPAT_DTD = @EXPAT_DTD@ 255EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@ 256EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@ 257EXPAT_NS = @EXPAT_NS@ 258FGREP = @FGREP@ 259FILEMAP = @FILEMAP@ 260GREP = @GREP@ 261INSTALL = @INSTALL@ 262INSTALL_DATA = @INSTALL_DATA@ 263INSTALL_PROGRAM = @INSTALL_PROGRAM@ 264INSTALL_SCRIPT = @INSTALL_SCRIPT@ 265INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 266LD = @LD@ 267LDFLAGS = @LDFLAGS@ 268LIBAGE = @LIBAGE@ 269LIBCURRENT = @LIBCURRENT@ 270LIBDIR_BASENAME = @LIBDIR_BASENAME@ 271LIBOBJS = @LIBOBJS@ 272LIBREVISION = @LIBREVISION@ 273LIBS = @LIBS@ 274LIBTOOL = @LIBTOOL@ 275LIPO = @LIPO@ 276LN_S = @LN_S@ 277LTLIBOBJS = @LTLIBOBJS@ 278LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 279MAKEINFO = @MAKEINFO@ 280MANIFEST_TOOL = @MANIFEST_TOOL@ 281MKDIR_P = @MKDIR_P@ 282NM = @NM@ 283NMEDIT = @NMEDIT@ 284OBJDUMP = @OBJDUMP@ 285OBJEXT = @OBJEXT@ 286OTOOL = @OTOOL@ 287OTOOL64 = @OTOOL64@ 288PACKAGE = @PACKAGE@ 289PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 290PACKAGE_NAME = @PACKAGE_NAME@ 291PACKAGE_STRING = @PACKAGE_STRING@ 292PACKAGE_TARNAME = @PACKAGE_TARNAME@ 293PACKAGE_URL = @PACKAGE_URL@ 294PACKAGE_VERSION = @PACKAGE_VERSION@ 295PATH_SEPARATOR = @PATH_SEPARATOR@ 296RANLIB = @RANLIB@ 297SED = @SED@ 298SET_MAKE = @SET_MAKE@ 299SHELL = @SHELL@ 300SO_MAJOR = @SO_MAJOR@ 301SO_MINOR = @SO_MINOR@ 302SO_PATCH = @SO_PATCH@ 303STRIP = @STRIP@ 304VERSION = @VERSION@ 305_EXPAT_OUTPUT_NAME = @_EXPAT_OUTPUT_NAME@ 306abs_builddir = @abs_builddir@ 307abs_srcdir = @abs_srcdir@ 308abs_top_builddir = @abs_top_builddir@ 309abs_top_srcdir = @abs_top_srcdir@ 310ac_ct_AR = @ac_ct_AR@ 311ac_ct_CC = @ac_ct_CC@ 312ac_ct_CXX = @ac_ct_CXX@ 313ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 314am__include = @am__include@ 315am__leading_dot = @am__leading_dot@ 316am__quote = @am__quote@ 317am__tar = @am__tar@ 318am__untar = @am__untar@ 319bindir = @bindir@ 320build = @build@ 321build_alias = @build_alias@ 322build_cpu = @build_cpu@ 323build_os = @build_os@ 324build_vendor = @build_vendor@ 325builddir = @builddir@ 326datadir = @datadir@ 327datarootdir = @datarootdir@ 328docdir = @docdir@ 329dvidir = @dvidir@ 330exec_prefix = @exec_prefix@ 331host = @host@ 332host_alias = @host_alias@ 333host_cpu = @host_cpu@ 334host_os = @host_os@ 335host_vendor = @host_vendor@ 336htmldir = @htmldir@ 337includedir = @includedir@ 338infodir = @infodir@ 339install_sh = @install_sh@ 340libdir = @libdir@ 341libexecdir = @libexecdir@ 342localedir = @localedir@ 343localstatedir = @localstatedir@ 344mandir = @mandir@ 345mkdir_p = @mkdir_p@ 346oldincludedir = @oldincludedir@ 347pdfdir = @pdfdir@ 348prefix = @prefix@ 349program_transform_name = @program_transform_name@ 350psdir = @psdir@ 351runstatedir = @runstatedir@ 352sbindir = @sbindir@ 353sharedstatedir = @sharedstatedir@ 354srcdir = @srcdir@ 355sysconfdir = @sysconfdir@ 356target_alias = @target_alias@ 357top_build_prefix = @top_build_prefix@ 358top_builddir = @top_builddir@ 359top_srcdir = @top_srcdir@ 360elements_SOURCES = elements.c 361elements_LDADD = ../lib/libexpat.la 362outline_SOURCES = outline.c 363outline_LDADD = ../lib/libexpat.la 364all: all-am 365 366.SUFFIXES: 367.SUFFIXES: .c .lo .o .obj 368$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 369 @for dep in $?; do \ 370 case '$(am__configure_deps)' in \ 371 *$$dep*) \ 372 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 373 && { if test -f $@; then exit 0; else break; fi; }; \ 374 exit 1;; \ 375 esac; \ 376 done; \ 377 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \ 378 $(am__cd) $(top_srcdir) && \ 379 $(AUTOMAKE) --gnu examples/Makefile 380Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 381 @case '$?' in \ 382 *config.status*) \ 383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 384 *) \ 385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 386 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 387 esac; 388 389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391 392$(top_srcdir)/configure: $(am__configure_deps) 393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 394$(ACLOCAL_M4): $(am__aclocal_m4_deps) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396$(am__aclocal_m4_deps): 397 398clean-noinstPROGRAMS: 399 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 400 echo " rm -f" $$list; \ 401 rm -f $$list || exit $$?; \ 402 test -n "$(EXEEXT)" || exit 0; \ 403 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 404 echo " rm -f" $$list; \ 405 rm -f $$list 406 407elements$(EXEEXT): $(elements_OBJECTS) $(elements_DEPENDENCIES) $(EXTRA_elements_DEPENDENCIES) 408 @rm -f elements$(EXEEXT) 409 $(AM_V_CCLD)$(LINK) $(elements_OBJECTS) $(elements_LDADD) $(LIBS) 410 411outline$(EXEEXT): $(outline_OBJECTS) $(outline_DEPENDENCIES) $(EXTRA_outline_DEPENDENCIES) 412 @rm -f outline$(EXEEXT) 413 $(AM_V_CCLD)$(LINK) $(outline_OBJECTS) $(outline_LDADD) $(LIBS) 414 415mostlyclean-compile: 416 -rm -f *.$(OBJEXT) 417 418distclean-compile: 419 -rm -f *.tab.c 420 421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elements.Po@am__quote@ # am--include-marker 422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outline.Po@am__quote@ # am--include-marker 423 424$(am__depfiles_remade): 425 @$(MKDIR_P) $(@D) 426 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 427 428am--depfiles: $(am__depfiles_remade) 429 430.c.o: 431@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 432@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 433@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 434@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 435@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 436 437.c.obj: 438@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 439@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 440@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 441@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 442@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 443 444.c.lo: 445@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 446@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 447@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 448@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 449@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 450 451mostlyclean-libtool: 452 -rm -f *.lo 453 454clean-libtool: 455 -rm -rf .libs _libs 456 457ID: $(am__tagged_files) 458 $(am__define_uniq_tagged_files); mkid -fID $$unique 459tags: tags-am 460TAGS: tags 461 462tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 463 set x; \ 464 here=`pwd`; \ 465 $(am__define_uniq_tagged_files); \ 466 shift; \ 467 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 468 test -n "$$unique" || unique=$$empty_fix; \ 469 if test $$# -gt 0; then \ 470 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 471 "$$@" $$unique; \ 472 else \ 473 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 474 $$unique; \ 475 fi; \ 476 fi 477ctags: ctags-am 478 479CTAGS: ctags 480ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 481 $(am__define_uniq_tagged_files); \ 482 test -z "$(CTAGS_ARGS)$$unique" \ 483 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 484 $$unique 485 486GTAGS: 487 here=`$(am__cd) $(top_builddir) && pwd` \ 488 && $(am__cd) $(top_srcdir) \ 489 && gtags -i $(GTAGS_ARGS) "$$here" 490cscopelist: cscopelist-am 491 492cscopelist-am: $(am__tagged_files) 493 list='$(am__tagged_files)'; \ 494 case "$(srcdir)" in \ 495 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 496 *) sdir=$(subdir)/$(srcdir) ;; \ 497 esac; \ 498 for i in $$list; do \ 499 if test -f "$$i"; then \ 500 echo "$(subdir)/$$i"; \ 501 else \ 502 echo "$$sdir/$$i"; \ 503 fi; \ 504 done >> $(top_builddir)/cscope.files 505 506distclean-tags: 507 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 508 509distdir: $(BUILT_SOURCES) 510 $(MAKE) $(AM_MAKEFLAGS) distdir-am 511 512distdir-am: $(DISTFILES) 513 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 514 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 515 list='$(DISTFILES)'; \ 516 dist_files=`for file in $$list; do echo $$file; done | \ 517 sed -e "s|^$$srcdirstrip/||;t" \ 518 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 519 case $$dist_files in \ 520 */*) $(MKDIR_P) `echo "$$dist_files" | \ 521 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 522 sort -u` ;; \ 523 esac; \ 524 for file in $$dist_files; do \ 525 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 526 if test -d $$d/$$file; then \ 527 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 528 if test -d "$(distdir)/$$file"; then \ 529 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 530 fi; \ 531 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 532 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 534 fi; \ 535 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 536 else \ 537 test -f "$(distdir)/$$file" \ 538 || cp -p $$d/$$file "$(distdir)/$$file" \ 539 || exit 1; \ 540 fi; \ 541 done 542check-am: all-am 543check: check-am 544all-am: Makefile $(PROGRAMS) 545installdirs: 546install: install-am 547install-exec: install-exec-am 548install-data: install-data-am 549uninstall: uninstall-am 550 551install-am: all-am 552 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 553 554installcheck: installcheck-am 555install-strip: 556 if test -z '$(STRIP)'; then \ 557 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 558 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 559 install; \ 560 else \ 561 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 562 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 563 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 564 fi 565mostlyclean-generic: 566 567clean-generic: 568 569distclean-generic: 570 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 571 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 572 573maintainer-clean-generic: 574 @echo "This command is intended for maintainers to use" 575 @echo "it deletes files that may require special tools to rebuild." 576clean: clean-am 577 578clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 579 mostlyclean-am 580 581distclean: distclean-am 582 -rm -f ./$(DEPDIR)/elements.Po 583 -rm -f ./$(DEPDIR)/outline.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)/elements.Po 630 -rm -f ./$(DEPDIR)/outline.Po 631 -rm -f Makefile 632maintainer-clean-am: distclean-am maintainer-clean-generic 633 634mostlyclean: mostlyclean-am 635 636mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 637 mostlyclean-libtool 638 639pdf: pdf-am 640 641pdf-am: 642 643ps: ps-am 644 645ps-am: 646 647uninstall-am: 648 649.MAKE: install-am install-strip 650 651.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 652 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ 653 ctags ctags-am distclean distclean-compile distclean-generic \ 654 distclean-libtool distclean-tags distdir dvi dvi-am html \ 655 html-am info info-am install install-am install-data \ 656 install-data-am install-dvi install-dvi-am install-exec \ 657 install-exec-am install-html install-html-am install-info \ 658 install-info-am install-man install-pdf install-pdf-am \ 659 install-ps install-ps-am install-strip installcheck \ 660 installcheck-am installdirs maintainer-clean \ 661 maintainer-clean-generic mostlyclean mostlyclean-compile \ 662 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 663 tags tags-am uninstall uninstall-am 664 665.PRECIOUS: Makefile 666 667 668# Tell versions [3.59,3.63) of GNU make to not export all variables. 669# Otherwise a system limit (for SysV at least) may be exceeded. 670.NOEXPORT: 671