Makefile.in revision c1e3c5d0
1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = include/X11/extensions 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/configure.ac 94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95 $(ACLOCAL_M4) 96DIST_COMMON = $(srcdir)/Makefile.am $(ext_HEADERS) $(am__DIST_COMMON) 97mkinstalldirs = $(install_sh) -d 98CONFIG_HEADER = $(top_builddir)/config.h 99CONFIG_CLEAN_FILES = 100CONFIG_CLEAN_VPATH_FILES = 101AM_V_P = $(am__v_P_@AM_V@) 102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 103am__v_P_0 = false 104am__v_P_1 = : 105AM_V_GEN = $(am__v_GEN_@AM_V@) 106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 107am__v_GEN_0 = @echo " GEN " $@; 108am__v_GEN_1 = 109AM_V_at = $(am__v_at_@AM_V@) 110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 111am__v_at_0 = @ 112am__v_at_1 = 113SOURCES = 114DIST_SOURCES = 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 120am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 121am__vpath_adj = case $$p in \ 122 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 123 *) f=$$p;; \ 124 esac; 125am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 126am__install_max = 40 127am__nobase_strip_setup = \ 128 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 129am__nobase_strip = \ 130 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 131am__nobase_list = $(am__nobase_strip_setup); \ 132 for p in $$list; do echo "$$p $$p"; done | \ 133 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 134 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 135 if (++n[$$2] == $(am__install_max)) \ 136 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 137 END { for (dir in files) print dir, files[dir] }' 138am__base_list = \ 139 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 140 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 141am__uninstall_files_from_dir = { \ 142 test -z "$$files" \ 143 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 144 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 145 $(am__cd) "$$dir" && rm -f $$files; }; \ 146 } 147am__installdirs = "$(DESTDIR)$(extdir)" 148HEADERS = $(ext_HEADERS) 149am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 150# Read a list of newline-separated strings from the standard input, 151# and print each of them once, without duplicates. Input order is 152# *not* preserved. 153am__uniquify_input = $(AWK) '\ 154 BEGIN { nonempty = 0; } \ 155 { items[$$0] = 1; nonempty = 1; } \ 156 END { if (nonempty) { for (i in items) print i; }; } \ 157' 158# Make sure the list of sources is unique. This is necessary because, 159# e.g., the same source file might be shared among _SOURCES variables 160# for different programs/libraries. 161am__define_uniq_tagged_files = \ 162 list='$(am__tagged_files)'; \ 163 unique=`for i in $$list; do \ 164 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 165 done | $(am__uniquify_input)` 166ETAGS = etags 167CTAGS = ctags 168am__DIST_COMMON = $(srcdir)/Makefile.in 169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 170ACLOCAL = @ACLOCAL@ 171ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 172ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 173AMTAR = @AMTAR@ 174AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 175APP_MAN_DIR = @APP_MAN_DIR@ 176APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 177AR = @AR@ 178AUTOCONF = @AUTOCONF@ 179AUTOHEADER = @AUTOHEADER@ 180AUTOMAKE = @AUTOMAKE@ 181AWK = @AWK@ 182BASE_CFLAGS = @BASE_CFLAGS@ 183CC = @CC@ 184CCDEPMODE = @CCDEPMODE@ 185CFLAGS = @CFLAGS@ 186CHANGELOG_CMD = @CHANGELOG_CMD@ 187CPP = @CPP@ 188CPPFLAGS = @CPPFLAGS@ 189CWARNFLAGS = @CWARNFLAGS@ 190CYGPATH_W = @CYGPATH_W@ 191DEFS = @DEFS@ 192DEPDIR = @DEPDIR@ 193DLLTOOL = @DLLTOOL@ 194DLOPEN_LIBS = @DLOPEN_LIBS@ 195DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 196DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 197DSYMUTIL = @DSYMUTIL@ 198DUMPBIN = @DUMPBIN@ 199ECHO_C = @ECHO_C@ 200ECHO_N = @ECHO_N@ 201ECHO_T = @ECHO_T@ 202EGREP = @EGREP@ 203EXEEXT = @EXEEXT@ 204FGREP = @FGREP@ 205FILE_MAN_DIR = @FILE_MAN_DIR@ 206FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 207GREP = @GREP@ 208INSTALL = @INSTALL@ 209INSTALL_CMD = @INSTALL_CMD@ 210INSTALL_DATA = @INSTALL_DATA@ 211INSTALL_PROGRAM = @INSTALL_PROGRAM@ 212INSTALL_SCRIPT = @INSTALL_SCRIPT@ 213INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 214LD = @LD@ 215LDFLAGS = @LDFLAGS@ 216LIBOBJS = @LIBOBJS@ 217LIBS = @LIBS@ 218LIBTOOL = @LIBTOOL@ 219LIB_MAN_DIR = @LIB_MAN_DIR@ 220LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 221LINT = @LINT@ 222LINT_FLAGS = @LINT_FLAGS@ 223LIPO = @LIPO@ 224LN_S = @LN_S@ 225LTLIBOBJS = @LTLIBOBJS@ 226LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 227MAKEINFO = @MAKEINFO@ 228MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 229MANIFEST_TOOL = @MANIFEST_TOOL@ 230MAN_SUBSTS = @MAN_SUBSTS@ 231MISC_MAN_DIR = @MISC_MAN_DIR@ 232MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 233MKDIR_P = @MKDIR_P@ 234NM = @NM@ 235NMEDIT = @NMEDIT@ 236OBJDUMP = @OBJDUMP@ 237OBJEXT = @OBJEXT@ 238OTOOL = @OTOOL@ 239OTOOL64 = @OTOOL64@ 240PACKAGE = @PACKAGE@ 241PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 242PACKAGE_NAME = @PACKAGE_NAME@ 243PACKAGE_STRING = @PACKAGE_STRING@ 244PACKAGE_TARNAME = @PACKAGE_TARNAME@ 245PACKAGE_URL = @PACKAGE_URL@ 246PACKAGE_VERSION = @PACKAGE_VERSION@ 247PATH_SEPARATOR = @PATH_SEPARATOR@ 248PKG_CONFIG = @PKG_CONFIG@ 249PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 250PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 251RANLIB = @RANLIB@ 252SED = @SED@ 253SET_MAKE = @SET_MAKE@ 254SHELL = @SHELL@ 255STRICT_CFLAGS = @STRICT_CFLAGS@ 256STRIP = @STRIP@ 257VERSION = @VERSION@ 258XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 259XORG_MAN_PAGE = @XORG_MAN_PAGE@ 260XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 261XVMC_CFLAGS = @XVMC_CFLAGS@ 262XVMC_LIBS = @XVMC_LIBS@ 263abs_builddir = @abs_builddir@ 264abs_srcdir = @abs_srcdir@ 265abs_top_builddir = @abs_top_builddir@ 266abs_top_srcdir = @abs_top_srcdir@ 267ac_ct_AR = @ac_ct_AR@ 268ac_ct_CC = @ac_ct_CC@ 269ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 270am__include = @am__include@ 271am__leading_dot = @am__leading_dot@ 272am__quote = @am__quote@ 273am__tar = @am__tar@ 274am__untar = @am__untar@ 275bindir = @bindir@ 276build = @build@ 277build_alias = @build_alias@ 278build_cpu = @build_cpu@ 279build_os = @build_os@ 280build_vendor = @build_vendor@ 281builddir = @builddir@ 282datadir = @datadir@ 283datarootdir = @datarootdir@ 284docdir = @docdir@ 285dvidir = @dvidir@ 286exec_prefix = @exec_prefix@ 287host = @host@ 288host_alias = @host_alias@ 289host_cpu = @host_cpu@ 290host_os = @host_os@ 291host_vendor = @host_vendor@ 292htmldir = @htmldir@ 293includedir = @includedir@ 294infodir = @infodir@ 295install_sh = @install_sh@ 296libdir = @libdir@ 297libexecdir = @libexecdir@ 298localedir = @localedir@ 299localstatedir = @localstatedir@ 300mandir = @mandir@ 301mkdir_p = @mkdir_p@ 302oldincludedir = @oldincludedir@ 303pdfdir = @pdfdir@ 304prefix = @prefix@ 305program_transform_name = @program_transform_name@ 306psdir = @psdir@ 307sbindir = @sbindir@ 308sharedstatedir = @sharedstatedir@ 309srcdir = @srcdir@ 310sysconfdir = @sysconfdir@ 311target_alias = @target_alias@ 312top_build_prefix = @top_build_prefix@ 313top_builddir = @top_builddir@ 314top_srcdir = @top_srcdir@ 315extdir = $(includedir)/X11/extensions 316ext_HEADERS = XvMClib.h 317all: all-am 318 319.SUFFIXES: 320$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 321 @for dep in $?; do \ 322 case '$(am__configure_deps)' in \ 323 *$$dep*) \ 324 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 325 && { if test -f $@; then exit 0; else break; fi; }; \ 326 exit 1;; \ 327 esac; \ 328 done; \ 329 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/X11/extensions/Makefile'; \ 330 $(am__cd) $(top_srcdir) && \ 331 $(AUTOMAKE) --foreign include/X11/extensions/Makefile 332Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 333 @case '$?' in \ 334 *config.status*) \ 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 336 *) \ 337 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 338 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 339 esac; 340 341$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 343 344$(top_srcdir)/configure: $(am__configure_deps) 345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 346$(ACLOCAL_M4): $(am__aclocal_m4_deps) 347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 348$(am__aclocal_m4_deps): 349 350mostlyclean-libtool: 351 -rm -f *.lo 352 353clean-libtool: 354 -rm -rf .libs _libs 355install-extHEADERS: $(ext_HEADERS) 356 @$(NORMAL_INSTALL) 357 @list='$(ext_HEADERS)'; test -n "$(extdir)" || list=; \ 358 if test -n "$$list"; then \ 359 echo " $(MKDIR_P) '$(DESTDIR)$(extdir)'"; \ 360 $(MKDIR_P) "$(DESTDIR)$(extdir)" || exit 1; \ 361 fi; \ 362 for p in $$list; do \ 363 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 364 echo "$$d$$p"; \ 365 done | $(am__base_list) | \ 366 while read files; do \ 367 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(extdir)'"; \ 368 $(INSTALL_HEADER) $$files "$(DESTDIR)$(extdir)" || exit $$?; \ 369 done 370 371uninstall-extHEADERS: 372 @$(NORMAL_UNINSTALL) 373 @list='$(ext_HEADERS)'; test -n "$(extdir)" || list=; \ 374 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 375 dir='$(DESTDIR)$(extdir)'; $(am__uninstall_files_from_dir) 376 377ID: $(am__tagged_files) 378 $(am__define_uniq_tagged_files); mkid -fID $$unique 379tags: tags-am 380TAGS: tags 381 382tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 383 set x; \ 384 here=`pwd`; \ 385 $(am__define_uniq_tagged_files); \ 386 shift; \ 387 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 388 test -n "$$unique" || unique=$$empty_fix; \ 389 if test $$# -gt 0; then \ 390 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 391 "$$@" $$unique; \ 392 else \ 393 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 394 $$unique; \ 395 fi; \ 396 fi 397ctags: ctags-am 398 399CTAGS: ctags 400ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 401 $(am__define_uniq_tagged_files); \ 402 test -z "$(CTAGS_ARGS)$$unique" \ 403 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 404 $$unique 405 406GTAGS: 407 here=`$(am__cd) $(top_builddir) && pwd` \ 408 && $(am__cd) $(top_srcdir) \ 409 && gtags -i $(GTAGS_ARGS) "$$here" 410cscopelist: cscopelist-am 411 412cscopelist-am: $(am__tagged_files) 413 list='$(am__tagged_files)'; \ 414 case "$(srcdir)" in \ 415 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 416 *) sdir=$(subdir)/$(srcdir) ;; \ 417 esac; \ 418 for i in $$list; do \ 419 if test -f "$$i"; then \ 420 echo "$(subdir)/$$i"; \ 421 else \ 422 echo "$$sdir/$$i"; \ 423 fi; \ 424 done >> $(top_builddir)/cscope.files 425 426distclean-tags: 427 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 428 429distdir: $(DISTFILES) 430 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 431 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 432 list='$(DISTFILES)'; \ 433 dist_files=`for file in $$list; do echo $$file; done | \ 434 sed -e "s|^$$srcdirstrip/||;t" \ 435 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 436 case $$dist_files in \ 437 */*) $(MKDIR_P) `echo "$$dist_files" | \ 438 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 439 sort -u` ;; \ 440 esac; \ 441 for file in $$dist_files; do \ 442 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 443 if test -d $$d/$$file; then \ 444 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 445 if test -d "$(distdir)/$$file"; then \ 446 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 447 fi; \ 448 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 449 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 450 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 451 fi; \ 452 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 453 else \ 454 test -f "$(distdir)/$$file" \ 455 || cp -p $$d/$$file "$(distdir)/$$file" \ 456 || exit 1; \ 457 fi; \ 458 done 459check-am: all-am 460check: check-am 461all-am: Makefile $(HEADERS) 462installdirs: 463 for dir in "$(DESTDIR)$(extdir)"; do \ 464 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 465 done 466install: install-am 467install-exec: install-exec-am 468install-data: install-data-am 469uninstall: uninstall-am 470 471install-am: all-am 472 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 473 474installcheck: installcheck-am 475install-strip: 476 if test -z '$(STRIP)'; then \ 477 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 478 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 479 install; \ 480 else \ 481 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 482 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 483 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 484 fi 485mostlyclean-generic: 486 487clean-generic: 488 489distclean-generic: 490 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 491 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 492 493maintainer-clean-generic: 494 @echo "This command is intended for maintainers to use" 495 @echo "it deletes files that may require special tools to rebuild." 496clean: clean-am 497 498clean-am: clean-generic clean-libtool mostlyclean-am 499 500distclean: distclean-am 501 -rm -f Makefile 502distclean-am: clean-am distclean-generic distclean-tags 503 504dvi: dvi-am 505 506dvi-am: 507 508html: html-am 509 510html-am: 511 512info: info-am 513 514info-am: 515 516install-data-am: install-extHEADERS 517 518install-dvi: install-dvi-am 519 520install-dvi-am: 521 522install-exec-am: 523 524install-html: install-html-am 525 526install-html-am: 527 528install-info: install-info-am 529 530install-info-am: 531 532install-man: 533 534install-pdf: install-pdf-am 535 536install-pdf-am: 537 538install-ps: install-ps-am 539 540install-ps-am: 541 542installcheck-am: 543 544maintainer-clean: maintainer-clean-am 545 -rm -f Makefile 546maintainer-clean-am: distclean-am maintainer-clean-generic 547 548mostlyclean: mostlyclean-am 549 550mostlyclean-am: mostlyclean-generic mostlyclean-libtool 551 552pdf: pdf-am 553 554pdf-am: 555 556ps: ps-am 557 558ps-am: 559 560uninstall-am: uninstall-extHEADERS 561 562.MAKE: install-am install-strip 563 564.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 565 clean-libtool cscopelist-am ctags ctags-am distclean \ 566 distclean-generic distclean-libtool distclean-tags distdir dvi \ 567 dvi-am html html-am info info-am install install-am \ 568 install-data install-data-am install-dvi install-dvi-am \ 569 install-exec install-exec-am install-extHEADERS install-html \ 570 install-html-am install-info install-info-am install-man \ 571 install-pdf install-pdf-am install-ps install-ps-am \ 572 install-strip installcheck installcheck-am installdirs \ 573 maintainer-clean maintainer-clean-generic mostlyclean \ 574 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 575 tags tags-am uninstall uninstall-am uninstall-extHEADERS 576 577.PRECIOUS: Makefile 578 579 580# Tell versions [3.59,3.63) of GNU make to not export all variables. 581# Otherwise a system limit (for SysV at least) may be exceeded. 582.NOEXPORT: 583