Makefile.in revision de3c0529
1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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 = man 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 $(am__DIST_COMMON) 97mkinstalldirs = $(install_sh) -d 98CONFIG_HEADER = $(top_builddir)/config.h \ 99 $(top_builddir)/include/X11/Xft/Xft.h 100CONFIG_CLEAN_FILES = 101CONFIG_CLEAN_VPATH_FILES = 102AM_V_P = $(am__v_P_@AM_V@) 103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 104am__v_P_0 = false 105am__v_P_1 = : 106AM_V_GEN = $(am__v_GEN_@AM_V@) 107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 108am__v_GEN_0 = @echo " GEN " $@; 109am__v_GEN_1 = 110AM_V_at = $(am__v_at_@AM_V@) 111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 112am__v_at_0 = @ 113am__v_at_1 = 114SOURCES = 115DIST_SOURCES = 116am__can_run_installinfo = \ 117 case $$AM_UPDATE_INFO_DIR in \ 118 n|no|NO) false;; \ 119 *) (install-info --version) >/dev/null 2>&1;; \ 120 esac 121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 122am__vpath_adj = case $$p in \ 123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 124 *) f=$$p;; \ 125 esac; 126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 127am__install_max = 40 128am__nobase_strip_setup = \ 129 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 130am__nobase_strip = \ 131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 132am__nobase_list = $(am__nobase_strip_setup); \ 133 for p in $$list; do echo "$$p $$p"; done | \ 134 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 135 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 136 if (++n[$$2] == $(am__install_max)) \ 137 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 138 END { for (dir in files) print dir, files[dir] }' 139am__base_list = \ 140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 142am__uninstall_files_from_dir = { \ 143 test -z "$$files" \ 144 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 145 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 146 $(am__cd) "$$dir" && rm -f $$files; }; \ 147 } 148am__installdirs = "$(DESTDIR)$(libmandir)" 149DATA = $(libman_DATA) 150am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 151am__DIST_COMMON = $(srcdir)/Makefile.in 152DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 153ACLOCAL = @ACLOCAL@ 154ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 155ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 156AMTAR = @AMTAR@ 157AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 158APP_MAN_DIR = @APP_MAN_DIR@ 159APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 160AR = @AR@ 161AUTOCONF = @AUTOCONF@ 162AUTOHEADER = @AUTOHEADER@ 163AUTOMAKE = @AUTOMAKE@ 164AWK = @AWK@ 165BASE_CFLAGS = @BASE_CFLAGS@ 166CC = @CC@ 167CCDEPMODE = @CCDEPMODE@ 168CFLAGS = @CFLAGS@ 169CHANGELOG_CMD = @CHANGELOG_CMD@ 170CPP = @CPP@ 171CPPFLAGS = @CPPFLAGS@ 172CWARNFLAGS = @CWARNFLAGS@ 173CYGPATH_W = @CYGPATH_W@ 174DEFS = @DEFS@ 175DEPDIR = @DEPDIR@ 176DLLTOOL = @DLLTOOL@ 177DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 178DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 179DSYMUTIL = @DSYMUTIL@ 180DUMPBIN = @DUMPBIN@ 181ECHO_C = @ECHO_C@ 182ECHO_N = @ECHO_N@ 183ECHO_T = @ECHO_T@ 184EGREP = @EGREP@ 185EXEEXT = @EXEEXT@ 186FGREP = @FGREP@ 187FILE_MAN_DIR = @FILE_MAN_DIR@ 188FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 189FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ 190FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ 191FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 192FREETYPE_LIBS = @FREETYPE_LIBS@ 193GREP = @GREP@ 194INSTALL = @INSTALL@ 195INSTALL_CMD = @INSTALL_CMD@ 196INSTALL_DATA = @INSTALL_DATA@ 197INSTALL_PROGRAM = @INSTALL_PROGRAM@ 198INSTALL_SCRIPT = @INSTALL_SCRIPT@ 199INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 200LD = @LD@ 201LDFLAGS = @LDFLAGS@ 202LIBOBJS = @LIBOBJS@ 203LIBS = @LIBS@ 204LIBTOOL = @LIBTOOL@ 205LIB_MAN_DIR = @LIB_MAN_DIR@ 206LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 207LIPO = @LIPO@ 208LN_S = @LN_S@ 209LTLIBOBJS = @LTLIBOBJS@ 210LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 211MAKEINFO = @MAKEINFO@ 212MANIFEST_TOOL = @MANIFEST_TOOL@ 213MAN_SUBSTS = @MAN_SUBSTS@ 214MISC_MAN_DIR = @MISC_MAN_DIR@ 215MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 216MKDIR_P = @MKDIR_P@ 217NM = @NM@ 218NMEDIT = @NMEDIT@ 219OBJDUMP = @OBJDUMP@ 220OBJEXT = @OBJEXT@ 221OTOOL = @OTOOL@ 222OTOOL64 = @OTOOL64@ 223PACKAGE = @PACKAGE@ 224PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 225PACKAGE_NAME = @PACKAGE_NAME@ 226PACKAGE_STRING = @PACKAGE_STRING@ 227PACKAGE_TARNAME = @PACKAGE_TARNAME@ 228PACKAGE_URL = @PACKAGE_URL@ 229PACKAGE_VERSION = @PACKAGE_VERSION@ 230PATH_SEPARATOR = @PATH_SEPARATOR@ 231PKG_CONFIG = @PKG_CONFIG@ 232PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 233PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 234RANLIB = @RANLIB@ 235SED = @SED@ 236SET_MAKE = @SET_MAKE@ 237SHELL = @SHELL@ 238STRICT_CFLAGS = @STRICT_CFLAGS@ 239STRIP = @STRIP@ 240VERSION = @VERSION@ 241XFT_LT_VERSION = @XFT_LT_VERSION@ 242XORG_MAN_PAGE = @XORG_MAN_PAGE@ 243XRENDER_CFLAGS = @XRENDER_CFLAGS@ 244XRENDER_LIBS = @XRENDER_LIBS@ 245abs_builddir = @abs_builddir@ 246abs_srcdir = @abs_srcdir@ 247abs_top_builddir = @abs_top_builddir@ 248abs_top_srcdir = @abs_top_srcdir@ 249ac_ct_AR = @ac_ct_AR@ 250ac_ct_CC = @ac_ct_CC@ 251ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 252am__include = @am__include@ 253am__leading_dot = @am__leading_dot@ 254am__quote = @am__quote@ 255am__tar = @am__tar@ 256am__untar = @am__untar@ 257bindir = @bindir@ 258build = @build@ 259build_alias = @build_alias@ 260build_cpu = @build_cpu@ 261build_os = @build_os@ 262build_vendor = @build_vendor@ 263builddir = @builddir@ 264datadir = @datadir@ 265datarootdir = @datarootdir@ 266docdir = @docdir@ 267dvidir = @dvidir@ 268exec_prefix = @exec_prefix@ 269host = @host@ 270host_alias = @host_alias@ 271host_cpu = @host_cpu@ 272host_os = @host_os@ 273host_vendor = @host_vendor@ 274htmldir = @htmldir@ 275includedir = @includedir@ 276infodir = @infodir@ 277install_sh = @install_sh@ 278libdir = @libdir@ 279libexecdir = @libexecdir@ 280localedir = @localedir@ 281localstatedir = @localstatedir@ 282mandir = @mandir@ 283mkdir_p = @mkdir_p@ 284oldincludedir = @oldincludedir@ 285pdfdir = @pdfdir@ 286prefix = @prefix@ 287program_transform_name = @program_transform_name@ 288psdir = @psdir@ 289runstatedir = @runstatedir@ 290sbindir = @sbindir@ 291sharedstatedir = @sharedstatedir@ 292srcdir = @srcdir@ 293sysconfdir = @sysconfdir@ 294target_alias = @target_alias@ 295top_build_prefix = @top_build_prefix@ 296top_builddir = @top_builddir@ 297top_srcdir = @top_srcdir@ 298libmandir = $(LIB_MAN_DIR) 299libman_PRE = \ 300 Xft.man \ 301 $(Xft_sources) 302 303Xft_sources = \ 304 $(Xft_shadows:=.man) 305 306Xft_shadows = \ 307 XftCharExists \ 308 XftCharFontSpecRender \ 309 XftCharIndex \ 310 XftCharSpecRender \ 311 XftColorAllocName \ 312 XftColorAllocValue \ 313 XftColorFree \ 314 XftDefaultHasRender \ 315 XftDefaultSet \ 316 XftDefaultSubstitute \ 317 XftDrawChange \ 318 XftDrawCharFontSpec \ 319 XftDrawCharSpec \ 320 XftDrawColormap \ 321 XftDrawCreate \ 322 XftDrawCreateAlpha \ 323 XftDrawCreateBitmap \ 324 XftDrawDestroy \ 325 XftDrawDisplay \ 326 XftDrawDrawable \ 327 XftDrawGlyphFontSpec \ 328 XftDrawGlyphSpec \ 329 XftDrawGlyphs \ 330 XftDrawPicture \ 331 XftDrawRect \ 332 XftDrawSetClip \ 333 XftDrawSetClipRectangles \ 334 XftDrawSetSubwindowMode \ 335 XftDrawSrcPicture \ 336 XftDrawString16 \ 337 XftDrawString32 \ 338 XftDrawString8 \ 339 XftDrawStringUtf16 \ 340 XftDrawStringUtf8 \ 341 XftDrawVisual \ 342 XftFontCheckGlyph \ 343 XftFontClose \ 344 XftFontCopy \ 345 XftFontInfoCreate \ 346 XftFontInfoDestroy \ 347 XftFontInfoEqual \ 348 XftFontInfoHash \ 349 XftFontLoadGlyphs \ 350 XftFontMatch \ 351 XftFontOpen \ 352 XftFontOpenInfo \ 353 XftFontOpenName \ 354 XftFontOpenPattern \ 355 XftFontOpenXlfd \ 356 XftFontUnloadGlyphs \ 357 XftGetVersion \ 358 XftGlyphExtents \ 359 XftGlyphFontSpecRender \ 360 XftGlyphRender \ 361 XftGlyphSpecRender \ 362 XftInit \ 363 XftInitFtLibrary \ 364 XftListFonts \ 365 XftLockFace \ 366 XftNameParse \ 367 XftNameUnparse \ 368 XftTextExtents16 \ 369 XftTextExtents32 \ 370 XftTextExtents8 \ 371 XftTextExtentsUtf16 \ 372 XftTextExtentsUtf8 \ 373 XftTextRender16 \ 374 XftTextRender16BE \ 375 XftTextRender16LE \ 376 XftTextRender32 \ 377 XftTextRender32BE \ 378 XftTextRender32LE \ 379 XftTextRender8 \ 380 XftTextRenderUtf16 \ 381 XftTextRenderUtf8 \ 382 XftUnlockFace \ 383 XftXlfdParse 384 385libman_DATA = $(libman_PRE:man=$(LIB_MAN_SUFFIX)) 386EXTRA_DIST = $(libman_PRE) 387CLEANFILES = $(libman_DATA) $(Xft_sources) 388SUFFIXES = .$(LIB_MAN_SUFFIX) .man 389all: all-am 390 391.SUFFIXES: 392.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 393$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 394 @for dep in $?; do \ 395 case '$(am__configure_deps)' in \ 396 *$$dep*) \ 397 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 398 && { if test -f $@; then exit 0; else break; fi; }; \ 399 exit 1;; \ 400 esac; \ 401 done; \ 402 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 403 $(am__cd) $(top_srcdir) && \ 404 $(AUTOMAKE) --foreign man/Makefile 405Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 406 @case '$?' in \ 407 *config.status*) \ 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 409 *) \ 410 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 411 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 412 esac; 413 414$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 416 417$(top_srcdir)/configure: $(am__configure_deps) 418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 419$(ACLOCAL_M4): $(am__aclocal_m4_deps) 420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 421$(am__aclocal_m4_deps): 422 423mostlyclean-libtool: 424 -rm -f *.lo 425 426clean-libtool: 427 -rm -rf .libs _libs 428install-libmanDATA: $(libman_DATA) 429 @$(NORMAL_INSTALL) 430 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 431 if test -n "$$list"; then \ 432 echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \ 433 $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \ 434 fi; \ 435 for p in $$list; do \ 436 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 437 echo "$$d$$p"; \ 438 done | $(am__base_list) | \ 439 while read files; do \ 440 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \ 441 $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \ 442 done 443 444uninstall-libmanDATA: 445 @$(NORMAL_UNINSTALL) 446 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 447 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 448 dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir) 449tags TAGS: 450 451ctags CTAGS: 452 453cscope cscopelist: 454 455 456distdir: $(BUILT_SOURCES) 457 $(MAKE) $(AM_MAKEFLAGS) distdir-am 458 459distdir-am: $(DISTFILES) 460 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 461 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 462 list='$(DISTFILES)'; \ 463 dist_files=`for file in $$list; do echo $$file; done | \ 464 sed -e "s|^$$srcdirstrip/||;t" \ 465 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 466 case $$dist_files in \ 467 */*) $(MKDIR_P) `echo "$$dist_files" | \ 468 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 469 sort -u` ;; \ 470 esac; \ 471 for file in $$dist_files; do \ 472 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 473 if test -d $$d/$$file; then \ 474 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 475 if test -d "$(distdir)/$$file"; then \ 476 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 477 fi; \ 478 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 479 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 480 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 481 fi; \ 482 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 483 else \ 484 test -f "$(distdir)/$$file" \ 485 || cp -p $$d/$$file "$(distdir)/$$file" \ 486 || exit 1; \ 487 fi; \ 488 done 489check-am: all-am 490check: check-am 491all-am: Makefile $(DATA) 492installdirs: 493 for dir in "$(DESTDIR)$(libmandir)"; do \ 494 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 495 done 496install: install-am 497install-exec: install-exec-am 498install-data: install-data-am 499uninstall: uninstall-am 500 501install-am: all-am 502 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 503 504installcheck: installcheck-am 505install-strip: 506 if test -z '$(STRIP)'; then \ 507 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 508 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 509 install; \ 510 else \ 511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 513 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 514 fi 515mostlyclean-generic: 516 517clean-generic: 518 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 519 520distclean-generic: 521 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 522 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 523 524maintainer-clean-generic: 525 @echo "This command is intended for maintainers to use" 526 @echo "it deletes files that may require special tools to rebuild." 527clean: clean-am 528 529clean-am: clean-generic clean-libtool mostlyclean-am 530 531distclean: distclean-am 532 -rm -f Makefile 533distclean-am: clean-am distclean-generic 534 535dvi: dvi-am 536 537dvi-am: 538 539html: html-am 540 541html-am: 542 543info: info-am 544 545info-am: 546 547install-data-am: install-libmanDATA 548 549install-dvi: install-dvi-am 550 551install-dvi-am: 552 553install-exec-am: 554 555install-html: install-html-am 556 557install-html-am: 558 559install-info: install-info-am 560 561install-info-am: 562 563install-man: 564 565install-pdf: install-pdf-am 566 567install-pdf-am: 568 569install-ps: install-ps-am 570 571install-ps-am: 572 573installcheck-am: 574 575maintainer-clean: maintainer-clean-am 576 -rm -f Makefile 577maintainer-clean-am: distclean-am maintainer-clean-generic 578 579mostlyclean: mostlyclean-am 580 581mostlyclean-am: mostlyclean-generic mostlyclean-libtool 582 583pdf: pdf-am 584 585pdf-am: 586 587ps: ps-am 588 589ps-am: 590 591uninstall-am: uninstall-libmanDATA 592 593.MAKE: install-am install-strip 594 595.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 596 cscopelist-am ctags-am distclean distclean-generic \ 597 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 598 install install-am install-data install-data-am install-dvi \ 599 install-dvi-am install-exec install-exec-am install-html \ 600 install-html-am install-info install-info-am \ 601 install-libmanDATA install-man install-pdf install-pdf-am \ 602 install-ps install-ps-am install-strip installcheck \ 603 installcheck-am installdirs maintainer-clean \ 604 maintainer-clean-generic mostlyclean mostlyclean-generic \ 605 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 606 uninstall-am uninstall-libmanDATA 607 608.PRECIOUS: Makefile 609 610 611$(Xft_sources) : 612 $(AM_V_GEN)echo ".so man__libmansuffix__/Xft.__libmansuffix__" > $@ 613 614# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 615.man.$(LIB_MAN_SUFFIX): 616 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 617 618# Tell versions [3.59,3.63) of GNU make to not export all variables. 619# Otherwise a system limit (for SysV at least) may be exceeded. 620.NOEXPORT: 621