Makefile.in revision ffe57424
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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@ 16VPATH = @srcdir@ 17am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27} 28am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90subdir = specs 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/configure.ac 93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 94 $(ACLOCAL_M4) 95DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 96mkinstalldirs = $(install_sh) -d 97CONFIG_CLEAN_FILES = 98CONFIG_CLEAN_VPATH_FILES = 99AM_V_P = $(am__v_P_@AM_V@) 100am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 101am__v_P_0 = false 102am__v_P_1 = : 103AM_V_GEN = $(am__v_GEN_@AM_V@) 104am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 105am__v_GEN_0 = @echo " GEN " $@; 106am__v_GEN_1 = 107AM_V_at = $(am__v_at_@AM_V@) 108am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 109am__v_at_0 = @ 110am__v_at_1 = 111SOURCES = 112DIST_SOURCES = 113RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 114 ctags-recursive dvi-recursive html-recursive info-recursive \ 115 install-data-recursive install-dvi-recursive \ 116 install-exec-recursive install-html-recursive \ 117 install-info-recursive install-pdf-recursive \ 118 install-ps-recursive install-recursive installcheck-recursive \ 119 installdirs-recursive pdf-recursive ps-recursive \ 120 tags-recursive uninstall-recursive 121am__can_run_installinfo = \ 122 case $$AM_UPDATE_INFO_DIR in \ 123 n|no|NO) false;; \ 124 *) (install-info --version) >/dev/null 2>&1;; \ 125 esac 126RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 127 distclean-recursive maintainer-clean-recursive 128am__recursive_targets = \ 129 $(RECURSIVE_TARGETS) \ 130 $(RECURSIVE_CLEAN_TARGETS) \ 131 $(am__extra_recursive_targets) 132AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 133 distdir distdir-am 134am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 135# Read a list of newline-separated strings from the standard input, 136# and print each of them once, without duplicates. Input order is 137# *not* preserved. 138am__uniquify_input = $(AWK) '\ 139 BEGIN { nonempty = 0; } \ 140 { items[$$0] = 1; nonempty = 1; } \ 141 END { if (nonempty) { for (i in items) print i; }; } \ 142' 143# Make sure the list of sources is unique. This is necessary because, 144# e.g., the same source file might be shared among _SOURCES variables 145# for different programs/libraries. 146am__define_uniq_tagged_files = \ 147 list='$(am__tagged_files)'; \ 148 unique=`for i in $$list; do \ 149 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 150 done | $(am__uniquify_input)` 151DIST_SUBDIRS = $(SUBDIRS) 152am__DIST_COMMON = $(srcdir)/Makefile.in 153DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 154am__relativize = \ 155 dir0=`pwd`; \ 156 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 157 sed_rest='s,^[^/]*/*,,'; \ 158 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 159 sed_butlast='s,/*[^/]*$$,,'; \ 160 while test -n "$$dir1"; do \ 161 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 162 if test "$$first" != "."; then \ 163 if test "$$first" = ".."; then \ 164 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 165 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 166 else \ 167 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 168 if test "$$first2" = "$$first"; then \ 169 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 170 else \ 171 dir2="../$$dir2"; \ 172 fi; \ 173 dir0="$$dir0"/"$$first"; \ 174 fi; \ 175 fi; \ 176 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 177 done; \ 178 reldir="$$dir2" 179ACLOCAL = @ACLOCAL@ 180ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 181ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 182AMTAR = @AMTAR@ 183AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 184APP_MAN_DIR = @APP_MAN_DIR@ 185APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 186AUTOCONF = @AUTOCONF@ 187AUTOHEADER = @AUTOHEADER@ 188AUTOMAKE = @AUTOMAKE@ 189AWK = @AWK@ 190BASE_CFLAGS = @BASE_CFLAGS@ 191CC = @CC@ 192CCDEPMODE = @CCDEPMODE@ 193CFLAGS = @CFLAGS@ 194CHANGELOG_CMD = @CHANGELOG_CMD@ 195CPPFLAGS = @CPPFLAGS@ 196CSCOPE = @CSCOPE@ 197CTAGS = @CTAGS@ 198CWARNFLAGS = @CWARNFLAGS@ 199CYGPATH_W = @CYGPATH_W@ 200DEFS = @DEFS@ 201DEPDIR = @DEPDIR@ 202DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 203DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 204ECHO_C = @ECHO_C@ 205ECHO_N = @ECHO_N@ 206ECHO_T = @ECHO_T@ 207ETAGS = @ETAGS@ 208EXEEXT = @EXEEXT@ 209FILE_MAN_DIR = @FILE_MAN_DIR@ 210FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 211FOP = @FOP@ 212INSTALL = @INSTALL@ 213INSTALL_CMD = @INSTALL_CMD@ 214INSTALL_DATA = @INSTALL_DATA@ 215INSTALL_PROGRAM = @INSTALL_PROGRAM@ 216INSTALL_SCRIPT = @INSTALL_SCRIPT@ 217INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 218LDFLAGS = @LDFLAGS@ 219LIBOBJS = @LIBOBJS@ 220LIBS = @LIBS@ 221LIB_MAN_DIR = @LIB_MAN_DIR@ 222LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 223LTLIBOBJS = @LTLIBOBJS@ 224MAKEINFO = @MAKEINFO@ 225MAN_SUBSTS = @MAN_SUBSTS@ 226MISC_MAN_DIR = @MISC_MAN_DIR@ 227MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 228MKDIR_P = @MKDIR_P@ 229OBJEXT = @OBJEXT@ 230PACKAGE = @PACKAGE@ 231PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 232PACKAGE_NAME = @PACKAGE_NAME@ 233PACKAGE_STRING = @PACKAGE_STRING@ 234PACKAGE_TARNAME = @PACKAGE_TARNAME@ 235PACKAGE_URL = @PACKAGE_URL@ 236PACKAGE_VERSION = @PACKAGE_VERSION@ 237PATH_SEPARATOR = @PATH_SEPARATOR@ 238PKG_CONFIG = @PKG_CONFIG@ 239PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 240PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 241PYTHON = @PYTHON@ 242PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 243PYTHON_PLATFORM = @PYTHON_PLATFORM@ 244PYTHON_PREFIX = @PYTHON_PREFIX@ 245PYTHON_VERSION = @PYTHON_VERSION@ 246SED = @SED@ 247SET_MAKE = @SET_MAKE@ 248SHELL = @SHELL@ 249STRICT_CFLAGS = @STRICT_CFLAGS@ 250STRIP = @STRIP@ 251STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 252USE_FDS_BITS = @USE_FDS_BITS@ 253VERSION = @VERSION@ 254XMLTO = @XMLTO@ 255XORG_MAN_PAGE = @XORG_MAN_PAGE@ 256XORG_SGML_PATH = @XORG_SGML_PATH@ 257XSLTPROC = @XSLTPROC@ 258XSL_STYLESHEET = @XSL_STYLESHEET@ 259abs_builddir = @abs_builddir@ 260abs_srcdir = @abs_srcdir@ 261abs_top_builddir = @abs_top_builddir@ 262abs_top_srcdir = @abs_top_srcdir@ 263ac_ct_CC = @ac_ct_CC@ 264am__include = @am__include@ 265am__leading_dot = @am__leading_dot@ 266am__quote = @am__quote@ 267am__tar = @am__tar@ 268am__untar = @am__untar@ 269bindir = @bindir@ 270build = @build@ 271build_alias = @build_alias@ 272build_cpu = @build_cpu@ 273build_os = @build_os@ 274build_vendor = @build_vendor@ 275builddir = @builddir@ 276datadir = @datadir@ 277datarootdir = @datarootdir@ 278docdir = @docdir@ 279dvidir = @dvidir@ 280exec_prefix = @exec_prefix@ 281host = @host@ 282host_alias = @host_alias@ 283host_cpu = @host_cpu@ 284host_os = @host_os@ 285host_vendor = @host_vendor@ 286htmldir = @htmldir@ 287includedir = @includedir@ 288infodir = @infodir@ 289install_sh = @install_sh@ 290libdir = @libdir@ 291libexecdir = @libexecdir@ 292localedir = @localedir@ 293localstatedir = @localstatedir@ 294mandir = @mandir@ 295mkdir_p = @mkdir_p@ 296oldincludedir = @oldincludedir@ 297pdfdir = @pdfdir@ 298pkgpyexecdir = @pkgpyexecdir@ 299pkgpythondir = @pkgpythondir@ 300prefix = @prefix@ 301program_transform_name = @program_transform_name@ 302psdir = @psdir@ 303pyexecdir = @pyexecdir@ 304pythondir = @pythondir@ 305runstatedir = @runstatedir@ 306sbindir = @sbindir@ 307sharedstatedir = @sharedstatedir@ 308srcdir = @srcdir@ 309sysconfdir = @sysconfdir@ 310target_alias = @target_alias@ 311top_build_prefix = @top_build_prefix@ 312top_builddir = @top_builddir@ 313top_srcdir = @top_srcdir@ 314SUBDIRS = \ 315 bigreqsproto \ 316 fontsproto \ 317 kbproto \ 318 recordproto \ 319 scrnsaverproto \ 320 xcmiscproto \ 321 xextproto \ 322 xproto 323 324EXTRA_DIST = \ 325 printproto/xp_proto.book \ 326 printproto/xp_proto.mif \ 327 printproto/xp_proto.ps \ 328 printproto/xp_protoIX.doc \ 329 printproto/xp_protoTOC.doc \ 330 printproto/xp_proto_cov.mif \ 331 SIAddresses/hostname.md \ 332 SIAddresses/IPv6.md \ 333 SIAddresses/localuser.md \ 334 SIAddresses/README 335 336all: all-recursive 337 338.SUFFIXES: 339$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 340 @for dep in $?; do \ 341 case '$(am__configure_deps)' in \ 342 *$$dep*) \ 343 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 344 && { if test -f $@; then exit 0; else break; fi; }; \ 345 exit 1;; \ 346 esac; \ 347 done; \ 348 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/Makefile'; \ 349 $(am__cd) $(top_srcdir) && \ 350 $(AUTOMAKE) --foreign specs/Makefile 351Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 352 @case '$?' in \ 353 *config.status*) \ 354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 355 *) \ 356 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 357 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 358 esac; 359 360$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 362 363$(top_srcdir)/configure: $(am__configure_deps) 364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 365$(ACLOCAL_M4): $(am__aclocal_m4_deps) 366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 367$(am__aclocal_m4_deps): 368 369# This directory's subdirectories are mostly independent; you can cd 370# into them and run 'make' without going through this Makefile. 371# To change the values of 'make' variables: instead of editing Makefiles, 372# (1) if the variable is set in 'config.status', edit 'config.status' 373# (which will cause the Makefiles to be regenerated when you run 'make'); 374# (2) otherwise, pass the desired values on the 'make' command line. 375$(am__recursive_targets): 376 @fail=; \ 377 if $(am__make_keepgoing); then \ 378 failcom='fail=yes'; \ 379 else \ 380 failcom='exit 1'; \ 381 fi; \ 382 dot_seen=no; \ 383 target=`echo $@ | sed s/-recursive//`; \ 384 case "$@" in \ 385 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 386 *) list='$(SUBDIRS)' ;; \ 387 esac; \ 388 for subdir in $$list; do \ 389 echo "Making $$target in $$subdir"; \ 390 if test "$$subdir" = "."; then \ 391 dot_seen=yes; \ 392 local_target="$$target-am"; \ 393 else \ 394 local_target="$$target"; \ 395 fi; \ 396 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 397 || eval $$failcom; \ 398 done; \ 399 if test "$$dot_seen" = "no"; then \ 400 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 401 fi; test -z "$$fail" 402 403ID: $(am__tagged_files) 404 $(am__define_uniq_tagged_files); mkid -fID $$unique 405tags: tags-recursive 406TAGS: tags 407 408tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 409 set x; \ 410 here=`pwd`; \ 411 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 412 include_option=--etags-include; \ 413 empty_fix=.; \ 414 else \ 415 include_option=--include; \ 416 empty_fix=; \ 417 fi; \ 418 list='$(SUBDIRS)'; for subdir in $$list; do \ 419 if test "$$subdir" = .; then :; else \ 420 test ! -f $$subdir/TAGS || \ 421 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 422 fi; \ 423 done; \ 424 $(am__define_uniq_tagged_files); \ 425 shift; \ 426 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 427 test -n "$$unique" || unique=$$empty_fix; \ 428 if test $$# -gt 0; then \ 429 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 430 "$$@" $$unique; \ 431 else \ 432 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 433 $$unique; \ 434 fi; \ 435 fi 436ctags: ctags-recursive 437 438CTAGS: ctags 439ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 440 $(am__define_uniq_tagged_files); \ 441 test -z "$(CTAGS_ARGS)$$unique" \ 442 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 443 $$unique 444 445GTAGS: 446 here=`$(am__cd) $(top_builddir) && pwd` \ 447 && $(am__cd) $(top_srcdir) \ 448 && gtags -i $(GTAGS_ARGS) "$$here" 449cscopelist: cscopelist-recursive 450 451cscopelist-am: $(am__tagged_files) 452 list='$(am__tagged_files)'; \ 453 case "$(srcdir)" in \ 454 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 455 *) sdir=$(subdir)/$(srcdir) ;; \ 456 esac; \ 457 for i in $$list; do \ 458 if test -f "$$i"; then \ 459 echo "$(subdir)/$$i"; \ 460 else \ 461 echo "$$sdir/$$i"; \ 462 fi; \ 463 done >> $(top_builddir)/cscope.files 464 465distclean-tags: 466 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 467distdir: $(BUILT_SOURCES) 468 $(MAKE) $(AM_MAKEFLAGS) distdir-am 469 470distdir-am: $(DISTFILES) 471 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 472 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 473 list='$(DISTFILES)'; \ 474 dist_files=`for file in $$list; do echo $$file; done | \ 475 sed -e "s|^$$srcdirstrip/||;t" \ 476 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 477 case $$dist_files in \ 478 */*) $(MKDIR_P) `echo "$$dist_files" | \ 479 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 480 sort -u` ;; \ 481 esac; \ 482 for file in $$dist_files; do \ 483 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 484 if test -d $$d/$$file; then \ 485 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 486 if test -d "$(distdir)/$$file"; then \ 487 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 488 fi; \ 489 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 490 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 491 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 492 fi; \ 493 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 494 else \ 495 test -f "$(distdir)/$$file" \ 496 || cp -p $$d/$$file "$(distdir)/$$file" \ 497 || exit 1; \ 498 fi; \ 499 done 500 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 501 if test "$$subdir" = .; then :; else \ 502 $(am__make_dryrun) \ 503 || test -d "$(distdir)/$$subdir" \ 504 || $(MKDIR_P) "$(distdir)/$$subdir" \ 505 || exit 1; \ 506 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 507 $(am__relativize); \ 508 new_distdir=$$reldir; \ 509 dir1=$$subdir; dir2="$(top_distdir)"; \ 510 $(am__relativize); \ 511 new_top_distdir=$$reldir; \ 512 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 513 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 514 ($(am__cd) $$subdir && \ 515 $(MAKE) $(AM_MAKEFLAGS) \ 516 top_distdir="$$new_top_distdir" \ 517 distdir="$$new_distdir" \ 518 am__remove_distdir=: \ 519 am__skip_length_check=: \ 520 am__skip_mode_fix=: \ 521 distdir) \ 522 || exit 1; \ 523 fi; \ 524 done 525check-am: all-am 526check: check-recursive 527all-am: Makefile 528installdirs: installdirs-recursive 529installdirs-am: 530install: install-recursive 531install-exec: install-exec-recursive 532install-data: install-data-recursive 533uninstall: uninstall-recursive 534 535install-am: all-am 536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 537 538installcheck: installcheck-recursive 539install-strip: 540 if test -z '$(STRIP)'; then \ 541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 543 install; \ 544 else \ 545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 548 fi 549mostlyclean-generic: 550 551clean-generic: 552 553distclean-generic: 554 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 555 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 556 557maintainer-clean-generic: 558 @echo "This command is intended for maintainers to use" 559 @echo "it deletes files that may require special tools to rebuild." 560clean: clean-recursive 561 562clean-am: clean-generic mostlyclean-am 563 564distclean: distclean-recursive 565 -rm -f Makefile 566distclean-am: clean-am distclean-generic distclean-tags 567 568dvi: dvi-recursive 569 570dvi-am: 571 572html: html-recursive 573 574html-am: 575 576info: info-recursive 577 578info-am: 579 580install-data-am: 581 582install-dvi: install-dvi-recursive 583 584install-dvi-am: 585 586install-exec-am: 587 588install-html: install-html-recursive 589 590install-html-am: 591 592install-info: install-info-recursive 593 594install-info-am: 595 596install-man: 597 598install-pdf: install-pdf-recursive 599 600install-pdf-am: 601 602install-ps: install-ps-recursive 603 604install-ps-am: 605 606installcheck-am: 607 608maintainer-clean: maintainer-clean-recursive 609 -rm -f Makefile 610maintainer-clean-am: distclean-am maintainer-clean-generic 611 612mostlyclean: mostlyclean-recursive 613 614mostlyclean-am: mostlyclean-generic 615 616pdf: pdf-recursive 617 618pdf-am: 619 620ps: ps-recursive 621 622ps-am: 623 624uninstall-am: 625 626.MAKE: $(am__recursive_targets) install-am install-strip 627 628.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 629 check-am clean clean-generic cscopelist-am ctags ctags-am \ 630 distclean distclean-generic distclean-tags distdir dvi dvi-am \ 631 html 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 installdirs-am maintainer-clean \ 637 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 638 pdf-am ps ps-am tags tags-am uninstall uninstall-am 639 640.PRECIOUS: Makefile 641 642 643# Tell versions [3.59,3.63) of GNU make to not export all variables. 644# Otherwise a system limit (for SysV at least) may be exceeded. 645.NOEXPORT: 646