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