Makefile.in revision 98af18c5
1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17VPATH = @srcdir@ 18pkgdatadir = $(datadir)/@PACKAGE@ 19pkgincludedir = $(includedir)/@PACKAGE@ 20pkglibdir = $(libdir)/@PACKAGE@ 21pkglibexecdir = $(libexecdir)/@PACKAGE@ 22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23install_sh_DATA = $(install_sh) -c -m 644 24install_sh_PROGRAM = $(install_sh) -c 25install_sh_SCRIPT = $(install_sh) -c 26INSTALL_HEADER = $(INSTALL_DATA) 27transform = $(program_transform_name) 28NORMAL_INSTALL = : 29PRE_INSTALL = : 30POST_INSTALL = : 31NORMAL_UNINSTALL = : 32PRE_UNINSTALL = : 33POST_UNINSTALL = : 34build_triplet = @build@ 35host_triplet = @host@ 36subdir = include/X11 37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 39am__aclocal_m4_deps = $(top_srcdir)/configure.ac 40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 41 $(ACLOCAL_M4) 42mkinstalldirs = $(install_sh) -d 43CONFIG_HEADER = $(top_builddir)/config.h 44CONFIG_CLEAN_FILES = 45CONFIG_CLEAN_VPATH_FILES = 46AM_V_GEN = $(am__v_GEN_$(V)) 47am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 48am__v_GEN_0 = @echo " GEN " $@; 49AM_V_at = $(am__v_at_$(V)) 50am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 51am__v_at_0 = @ 52SOURCES = 53DIST_SOURCES = 54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 55 html-recursive info-recursive install-data-recursive \ 56 install-dvi-recursive install-exec-recursive \ 57 install-html-recursive install-info-recursive \ 58 install-pdf-recursive install-ps-recursive install-recursive \ 59 installcheck-recursive installdirs-recursive pdf-recursive \ 60 ps-recursive uninstall-recursive 61RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 62 distclean-recursive maintainer-clean-recursive 63AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 64 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 65 distdir 66ETAGS = etags 67CTAGS = ctags 68DIST_SUBDIRS = $(SUBDIRS) 69DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 70am__relativize = \ 71 dir0=`pwd`; \ 72 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 73 sed_rest='s,^[^/]*/*,,'; \ 74 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 75 sed_butlast='s,/*[^/]*$$,,'; \ 76 while test -n "$$dir1"; do \ 77 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 78 if test "$$first" != "."; then \ 79 if test "$$first" = ".."; then \ 80 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 81 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 82 else \ 83 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 84 if test "$$first2" = "$$first"; then \ 85 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 86 else \ 87 dir2="../$$dir2"; \ 88 fi; \ 89 dir0="$$dir0"/"$$first"; \ 90 fi; \ 91 fi; \ 92 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 93 done; \ 94 reldir="$$dir2" 95ACLOCAL = @ACLOCAL@ 96ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 97ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 98AMTAR = @AMTAR@ 99AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 100APP_MAN_DIR = @APP_MAN_DIR@ 101APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 102AR = @AR@ 103AUTOCONF = @AUTOCONF@ 104AUTOHEADER = @AUTOHEADER@ 105AUTOMAKE = @AUTOMAKE@ 106AWK = @AWK@ 107CC = @CC@ 108CCDEPMODE = @CCDEPMODE@ 109CFLAGS = @CFLAGS@ 110CHANGELOG_CMD = @CHANGELOG_CMD@ 111CPP = @CPP@ 112CPPFLAGS = @CPPFLAGS@ 113CWARNFLAGS = @CWARNFLAGS@ 114CXX = @CXX@ 115CXXCPP = @CXXCPP@ 116CXXDEPMODE = @CXXDEPMODE@ 117CXXFLAGS = @CXXFLAGS@ 118CYGPATH_W = @CYGPATH_W@ 119DEFS = @DEFS@ 120DEPDIR = @DEPDIR@ 121DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 122DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 123DSYMUTIL = @DSYMUTIL@ 124ECHO = @ECHO@ 125ECHO_C = @ECHO_C@ 126ECHO_N = @ECHO_N@ 127ECHO_T = @ECHO_T@ 128EGREP = @EGREP@ 129EXEEXT = @EXEEXT@ 130F77 = @F77@ 131FFLAGS = @FFLAGS@ 132FILE_MAN_DIR = @FILE_MAN_DIR@ 133FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 134GREP = @GREP@ 135INSTALL = @INSTALL@ 136INSTALL_DATA = @INSTALL_DATA@ 137INSTALL_PROGRAM = @INSTALL_PROGRAM@ 138INSTALL_SCRIPT = @INSTALL_SCRIPT@ 139INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 140LDFLAGS = @LDFLAGS@ 141LIBOBJS = @LIBOBJS@ 142LIBS = @LIBS@ 143LIBTOOL = @LIBTOOL@ 144LIB_MAN_DIR = @LIB_MAN_DIR@ 145LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 146LINT = @LINT@ 147LINT_FLAGS = @LINT_FLAGS@ 148LN_S = @LN_S@ 149LTLIBOBJS = @LTLIBOBJS@ 150MAINT = @MAINT@ 151MAKEINFO = @MAKEINFO@ 152MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 153MISC_MAN_DIR = @MISC_MAN_DIR@ 154MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 155MKDIR_P = @MKDIR_P@ 156NMEDIT = @NMEDIT@ 157OBJEXT = @OBJEXT@ 158PACKAGE = @PACKAGE@ 159PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 160PACKAGE_NAME = @PACKAGE_NAME@ 161PACKAGE_STRING = @PACKAGE_STRING@ 162PACKAGE_TARNAME = @PACKAGE_TARNAME@ 163PACKAGE_VERSION = @PACKAGE_VERSION@ 164PATH_SEPARATOR = @PATH_SEPARATOR@ 165PKG_CONFIG = @PKG_CONFIG@ 166RANLIB = @RANLIB@ 167SED = @SED@ 168SET_MAKE = @SET_MAKE@ 169SHELL = @SHELL@ 170STRIP = @STRIP@ 171VERSION = @VERSION@ 172XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 173XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 174XVMC_CFLAGS = @XVMC_CFLAGS@ 175XVMC_LIBS = @XVMC_LIBS@ 176abs_builddir = @abs_builddir@ 177abs_srcdir = @abs_srcdir@ 178abs_top_builddir = @abs_top_builddir@ 179abs_top_srcdir = @abs_top_srcdir@ 180ac_ct_CC = @ac_ct_CC@ 181ac_ct_CXX = @ac_ct_CXX@ 182ac_ct_F77 = @ac_ct_F77@ 183am__include = @am__include@ 184am__leading_dot = @am__leading_dot@ 185am__quote = @am__quote@ 186am__tar = @am__tar@ 187am__untar = @am__untar@ 188bindir = @bindir@ 189build = @build@ 190build_alias = @build_alias@ 191build_cpu = @build_cpu@ 192build_os = @build_os@ 193build_vendor = @build_vendor@ 194builddir = @builddir@ 195datadir = @datadir@ 196datarootdir = @datarootdir@ 197distcleancheck_listfiles = @distcleancheck_listfiles@ 198docdir = @docdir@ 199dvidir = @dvidir@ 200exec_prefix = @exec_prefix@ 201host = @host@ 202host_alias = @host_alias@ 203host_cpu = @host_cpu@ 204host_os = @host_os@ 205host_vendor = @host_vendor@ 206htmldir = @htmldir@ 207includedir = @includedir@ 208infodir = @infodir@ 209install_sh = @install_sh@ 210libdir = @libdir@ 211libexecdir = @libexecdir@ 212localedir = @localedir@ 213localstatedir = @localstatedir@ 214mandir = @mandir@ 215mkdir_p = @mkdir_p@ 216oldincludedir = @oldincludedir@ 217pdfdir = @pdfdir@ 218prefix = @prefix@ 219program_transform_name = @program_transform_name@ 220psdir = @psdir@ 221sbindir = @sbindir@ 222sharedstatedir = @sharedstatedir@ 223srcdir = @srcdir@ 224sysconfdir = @sysconfdir@ 225target_alias = @target_alias@ 226top_build_prefix = @top_build_prefix@ 227top_builddir = @top_builddir@ 228top_srcdir = @top_srcdir@ 229SUBDIRS = extensions 230all: all-recursive 231 232.SUFFIXES: 233$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 234 @for dep in $?; do \ 235 case '$(am__configure_deps)' in \ 236 *$$dep*) \ 237 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 238 && { if test -f $@; then exit 0; else break; fi; }; \ 239 exit 1;; \ 240 esac; \ 241 done; \ 242 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/X11/Makefile'; \ 243 $(am__cd) $(top_srcdir) && \ 244 $(AUTOMAKE) --gnu include/X11/Makefile 245.PRECIOUS: Makefile 246Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 247 @case '$?' in \ 248 *config.status*) \ 249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 250 *) \ 251 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 253 esac; 254 255$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 257 258$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 260$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 262$(am__aclocal_m4_deps): 263 264mostlyclean-libtool: 265 -rm -f *.lo 266 267clean-libtool: 268 -rm -rf .libs _libs 269 270# This directory's subdirectories are mostly independent; you can cd 271# into them and run `make' without going through this Makefile. 272# To change the values of `make' variables: instead of editing Makefiles, 273# (1) if the variable is set in `config.status', edit `config.status' 274# (which will cause the Makefiles to be regenerated when you run `make'); 275# (2) otherwise, pass the desired values on the `make' command line. 276$(RECURSIVE_TARGETS): 277 @failcom='exit 1'; \ 278 for f in x $$MAKEFLAGS; do \ 279 case $$f in \ 280 *=* | --[!k]*);; \ 281 *k*) failcom='fail=yes';; \ 282 esac; \ 283 done; \ 284 dot_seen=no; \ 285 target=`echo $@ | sed s/-recursive//`; \ 286 list='$(SUBDIRS)'; for subdir in $$list; do \ 287 echo "Making $$target in $$subdir"; \ 288 if test "$$subdir" = "."; then \ 289 dot_seen=yes; \ 290 local_target="$$target-am"; \ 291 else \ 292 local_target="$$target"; \ 293 fi; \ 294 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 295 || eval $$failcom; \ 296 done; \ 297 if test "$$dot_seen" = "no"; then \ 298 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 299 fi; test -z "$$fail" 300 301$(RECURSIVE_CLEAN_TARGETS): 302 @failcom='exit 1'; \ 303 for f in x $$MAKEFLAGS; do \ 304 case $$f in \ 305 *=* | --[!k]*);; \ 306 *k*) failcom='fail=yes';; \ 307 esac; \ 308 done; \ 309 dot_seen=no; \ 310 case "$@" in \ 311 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 312 *) list='$(SUBDIRS)' ;; \ 313 esac; \ 314 rev=''; for subdir in $$list; do \ 315 if test "$$subdir" = "."; then :; else \ 316 rev="$$subdir $$rev"; \ 317 fi; \ 318 done; \ 319 rev="$$rev ."; \ 320 target=`echo $@ | sed s/-recursive//`; \ 321 for subdir in $$rev; do \ 322 echo "Making $$target in $$subdir"; \ 323 if test "$$subdir" = "."; then \ 324 local_target="$$target-am"; \ 325 else \ 326 local_target="$$target"; \ 327 fi; \ 328 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 329 || eval $$failcom; \ 330 done && test -z "$$fail" 331tags-recursive: 332 list='$(SUBDIRS)'; for subdir in $$list; do \ 333 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 334 done 335ctags-recursive: 336 list='$(SUBDIRS)'; for subdir in $$list; do \ 337 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 338 done 339 340ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 342 unique=`for i in $$list; do \ 343 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 344 done | \ 345 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 346 END { if (nonempty) { for (i in files) print i; }; }'`; \ 347 mkid -fID $$unique 348tags: TAGS 349 350TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 351 $(TAGS_FILES) $(LISP) 352 set x; \ 353 here=`pwd`; \ 354 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 355 include_option=--etags-include; \ 356 empty_fix=.; \ 357 else \ 358 include_option=--include; \ 359 empty_fix=; \ 360 fi; \ 361 list='$(SUBDIRS)'; for subdir in $$list; do \ 362 if test "$$subdir" = .; then :; else \ 363 test ! -f $$subdir/TAGS || \ 364 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 365 fi; \ 366 done; \ 367 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 368 unique=`for i in $$list; do \ 369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 370 done | \ 371 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 372 END { if (nonempty) { for (i in files) print i; }; }'`; \ 373 shift; \ 374 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 375 test -n "$$unique" || unique=$$empty_fix; \ 376 if test $$# -gt 0; then \ 377 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 378 "$$@" $$unique; \ 379 else \ 380 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 381 $$unique; \ 382 fi; \ 383 fi 384ctags: CTAGS 385CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 386 $(TAGS_FILES) $(LISP) 387 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 388 unique=`for i in $$list; do \ 389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 390 done | \ 391 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 392 END { if (nonempty) { for (i in files) print i; }; }'`; \ 393 test -z "$(CTAGS_ARGS)$$unique" \ 394 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 395 $$unique 396 397GTAGS: 398 here=`$(am__cd) $(top_builddir) && pwd` \ 399 && $(am__cd) $(top_srcdir) \ 400 && gtags -i $(GTAGS_ARGS) "$$here" 401 402distclean-tags: 403 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 404 405distdir: $(DISTFILES) 406 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 407 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 408 list='$(DISTFILES)'; \ 409 dist_files=`for file in $$list; do echo $$file; done | \ 410 sed -e "s|^$$srcdirstrip/||;t" \ 411 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 412 case $$dist_files in \ 413 */*) $(MKDIR_P) `echo "$$dist_files" | \ 414 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 415 sort -u` ;; \ 416 esac; \ 417 for file in $$dist_files; do \ 418 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 419 if test -d $$d/$$file; then \ 420 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 421 if test -d "$(distdir)/$$file"; then \ 422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 423 fi; \ 424 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 425 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 427 fi; \ 428 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 429 else \ 430 test -f "$(distdir)/$$file" \ 431 || cp -p $$d/$$file "$(distdir)/$$file" \ 432 || exit 1; \ 433 fi; \ 434 done 435 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 436 if test "$$subdir" = .; then :; else \ 437 test -d "$(distdir)/$$subdir" \ 438 || $(MKDIR_P) "$(distdir)/$$subdir" \ 439 || exit 1; \ 440 fi; \ 441 done 442 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 443 if test "$$subdir" = .; then :; else \ 444 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 445 $(am__relativize); \ 446 new_distdir=$$reldir; \ 447 dir1=$$subdir; dir2="$(top_distdir)"; \ 448 $(am__relativize); \ 449 new_top_distdir=$$reldir; \ 450 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 451 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 452 ($(am__cd) $$subdir && \ 453 $(MAKE) $(AM_MAKEFLAGS) \ 454 top_distdir="$$new_top_distdir" \ 455 distdir="$$new_distdir" \ 456 am__remove_distdir=: \ 457 am__skip_length_check=: \ 458 am__skip_mode_fix=: \ 459 distdir) \ 460 || exit 1; \ 461 fi; \ 462 done 463check-am: all-am 464check: check-recursive 465all-am: Makefile 466installdirs: installdirs-recursive 467installdirs-am: 468install: install-recursive 469install-exec: install-exec-recursive 470install-data: install-data-recursive 471uninstall: uninstall-recursive 472 473install-am: all-am 474 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 475 476installcheck: installcheck-recursive 477install-strip: 478 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 479 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 480 `test -z '$(STRIP)' || \ 481 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 482mostlyclean-generic: 483 484clean-generic: 485 486distclean-generic: 487 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 488 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 489 490maintainer-clean-generic: 491 @echo "This command is intended for maintainers to use" 492 @echo "it deletes files that may require special tools to rebuild." 493clean: clean-recursive 494 495clean-am: clean-generic clean-libtool mostlyclean-am 496 497distclean: distclean-recursive 498 -rm -f Makefile 499distclean-am: clean-am distclean-generic distclean-tags 500 501dvi: dvi-recursive 502 503dvi-am: 504 505html: html-recursive 506 507html-am: 508 509info: info-recursive 510 511info-am: 512 513install-data-am: 514 515install-dvi: install-dvi-recursive 516 517install-dvi-am: 518 519install-exec-am: 520 521install-html: install-html-recursive 522 523install-html-am: 524 525install-info: install-info-recursive 526 527install-info-am: 528 529install-man: 530 531install-pdf: install-pdf-recursive 532 533install-pdf-am: 534 535install-ps: install-ps-recursive 536 537install-ps-am: 538 539installcheck-am: 540 541maintainer-clean: maintainer-clean-recursive 542 -rm -f Makefile 543maintainer-clean-am: distclean-am maintainer-clean-generic 544 545mostlyclean: mostlyclean-recursive 546 547mostlyclean-am: mostlyclean-generic mostlyclean-libtool 548 549pdf: pdf-recursive 550 551pdf-am: 552 553ps: ps-recursive 554 555ps-am: 556 557uninstall-am: 558 559.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 560 install-am install-strip tags-recursive 561 562.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 563 all all-am check check-am clean clean-generic clean-libtool \ 564 ctags ctags-recursive distclean distclean-generic \ 565 distclean-libtool distclean-tags distdir dvi dvi-am html \ 566 html-am info info-am install install-am install-data \ 567 install-data-am install-dvi install-dvi-am install-exec \ 568 install-exec-am install-html install-html-am install-info \ 569 install-info-am install-man install-pdf install-pdf-am \ 570 install-ps install-ps-am install-strip installcheck \ 571 installcheck-am installdirs installdirs-am maintainer-clean \ 572 maintainer-clean-generic mostlyclean mostlyclean-generic \ 573 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 574 uninstall uninstall-am 575 576 577# Tell versions [3.59,3.63) of GNU make to not export all variables. 578# Otherwise a system limit (for SysV at least) may be exceeded. 579.NOEXPORT: 580