Makefile.in revision 7c5adda3
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 = launchd 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_HEADER = $(top_builddir)/config.h 98CONFIG_CLEAN_FILES = 99CONFIG_CLEAN_VPATH_FILES = 100AM_V_P = $(am__v_P_@AM_V@) 101am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 102am__v_P_0 = false 103am__v_P_1 = : 104AM_V_GEN = $(am__v_GEN_@AM_V@) 105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 106am__v_GEN_0 = @echo " GEN " $@; 107am__v_GEN_1 = 108AM_V_at = $(am__v_at_@AM_V@) 109am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 110am__v_at_0 = @ 111am__v_at_1 = 112SOURCES = 113DIST_SOURCES = 114RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 115 ctags-recursive dvi-recursive html-recursive info-recursive \ 116 install-data-recursive install-dvi-recursive \ 117 install-exec-recursive install-html-recursive \ 118 install-info-recursive install-pdf-recursive \ 119 install-ps-recursive install-recursive installcheck-recursive \ 120 installdirs-recursive pdf-recursive ps-recursive \ 121 tags-recursive uninstall-recursive 122am__can_run_installinfo = \ 123 case $$AM_UPDATE_INFO_DIR in \ 124 n|no|NO) false;; \ 125 *) (install-info --version) >/dev/null 2>&1;; \ 126 esac 127RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 128 distclean-recursive maintainer-clean-recursive 129am__recursive_targets = \ 130 $(RECURSIVE_TARGETS) \ 131 $(RECURSIVE_CLEAN_TARGETS) \ 132 $(am__extra_recursive_targets) 133AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 134 distdir distdir-am 135am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 136# Read a list of newline-separated strings from the standard input, 137# and print each of them once, without duplicates. Input order is 138# *not* preserved. 139am__uniquify_input = $(AWK) '\ 140 BEGIN { nonempty = 0; } \ 141 { items[$$0] = 1; nonempty = 1; } \ 142 END { if (nonempty) { for (i in items) print i; }; } \ 143' 144# Make sure the list of sources is unique. This is necessary because, 145# e.g., the same source file might be shared among _SOURCES variables 146# for different programs/libraries. 147am__define_uniq_tagged_files = \ 148 list='$(am__tagged_files)'; \ 149 unique=`for i in $$list; do \ 150 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 151 done | $(am__uniquify_input)` 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@ 195CPP = @CPP@ 196CPPFLAGS = @CPPFLAGS@ 197CSCOPE = @CSCOPE@ 198CTAGS = @CTAGS@ 199CWARNFLAGS = @CWARNFLAGS@ 200CYGPATH_W = @CYGPATH_W@ 201DEFS = @DEFS@ 202DEPDIR = @DEPDIR@ 203DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 204DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 205ECHO_C = @ECHO_C@ 206ECHO_N = @ECHO_N@ 207ECHO_T = @ECHO_T@ 208ETAGS = @ETAGS@ 209EXEEXT = @EXEEXT@ 210FILE_MAN_DIR = @FILE_MAN_DIR@ 211FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 212INSTALL = @INSTALL@ 213INSTALL_CMD = @INSTALL_CMD@ 214INSTALL_DATA = @INSTALL_DATA@ 215INSTALL_PROGRAM = @INSTALL_PROGRAM@ 216INSTALL_SCRIPT = @INSTALL_SCRIPT@ 217INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 218LAUNCHD = @LAUNCHD@ 219LDFLAGS = @LDFLAGS@ 220LIBOBJS = @LIBOBJS@ 221LIBS = @LIBS@ 222LIB_MAN_DIR = @LIB_MAN_DIR@ 223LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 224LTLIBOBJS = @LTLIBOBJS@ 225MAKEINFO = @MAKEINFO@ 226MAN_SUBSTS = @MAN_SUBSTS@ 227MCOOKIE = @MCOOKIE@ 228MISC_MAN_DIR = @MISC_MAN_DIR@ 229MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 230MKDIR_P = @MKDIR_P@ 231OBJEXT = @OBJEXT@ 232OPENSSL = @OPENSSL@ 233PACKAGE = @PACKAGE@ 234PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 235PACKAGE_NAME = @PACKAGE_NAME@ 236PACKAGE_STRING = @PACKAGE_STRING@ 237PACKAGE_TARNAME = @PACKAGE_TARNAME@ 238PACKAGE_URL = @PACKAGE_URL@ 239PACKAGE_VERSION = @PACKAGE_VERSION@ 240PATH_SEPARATOR = @PATH_SEPARATOR@ 241PKG_CONFIG = @PKG_CONFIG@ 242PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 243PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 244RAWCPP = @RAWCPP@ 245RAWCPPFLAGS = @RAWCPPFLAGS@ 246SED = @SED@ 247SET_MAKE = @SET_MAKE@ 248SHELL = @SHELL@ 249SHELL_CMD = @SHELL_CMD@ 250STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@ 251STRICT_CFLAGS = @STRICT_CFLAGS@ 252STRIP = @STRIP@ 253TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 254TWM = @TWM@ 255VERSION = @VERSION@ 256XAUTH = @XAUTH@ 257XCLOCK = @XCLOCK@ 258XCONFIGFILE = @XCONFIGFILE@ 259XCONFIGFILEMAN = @XCONFIGFILEMAN@ 260XINIT = @XINIT@ 261XINITDIR = @XINITDIR@ 262XINIT_CFLAGS = @XINIT_CFLAGS@ 263XINIT_LIBS = @XINIT_LIBS@ 264XMODMAP = @XMODMAP@ 265XORG_MAN_PAGE = @XORG_MAN_PAGE@ 266XRDB = @XRDB@ 267XSERVER = @XSERVER@ 268XSERVERNAME = @XSERVERNAME@ 269XTERM = @XTERM@ 270abs_builddir = @abs_builddir@ 271abs_srcdir = @abs_srcdir@ 272abs_top_builddir = @abs_top_builddir@ 273abs_top_srcdir = @abs_top_srcdir@ 274ac_ct_CC = @ac_ct_CC@ 275am__include = @am__include@ 276am__leading_dot = @am__leading_dot@ 277am__quote = @am__quote@ 278am__tar = @am__tar@ 279am__untar = @am__untar@ 280bindir = @bindir@ 281build = @build@ 282build_alias = @build_alias@ 283build_cpu = @build_cpu@ 284build_os = @build_os@ 285build_vendor = @build_vendor@ 286builddir = @builddir@ 287bundleidprefix = @bundleidprefix@ 288datadir = @datadir@ 289datarootdir = @datarootdir@ 290docdir = @docdir@ 291dvidir = @dvidir@ 292exec_prefix = @exec_prefix@ 293host = @host@ 294host_alias = @host_alias@ 295host_cpu = @host_cpu@ 296host_os = @host_os@ 297host_vendor = @host_vendor@ 298htmldir = @htmldir@ 299includedir = @includedir@ 300infodir = @infodir@ 301install_sh = @install_sh@ 302launchagentsdir = @launchagentsdir@ 303launchagentxserver = @launchagentxserver@ 304launchdaemonsdir = @launchdaemonsdir@ 305libdir = @libdir@ 306libexecdir = @libexecdir@ 307localedir = @localedir@ 308localstatedir = @localstatedir@ 309mandir = @mandir@ 310mkdir_p = @mkdir_p@ 311oldincludedir = @oldincludedir@ 312pdfdir = @pdfdir@ 313prefix = @prefix@ 314program_transform_name = @program_transform_name@ 315psdir = @psdir@ 316runstatedir = @runstatedir@ 317sbindir = @sbindir@ 318sharedstatedir = @sharedstatedir@ 319srcdir = @srcdir@ 320sysconfdir = @sysconfdir@ 321target_alias = @target_alias@ 322top_build_prefix = @top_build_prefix@ 323top_builddir = @top_builddir@ 324top_srcdir = @top_srcdir@ 325DIST_SUBDIRS = privileged_startx user_startx 326SUBDIRS = privileged_startx user_startx 327all: all-recursive 328 329.SUFFIXES: 330$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 331 @for dep in $?; do \ 332 case '$(am__configure_deps)' in \ 333 *$$dep*) \ 334 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 335 && { if test -f $@; then exit 0; else break; fi; }; \ 336 exit 1;; \ 337 esac; \ 338 done; \ 339 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign launchd/Makefile'; \ 340 $(am__cd) $(top_srcdir) && \ 341 $(AUTOMAKE) --foreign launchd/Makefile 342Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 343 @case '$?' in \ 344 *config.status*) \ 345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 346 *) \ 347 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 348 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 349 esac; 350 351$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 353 354$(top_srcdir)/configure: $(am__configure_deps) 355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 356$(ACLOCAL_M4): $(am__aclocal_m4_deps) 357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 358$(am__aclocal_m4_deps): 359 360# This directory's subdirectories are mostly independent; you can cd 361# into them and run 'make' without going through this Makefile. 362# To change the values of 'make' variables: instead of editing Makefiles, 363# (1) if the variable is set in 'config.status', edit 'config.status' 364# (which will cause the Makefiles to be regenerated when you run 'make'); 365# (2) otherwise, pass the desired values on the 'make' command line. 366$(am__recursive_targets): 367 @fail=; \ 368 if $(am__make_keepgoing); then \ 369 failcom='fail=yes'; \ 370 else \ 371 failcom='exit 1'; \ 372 fi; \ 373 dot_seen=no; \ 374 target=`echo $@ | sed s/-recursive//`; \ 375 case "$@" in \ 376 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 377 *) list='$(SUBDIRS)' ;; \ 378 esac; \ 379 for subdir in $$list; do \ 380 echo "Making $$target in $$subdir"; \ 381 if test "$$subdir" = "."; then \ 382 dot_seen=yes; \ 383 local_target="$$target-am"; \ 384 else \ 385 local_target="$$target"; \ 386 fi; \ 387 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 388 || eval $$failcom; \ 389 done; \ 390 if test "$$dot_seen" = "no"; then \ 391 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 392 fi; test -z "$$fail" 393 394ID: $(am__tagged_files) 395 $(am__define_uniq_tagged_files); mkid -fID $$unique 396tags: tags-recursive 397TAGS: tags 398 399tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 400 set x; \ 401 here=`pwd`; \ 402 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 403 include_option=--etags-include; \ 404 empty_fix=.; \ 405 else \ 406 include_option=--include; \ 407 empty_fix=; \ 408 fi; \ 409 list='$(SUBDIRS)'; for subdir in $$list; do \ 410 if test "$$subdir" = .; then :; else \ 411 test ! -f $$subdir/TAGS || \ 412 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 413 fi; \ 414 done; \ 415 $(am__define_uniq_tagged_files); \ 416 shift; \ 417 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 418 test -n "$$unique" || unique=$$empty_fix; \ 419 if test $$# -gt 0; then \ 420 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 421 "$$@" $$unique; \ 422 else \ 423 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 424 $$unique; \ 425 fi; \ 426 fi 427ctags: ctags-recursive 428 429CTAGS: ctags 430ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 431 $(am__define_uniq_tagged_files); \ 432 test -z "$(CTAGS_ARGS)$$unique" \ 433 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 434 $$unique 435 436GTAGS: 437 here=`$(am__cd) $(top_builddir) && pwd` \ 438 && $(am__cd) $(top_srcdir) \ 439 && gtags -i $(GTAGS_ARGS) "$$here" 440cscopelist: cscopelist-recursive 441 442cscopelist-am: $(am__tagged_files) 443 list='$(am__tagged_files)'; \ 444 case "$(srcdir)" in \ 445 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 446 *) sdir=$(subdir)/$(srcdir) ;; \ 447 esac; \ 448 for i in $$list; do \ 449 if test -f "$$i"; then \ 450 echo "$(subdir)/$$i"; \ 451 else \ 452 echo "$$sdir/$$i"; \ 453 fi; \ 454 done >> $(top_builddir)/cscope.files 455 456distclean-tags: 457 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 458distdir: $(BUILT_SOURCES) 459 $(MAKE) $(AM_MAKEFLAGS) distdir-am 460 461distdir-am: $(DISTFILES) 462 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 463 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 464 list='$(DISTFILES)'; \ 465 dist_files=`for file in $$list; do echo $$file; done | \ 466 sed -e "s|^$$srcdirstrip/||;t" \ 467 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 468 case $$dist_files in \ 469 */*) $(MKDIR_P) `echo "$$dist_files" | \ 470 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 471 sort -u` ;; \ 472 esac; \ 473 for file in $$dist_files; do \ 474 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 475 if test -d $$d/$$file; then \ 476 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 477 if test -d "$(distdir)/$$file"; then \ 478 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 479 fi; \ 480 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 481 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 482 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 483 fi; \ 484 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 485 else \ 486 test -f "$(distdir)/$$file" \ 487 || cp -p $$d/$$file "$(distdir)/$$file" \ 488 || exit 1; \ 489 fi; \ 490 done 491 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 492 if test "$$subdir" = .; then :; else \ 493 $(am__make_dryrun) \ 494 || test -d "$(distdir)/$$subdir" \ 495 || $(MKDIR_P) "$(distdir)/$$subdir" \ 496 || exit 1; \ 497 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 498 $(am__relativize); \ 499 new_distdir=$$reldir; \ 500 dir1=$$subdir; dir2="$(top_distdir)"; \ 501 $(am__relativize); \ 502 new_top_distdir=$$reldir; \ 503 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 504 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 505 ($(am__cd) $$subdir && \ 506 $(MAKE) $(AM_MAKEFLAGS) \ 507 top_distdir="$$new_top_distdir" \ 508 distdir="$$new_distdir" \ 509 am__remove_distdir=: \ 510 am__skip_length_check=: \ 511 am__skip_mode_fix=: \ 512 distdir) \ 513 || exit 1; \ 514 fi; \ 515 done 516check-am: all-am 517check: check-recursive 518all-am: Makefile 519installdirs: installdirs-recursive 520installdirs-am: 521install: install-recursive 522install-exec: install-exec-recursive 523install-data: install-data-recursive 524uninstall: uninstall-recursive 525 526install-am: all-am 527 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 528 529installcheck: installcheck-recursive 530install-strip: 531 if test -z '$(STRIP)'; then \ 532 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 533 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 534 install; \ 535 else \ 536 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 537 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 538 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 539 fi 540mostlyclean-generic: 541 542clean-generic: 543 544distclean-generic: 545 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 546 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 547 548maintainer-clean-generic: 549 @echo "This command is intended for maintainers to use" 550 @echo "it deletes files that may require special tools to rebuild." 551clean: clean-recursive 552 553clean-am: clean-generic mostlyclean-am 554 555distclean: distclean-recursive 556 -rm -f Makefile 557distclean-am: clean-am distclean-generic distclean-tags 558 559dvi: dvi-recursive 560 561dvi-am: 562 563html: html-recursive 564 565html-am: 566 567info: info-recursive 568 569info-am: 570 571install-data-am: 572 573install-dvi: install-dvi-recursive 574 575install-dvi-am: 576 577install-exec-am: 578 579install-html: install-html-recursive 580 581install-html-am: 582 583install-info: install-info-recursive 584 585install-info-am: 586 587install-man: 588 589install-pdf: install-pdf-recursive 590 591install-pdf-am: 592 593install-ps: install-ps-recursive 594 595install-ps-am: 596 597installcheck-am: 598 599maintainer-clean: maintainer-clean-recursive 600 -rm -f Makefile 601maintainer-clean-am: distclean-am maintainer-clean-generic 602 603mostlyclean: mostlyclean-recursive 604 605mostlyclean-am: mostlyclean-generic 606 607pdf: pdf-recursive 608 609pdf-am: 610 611ps: ps-recursive 612 613ps-am: 614 615uninstall-am: 616 617.MAKE: $(am__recursive_targets) install-am install-strip 618 619.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 620 check-am clean clean-generic cscopelist-am ctags ctags-am \ 621 distclean distclean-generic distclean-tags distdir dvi dvi-am \ 622 html html-am info info-am install install-am install-data \ 623 install-data-am install-dvi install-dvi-am install-exec \ 624 install-exec-am install-html install-html-am install-info \ 625 install-info-am install-man install-pdf install-pdf-am \ 626 install-ps install-ps-am install-strip installcheck \ 627 installcheck-am installdirs installdirs-am maintainer-clean \ 628 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 629 pdf-am ps ps-am 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