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