1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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 = interfaces/emacs 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)` 151ETAGS = etags 152CTAGS = ctags 153DIST_SUBDIRS = $(SUBDIRS) 154am__DIST_COMMON = $(srcdir)/Makefile.in 155DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 156am__relativize = \ 157 dir0=`pwd`; \ 158 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 159 sed_rest='s,^[^/]*/*,,'; \ 160 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 161 sed_butlast='s,/*[^/]*$$,,'; \ 162 while test -n "$$dir1"; do \ 163 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 164 if test "$$first" != "."; then \ 165 if test "$$first" = ".."; then \ 166 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 167 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 168 else \ 169 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 170 if test "$$first2" = "$$first"; then \ 171 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 172 else \ 173 dir2="../$$dir2"; \ 174 fi; \ 175 dir0="$$dir0"/"$$first"; \ 176 fi; \ 177 fi; \ 178 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 179 done; \ 180 reldir="$$dir2" 181ABCL_JAR = @ABCL_JAR@ 182ACLOCAL = @ACLOCAL@ 183ACL_NAME = @ACL_NAME@ 184AMTAR = @AMTAR@ 185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 186AUTOCONF = @AUTOCONF@ 187AUTOHEADER = @AUTOHEADER@ 188AUTOMAKE = @AUTOMAKE@ 189AWK = @AWK@ 190CAT = @CAT@ 191CCL64_NAME = @CCL64_NAME@ 192CLISP_NAME = @CLISP_NAME@ 193CLISP_RUNTIME = @CLISP_RUNTIME@ 194CLISP_RUNTIME_PATH = @CLISP_RUNTIME_PATH@ 195CMUCL_EXEC = @CMUCL_EXEC@ 196CMUCL_NAME = @CMUCL_NAME@ 197CMUCL_RUNTIME = @CMUCL_RUNTIME@ 198CMUCL_RUNTIME_PATH = @CMUCL_RUNTIME_PATH@ 199CYGPATH_W = @CYGPATH_W@ 200DEFAULTLISP = @DEFAULTLISP@ 201DEFS = @DEFS@ 202DISTCLEAN_EXTRA_SRC_FILES = @DISTCLEAN_EXTRA_SRC_FILES@ 203ECHO_C = @ECHO_C@ 204ECHO_N = @ECHO_N@ 205ECHO_T = @ECHO_T@ 206ECL_NAME = @ECL_NAME@ 207EGREP = @EGREP@ 208EMACS = @EMACS@ 209EMACSDIR = @EMACSDIR@ 210EMACSLOADPATH = @EMACSLOADPATH@ 211EXEEXT = @EXEEXT@ 212GCCVER = @GCCVER@ 213GCL_NAME = @GCL_NAME@ 214GREP = @GREP@ 215HHC = @HHC@ 216IMGKIT = @IMGKIT@ 217INSTALL = @INSTALL@ 218INSTALL_DATA = @INSTALL_DATA@ 219INSTALL_PROGRAM = @INSTALL_PROGRAM@ 220INSTALL_SCRIPT = @INSTALL_SCRIPT@ 221INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 222JRE = @JRE@ 223LDFLAGS = @LDFLAGS@ 224LIBOBJS = @LIBOBJS@ 225LIBS = @LIBS@ 226LTLIBOBJS = @LTLIBOBJS@ 227MAKEINFO = @MAKEINFO@ 228MKDIR_P = @MKDIR_P@ 229OPENMCL_NAME = @OPENMCL_NAME@ 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@ 238POSIX_SHELL = @POSIX_SHELL@ 239PYTHON = @PYTHON@ 240PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 241PYTHON_PLATFORM = @PYTHON_PLATFORM@ 242PYTHON_PREFIX = @PYTHON_PREFIX@ 243PYTHON_VERSION = @PYTHON_VERSION@ 244SBCL_EXTRA_ARGS = @SBCL_EXTRA_ARGS@ 245SBCL_NAME = @SBCL_NAME@ 246SCL_NAME = @SCL_NAME@ 247SCL_RUNTIME = @SCL_RUNTIME@ 248SCL_RUNTIME_PATH = @SCL_RUNTIME_PATH@ 249SDXKIT = @SDXKIT@ 250SED = @SED@ 251SET_MAKE = @SET_MAKE@ 252SHELL = @SHELL@ 253STRIP = @STRIP@ 254TCLKITSH = @TCLKITSH@ 255TCLKIT_RUNTIME = @TCLKIT_RUNTIME@ 256VERSION = @VERSION@ 257WISH = @WISH@ 258abs_builddir = @abs_builddir@ 259abs_srcdir = @abs_srcdir@ 260abs_top_builddir = @abs_top_builddir@ 261abs_top_srcdir = @abs_top_srcdir@ 262acl_found = @acl_found@ 263am__leading_dot = @am__leading_dot@ 264am__tar = @am__tar@ 265am__untar = @am__untar@ 266bindir = @bindir@ 267build = @build@ 268build_alias = @build_alias@ 269build_cpu = @build_cpu@ 270build_os = @build_os@ 271build_vendor = @build_vendor@ 272builddir = @builddir@ 273ccl64_found = @ccl64_found@ 274clisp_found = @clisp_found@ 275cmucl_found = @cmucl_found@ 276datadir = @datadir@ 277datarootdir = @datarootdir@ 278default_layout_autotools = @default_layout_autotools@ 279default_sharedirs = @default_sharedirs@ 280docdir = @docdir@ 281dvidir = @dvidir@ 282ecl_found = @ecl_found@ 283exec_prefix = @exec_prefix@ 284expanded_datadir = @expanded_datadir@ 285expanded_exec_prefix = @expanded_exec_prefix@ 286expanded_infodir = @expanded_infodir@ 287expanded_libdir = @expanded_libdir@ 288expanded_libexecdir = @expanded_libexecdir@ 289expanded_top_srcdir = @expanded_top_srcdir@ 290gcl_found = @gcl_found@ 291git_found = @git_found@ 292hhc_found = @hhc_found@ 293host = @host@ 294host_alias = @host_alias@ 295host_cpu = @host_cpu@ 296host_os = @host_os@ 297host_vendor = @host_vendor@ 298htmldir = @htmldir@ 299iconv_found = @iconv_found@ 300includedir = @includedir@ 301infodir = @infodir@ 302install_sh = @install_sh@ 303lang_es = @lang_es@ 304lang_pt = @lang_pt@ 305lang_pt_br = @lang_pt_br@ 306libdir = @libdir@ 307libexecdir = @libexecdir@ 308lisp_only_build = @lisp_only_build@ 309lispdir = @lispdir@ 310lisps_enabled = @lisps_enabled@ 311localedir = @localedir@ 312localstatedir = @localstatedir@ 313mandir = @mandir@ 314manual_version = @manual_version@ 315mathjax_enable = @mathjax_enable@ 316mathjax_script = @mathjax_script@ 317mkdir_p = @mkdir_p@ 318oldincludedir = @oldincludedir@ 319openmcl_found = @openmcl_found@ 320pdfdir = @pdfdir@ 321pkgpyexecdir = @pkgpyexecdir@ 322pkgpythondir = @pkgpythondir@ 323prefix = @prefix@ 324program_transform_name = @program_transform_name@ 325psdir = @psdir@ 326pyexecdir = @pyexecdir@ 327pythondir = @pythondir@ 328recode_found = @recode_found@ 329sbcl_found = @sbcl_found@ 330sbindir = @sbindir@ 331scl_found = @scl_found@ 332sharedstatedir = @sharedstatedir@ 333srcdir = @srcdir@ 334sysconfdir = @sysconfdir@ 335target_alias = @target_alias@ 336top_build_prefix = @top_build_prefix@ 337top_builddir = @top_builddir@ 338top_srcdir = @top_srcdir@ 339win32 = @win32@ 340win64 = @win64@ 341win64_installer = @win64_installer@ 342SUBDIRS = emaxima misc imaxima 343all: all-recursive 344 345.SUFFIXES: 346$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 347 @for dep in $?; do \ 348 case '$(am__configure_deps)' in \ 349 *$$dep*) \ 350 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 351 && { if test -f $@; then exit 0; else break; fi; }; \ 352 exit 1;; \ 353 esac; \ 354 done; \ 355 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu interfaces/emacs/Makefile'; \ 356 $(am__cd) $(top_srcdir) && \ 357 $(AUTOMAKE) --gnu interfaces/emacs/Makefile 358Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 359 @case '$?' in \ 360 *config.status*) \ 361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 362 *) \ 363 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 364 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 365 esac; 366 367$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 369 370$(top_srcdir)/configure: $(am__configure_deps) 371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 372$(ACLOCAL_M4): $(am__aclocal_m4_deps) 373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 374$(am__aclocal_m4_deps): 375 376# This directory's subdirectories are mostly independent; you can cd 377# into them and run 'make' without going through this Makefile. 378# To change the values of 'make' variables: instead of editing Makefiles, 379# (1) if the variable is set in 'config.status', edit 'config.status' 380# (which will cause the Makefiles to be regenerated when you run 'make'); 381# (2) otherwise, pass the desired values on the 'make' command line. 382$(am__recursive_targets): 383 @fail=; \ 384 if $(am__make_keepgoing); then \ 385 failcom='fail=yes'; \ 386 else \ 387 failcom='exit 1'; \ 388 fi; \ 389 dot_seen=no; \ 390 target=`echo $@ | sed s/-recursive//`; \ 391 case "$@" in \ 392 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 393 *) list='$(SUBDIRS)' ;; \ 394 esac; \ 395 for subdir in $$list; do \ 396 echo "Making $$target in $$subdir"; \ 397 if test "$$subdir" = "."; then \ 398 dot_seen=yes; \ 399 local_target="$$target-am"; \ 400 else \ 401 local_target="$$target"; \ 402 fi; \ 403 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 404 || eval $$failcom; \ 405 done; \ 406 if test "$$dot_seen" = "no"; then \ 407 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 408 fi; test -z "$$fail" 409 410ID: $(am__tagged_files) 411 $(am__define_uniq_tagged_files); mkid -fID $$unique 412tags: tags-recursive 413TAGS: tags 414 415tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 416 set x; \ 417 here=`pwd`; \ 418 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 419 include_option=--etags-include; \ 420 empty_fix=.; \ 421 else \ 422 include_option=--include; \ 423 empty_fix=; \ 424 fi; \ 425 list='$(SUBDIRS)'; for subdir in $$list; do \ 426 if test "$$subdir" = .; then :; else \ 427 test ! -f $$subdir/TAGS || \ 428 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 429 fi; \ 430 done; \ 431 $(am__define_uniq_tagged_files); \ 432 shift; \ 433 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 434 test -n "$$unique" || unique=$$empty_fix; \ 435 if test $$# -gt 0; then \ 436 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 437 "$$@" $$unique; \ 438 else \ 439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 440 $$unique; \ 441 fi; \ 442 fi 443ctags: ctags-recursive 444 445CTAGS: ctags 446ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 447 $(am__define_uniq_tagged_files); \ 448 test -z "$(CTAGS_ARGS)$$unique" \ 449 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 450 $$unique 451 452GTAGS: 453 here=`$(am__cd) $(top_builddir) && pwd` \ 454 && $(am__cd) $(top_srcdir) \ 455 && gtags -i $(GTAGS_ARGS) "$$here" 456cscopelist: cscopelist-recursive 457 458cscopelist-am: $(am__tagged_files) 459 list='$(am__tagged_files)'; \ 460 case "$(srcdir)" in \ 461 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 462 *) sdir=$(subdir)/$(srcdir) ;; \ 463 esac; \ 464 for i in $$list; do \ 465 if test -f "$$i"; then \ 466 echo "$(subdir)/$$i"; \ 467 else \ 468 echo "$$sdir/$$i"; \ 469 fi; \ 470 done >> $(top_builddir)/cscope.files 471 472distclean-tags: 473 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 474 475distdir: $(BUILT_SOURCES) 476 $(MAKE) $(AM_MAKEFLAGS) distdir-am 477 478distdir-am: $(DISTFILES) 479 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 480 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 481 list='$(DISTFILES)'; \ 482 dist_files=`for file in $$list; do echo $$file; done | \ 483 sed -e "s|^$$srcdirstrip/||;t" \ 484 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 485 case $$dist_files in \ 486 */*) $(MKDIR_P) `echo "$$dist_files" | \ 487 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 488 sort -u` ;; \ 489 esac; \ 490 for file in $$dist_files; do \ 491 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 492 if test -d $$d/$$file; then \ 493 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 494 if test -d "$(distdir)/$$file"; then \ 495 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 496 fi; \ 497 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 498 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 500 fi; \ 501 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 502 else \ 503 test -f "$(distdir)/$$file" \ 504 || cp -p $$d/$$file "$(distdir)/$$file" \ 505 || exit 1; \ 506 fi; \ 507 done 508 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 509 if test "$$subdir" = .; then :; else \ 510 $(am__make_dryrun) \ 511 || test -d "$(distdir)/$$subdir" \ 512 || $(MKDIR_P) "$(distdir)/$$subdir" \ 513 || exit 1; \ 514 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 515 $(am__relativize); \ 516 new_distdir=$$reldir; \ 517 dir1=$$subdir; dir2="$(top_distdir)"; \ 518 $(am__relativize); \ 519 new_top_distdir=$$reldir; \ 520 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 521 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 522 ($(am__cd) $$subdir && \ 523 $(MAKE) $(AM_MAKEFLAGS) \ 524 top_distdir="$$new_top_distdir" \ 525 distdir="$$new_distdir" \ 526 am__remove_distdir=: \ 527 am__skip_length_check=: \ 528 am__skip_mode_fix=: \ 529 distdir) \ 530 || exit 1; \ 531 fi; \ 532 done 533check-am: all-am 534check: check-recursive 535all-am: Makefile 536installdirs: installdirs-recursive 537installdirs-am: 538install: install-recursive 539install-exec: install-exec-recursive 540install-data: install-data-recursive 541uninstall: uninstall-recursive 542 543install-am: all-am 544 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 545 546installcheck: installcheck-recursive 547install-strip: 548 if test -z '$(STRIP)'; then \ 549 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 550 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 551 install; \ 552 else \ 553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 555 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 556 fi 557mostlyclean-generic: 558 559clean-generic: 560 561distclean-generic: 562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 563 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 564 565maintainer-clean-generic: 566 @echo "This command is intended for maintainers to use" 567 @echo "it deletes files that may require special tools to rebuild." 568clean: clean-recursive 569 570clean-am: clean-generic mostlyclean-am 571 572distclean: distclean-recursive 573 -rm -f Makefile 574distclean-am: clean-am distclean-generic distclean-tags 575 576dvi: dvi-recursive 577 578dvi-am: 579 580html: html-recursive 581 582html-am: 583 584info: info-recursive 585 586info-am: 587 588install-data-am: 589 590install-dvi: install-dvi-recursive 591 592install-dvi-am: 593 594install-exec-am: 595 596install-html: install-html-recursive 597 598install-html-am: 599 600install-info: install-info-recursive 601 602install-info-am: 603 604install-man: 605 606install-pdf: install-pdf-recursive 607 608install-pdf-am: 609 610install-ps: install-ps-recursive 611 612install-ps-am: 613 614installcheck-am: 615 616maintainer-clean: maintainer-clean-recursive 617 -rm -f Makefile 618maintainer-clean-am: distclean-am maintainer-clean-generic 619 620mostlyclean: mostlyclean-recursive 621 622mostlyclean-am: mostlyclean-generic 623 624pdf: pdf-recursive 625 626pdf-am: 627 628ps: ps-recursive 629 630ps-am: 631 632uninstall-am: 633 634.MAKE: $(am__recursive_targets) install-am install-strip 635 636.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 637 check-am clean clean-generic cscopelist-am ctags ctags-am \ 638 distclean distclean-generic distclean-tags distdir dvi dvi-am \ 639 html html-am info info-am install install-am install-data \ 640 install-data-am install-dvi install-dvi-am install-exec \ 641 install-exec-am install-html install-html-am install-info \ 642 install-info-am install-man install-pdf install-pdf-am \ 643 install-ps install-ps-am install-strip installcheck \ 644 installcheck-am installdirs installdirs-am maintainer-clean \ 645 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 646 pdf-am ps ps-am tags tags-am uninstall uninstall-am 647 648.PRECIOUS: Makefile 649 650 651# Tell versions [3.59,3.63) of GNU make to not export all variables. 652# Otherwise a system limit (for SysV at least) may be exceeded. 653.NOEXPORT: 654