Makefile.in revision 42542f5f
1# Makefile.in generated by automake 1.14.1 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@ 203DRI3_CFLAGS = @DRI3_CFLAGS@ 204DRI3_LIBS = @DRI3_LIBS@ 205DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 206DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 207DRIVER_NAME = @DRIVER_NAME@ 208DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 209DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@ 210DRMINTEL_LIBS = @DRMINTEL_LIBS@ 211DRM_CFLAGS = @DRM_CFLAGS@ 212DRM_LIBS = @DRM_LIBS@ 213DSYMUTIL = @DSYMUTIL@ 214DUMPBIN = @DUMPBIN@ 215ECHO_C = @ECHO_C@ 216ECHO_N = @ECHO_N@ 217ECHO_T = @ECHO_T@ 218EGREP = @EGREP@ 219EXEEXT = @EXEEXT@ 220FGREP = @FGREP@ 221FILE_MAN_DIR = @FILE_MAN_DIR@ 222FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 223GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@ 224GEN4ASM_LIBS = @GEN4ASM_LIBS@ 225GREP = @GREP@ 226INSTALL = @INSTALL@ 227INSTALL_CMD = @INSTALL_CMD@ 228INSTALL_DATA = @INSTALL_DATA@ 229INSTALL_PROGRAM = @INSTALL_PROGRAM@ 230INSTALL_SCRIPT = @INSTALL_SCRIPT@ 231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 232INTEL_GEN4ASM = @INTEL_GEN4ASM@ 233IVO_CFLAGS = @IVO_CFLAGS@ 234IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@ 235IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@ 236IVO_LIBS = @IVO_LIBS@ 237LD = @LD@ 238LDFLAGS = @LDFLAGS@ 239LIBEXEC_PATH = @LIBEXEC_PATH@ 240LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@ 241LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@ 242LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@ 243LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@ 244LIBOBJS = @LIBOBJS@ 245LIBS = @LIBS@ 246LIBTOOL = @LIBTOOL@ 247LIB_MAN_DIR = @LIB_MAN_DIR@ 248LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 249LIPO = @LIPO@ 250LN_S = @LN_S@ 251LTLIBOBJS = @LTLIBOBJS@ 252MAKEINFO = @MAKEINFO@ 253MANIFEST_TOOL = @MANIFEST_TOOL@ 254MAN_SUBSTS = @MAN_SUBSTS@ 255MISC_MAN_DIR = @MISC_MAN_DIR@ 256MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 257MKDIR_P = @MKDIR_P@ 258NM = @NM@ 259NMEDIT = @NMEDIT@ 260NOWARNFLAGS = @NOWARNFLAGS@ 261OBJDUMP = @OBJDUMP@ 262OBJEXT = @OBJEXT@ 263OTOOL = @OTOOL@ 264OTOOL64 = @OTOOL64@ 265PACKAGE = @PACKAGE@ 266PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 267PACKAGE_NAME = @PACKAGE_NAME@ 268PACKAGE_STRING = @PACKAGE_STRING@ 269PACKAGE_TARNAME = @PACKAGE_TARNAME@ 270PACKAGE_URL = @PACKAGE_URL@ 271PACKAGE_VERSION = @PACKAGE_VERSION@ 272PATH_SEPARATOR = @PATH_SEPARATOR@ 273PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 274PCIACCESS_LIBS = @PCIACCESS_LIBS@ 275PKG_CONFIG = @PKG_CONFIG@ 276PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 277PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 278PREFIX_PATH = @PREFIX_PATH@ 279PRESENT_CFLAGS = @PRESENT_CFLAGS@ 280PRESENT_LIBS = @PRESENT_LIBS@ 281RANLIB = @RANLIB@ 282SED = @SED@ 283SET_MAKE = @SET_MAKE@ 284SHELL = @SHELL@ 285STRICT_CFLAGS = @STRICT_CFLAGS@ 286STRIP = @STRIP@ 287UDEV_CFLAGS = @UDEV_CFLAGS@ 288UDEV_LIBS = @UDEV_LIBS@ 289VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 290VALGRIND_LIBS = @VALGRIND_LIBS@ 291VERSION = @VERSION@ 292X11_CFLAGS = @X11_CFLAGS@ 293X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@ 294X11_DRI3_LIBS = @X11_DRI3_LIBS@ 295X11_LIBS = @X11_LIBS@ 296XORG_CFLAGS = @XORG_CFLAGS@ 297XORG_LIBS = @XORG_LIBS@ 298XORG_MAN_PAGE = @XORG_MAN_PAGE@ 299XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 300XVMCLIB_LIBS = @XVMCLIB_LIBS@ 301abs_builddir = @abs_builddir@ 302abs_srcdir = @abs_srcdir@ 303abs_top_builddir = @abs_top_builddir@ 304abs_top_srcdir = @abs_top_srcdir@ 305ac_ct_AR = @ac_ct_AR@ 306ac_ct_CC = @ac_ct_CC@ 307ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 308am__include = @am__include@ 309am__leading_dot = @am__leading_dot@ 310am__quote = @am__quote@ 311am__tar = @am__tar@ 312am__untar = @am__untar@ 313bindir = @bindir@ 314build = @build@ 315build_alias = @build_alias@ 316build_cpu = @build_cpu@ 317build_os = @build_os@ 318build_vendor = @build_vendor@ 319builddir = @builddir@ 320datadir = @datadir@ 321datarootdir = @datarootdir@ 322docdir = @docdir@ 323dvidir = @dvidir@ 324exec_prefix = @exec_prefix@ 325host = @host@ 326host_alias = @host_alias@ 327host_cpu = @host_cpu@ 328host_os = @host_os@ 329host_vendor = @host_vendor@ 330htmldir = @htmldir@ 331includedir = @includedir@ 332infodir = @infodir@ 333install_sh = @install_sh@ 334libdir = @libdir@ 335libexecdir = @libexecdir@ 336localedir = @localedir@ 337localstatedir = @localstatedir@ 338mandir = @mandir@ 339mkdir_p = @mkdir_p@ 340moduledir = @moduledir@ 341oldincludedir = @oldincludedir@ 342pdfdir = @pdfdir@ 343prefix = @prefix@ 344program_transform_name = @program_transform_name@ 345psdir = @psdir@ 346sbindir = @sbindir@ 347sharedstatedir = @sharedstatedir@ 348srcdir = @srcdir@ 349sysconfdir = @sysconfdir@ 350target_alias = @target_alias@ 351top_build_prefix = @top_build_prefix@ 352top_builddir = @top_builddir@ 353top_srcdir = @top_srcdir@ 354SUBDIRS = mc vld 355all: all-recursive 356 357.SUFFIXES: 358$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 359 @for dep in $?; do \ 360 case '$(am__configure_deps)' in \ 361 *$$dep*) \ 362 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 363 && { if test -f $@; then exit 0; else break; fi; }; \ 364 exit 1;; \ 365 esac; \ 366 done; \ 367 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xvmc/shader/Makefile'; \ 368 $(am__cd) $(top_srcdir) && \ 369 $(AUTOMAKE) --foreign xvmc/shader/Makefile 370.PRECIOUS: Makefile 371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 372 @case '$?' in \ 373 *config.status*) \ 374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 375 *) \ 376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 378 esac; 379 380$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 382 383$(top_srcdir)/configure: $(am__configure_deps) 384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 385$(ACLOCAL_M4): $(am__aclocal_m4_deps) 386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 387$(am__aclocal_m4_deps): 388 389mostlyclean-libtool: 390 -rm -f *.lo 391 392clean-libtool: 393 -rm -rf .libs _libs 394 395# This directory's subdirectories are mostly independent; you can cd 396# into them and run 'make' without going through this Makefile. 397# To change the values of 'make' variables: instead of editing Makefiles, 398# (1) if the variable is set in 'config.status', edit 'config.status' 399# (which will cause the Makefiles to be regenerated when you run 'make'); 400# (2) otherwise, pass the desired values on the 'make' command line. 401$(am__recursive_targets): 402 @fail=; \ 403 if $(am__make_keepgoing); then \ 404 failcom='fail=yes'; \ 405 else \ 406 failcom='exit 1'; \ 407 fi; \ 408 dot_seen=no; \ 409 target=`echo $@ | sed s/-recursive//`; \ 410 case "$@" in \ 411 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 412 *) list='$(SUBDIRS)' ;; \ 413 esac; \ 414 for subdir in $$list; do \ 415 echo "Making $$target in $$subdir"; \ 416 if test "$$subdir" = "."; then \ 417 dot_seen=yes; \ 418 local_target="$$target-am"; \ 419 else \ 420 local_target="$$target"; \ 421 fi; \ 422 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 423 || eval $$failcom; \ 424 done; \ 425 if test "$$dot_seen" = "no"; then \ 426 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 427 fi; test -z "$$fail" 428 429ID: $(am__tagged_files) 430 $(am__define_uniq_tagged_files); mkid -fID $$unique 431tags: tags-recursive 432TAGS: tags 433 434tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 435 set x; \ 436 here=`pwd`; \ 437 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 438 include_option=--etags-include; \ 439 empty_fix=.; \ 440 else \ 441 include_option=--include; \ 442 empty_fix=; \ 443 fi; \ 444 list='$(SUBDIRS)'; for subdir in $$list; do \ 445 if test "$$subdir" = .; then :; else \ 446 test ! -f $$subdir/TAGS || \ 447 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 448 fi; \ 449 done; \ 450 $(am__define_uniq_tagged_files); \ 451 shift; \ 452 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 453 test -n "$$unique" || unique=$$empty_fix; \ 454 if test $$# -gt 0; then \ 455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 456 "$$@" $$unique; \ 457 else \ 458 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 459 $$unique; \ 460 fi; \ 461 fi 462ctags: ctags-recursive 463 464CTAGS: ctags 465ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 466 $(am__define_uniq_tagged_files); \ 467 test -z "$(CTAGS_ARGS)$$unique" \ 468 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 469 $$unique 470 471GTAGS: 472 here=`$(am__cd) $(top_builddir) && pwd` \ 473 && $(am__cd) $(top_srcdir) \ 474 && gtags -i $(GTAGS_ARGS) "$$here" 475cscopelist: cscopelist-recursive 476 477cscopelist-am: $(am__tagged_files) 478 list='$(am__tagged_files)'; \ 479 case "$(srcdir)" in \ 480 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 481 *) sdir=$(subdir)/$(srcdir) ;; \ 482 esac; \ 483 for i in $$list; do \ 484 if test -f "$$i"; then \ 485 echo "$(subdir)/$$i"; \ 486 else \ 487 echo "$$sdir/$$i"; \ 488 fi; \ 489 done >> $(top_builddir)/cscope.files 490 491distclean-tags: 492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 493 494distdir: $(DISTFILES) 495 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 496 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 497 list='$(DISTFILES)'; \ 498 dist_files=`for file in $$list; do echo $$file; done | \ 499 sed -e "s|^$$srcdirstrip/||;t" \ 500 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 501 case $$dist_files in \ 502 */*) $(MKDIR_P) `echo "$$dist_files" | \ 503 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 504 sort -u` ;; \ 505 esac; \ 506 for file in $$dist_files; do \ 507 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 508 if test -d $$d/$$file; then \ 509 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 510 if test -d "$(distdir)/$$file"; then \ 511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 512 fi; \ 513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 514 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 516 fi; \ 517 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 518 else \ 519 test -f "$(distdir)/$$file" \ 520 || cp -p $$d/$$file "$(distdir)/$$file" \ 521 || exit 1; \ 522 fi; \ 523 done 524 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 525 if test "$$subdir" = .; then :; else \ 526 $(am__make_dryrun) \ 527 || test -d "$(distdir)/$$subdir" \ 528 || $(MKDIR_P) "$(distdir)/$$subdir" \ 529 || exit 1; \ 530 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 531 $(am__relativize); \ 532 new_distdir=$$reldir; \ 533 dir1=$$subdir; dir2="$(top_distdir)"; \ 534 $(am__relativize); \ 535 new_top_distdir=$$reldir; \ 536 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 537 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 538 ($(am__cd) $$subdir && \ 539 $(MAKE) $(AM_MAKEFLAGS) \ 540 top_distdir="$$new_top_distdir" \ 541 distdir="$$new_distdir" \ 542 am__remove_distdir=: \ 543 am__skip_length_check=: \ 544 am__skip_mode_fix=: \ 545 distdir) \ 546 || exit 1; \ 547 fi; \ 548 done 549check-am: all-am 550check: check-recursive 551all-am: Makefile 552installdirs: installdirs-recursive 553installdirs-am: 554install: install-recursive 555install-exec: install-exec-recursive 556install-data: install-data-recursive 557uninstall: uninstall-recursive 558 559install-am: all-am 560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 561 562installcheck: installcheck-recursive 563install-strip: 564 if test -z '$(STRIP)'; then \ 565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 567 install; \ 568 else \ 569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 571 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 572 fi 573mostlyclean-generic: 574 575clean-generic: 576 577distclean-generic: 578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 580 581maintainer-clean-generic: 582 @echo "This command is intended for maintainers to use" 583 @echo "it deletes files that may require special tools to rebuild." 584clean: clean-recursive 585 586clean-am: clean-generic clean-libtool mostlyclean-am 587 588distclean: distclean-recursive 589 -rm -f Makefile 590distclean-am: clean-am distclean-generic distclean-tags 591 592dvi: dvi-recursive 593 594dvi-am: 595 596html: html-recursive 597 598html-am: 599 600info: info-recursive 601 602info-am: 603 604install-data-am: 605 606install-dvi: install-dvi-recursive 607 608install-dvi-am: 609 610install-exec-am: 611 612install-html: install-html-recursive 613 614install-html-am: 615 616install-info: install-info-recursive 617 618install-info-am: 619 620install-man: 621 622install-pdf: install-pdf-recursive 623 624install-pdf-am: 625 626install-ps: install-ps-recursive 627 628install-ps-am: 629 630installcheck-am: 631 632maintainer-clean: maintainer-clean-recursive 633 -rm -f Makefile 634maintainer-clean-am: distclean-am maintainer-clean-generic 635 636mostlyclean: mostlyclean-recursive 637 638mostlyclean-am: mostlyclean-generic mostlyclean-libtool 639 640pdf: pdf-recursive 641 642pdf-am: 643 644ps: ps-recursive 645 646ps-am: 647 648uninstall-am: 649 650.MAKE: $(am__recursive_targets) install-am install-strip 651 652.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 653 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 654 ctags-am distclean distclean-generic distclean-libtool \ 655 distclean-tags distdir dvi dvi-am html html-am info info-am \ 656 install install-am install-data install-data-am install-dvi \ 657 install-dvi-am install-exec install-exec-am install-html \ 658 install-html-am install-info install-info-am install-man \ 659 install-pdf install-pdf-am install-ps install-ps-am \ 660 install-strip installcheck installcheck-am installdirs \ 661 installdirs-am maintainer-clean maintainer-clean-generic \ 662 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 663 ps ps-am tags tags-am uninstall uninstall-am 664 665 666# Tell versions [3.59,3.63) of GNU make to not export all variables. 667# Otherwise a system limit (for SysV at least) may be exceeded. 668.NOEXPORT: 669