Makefile.in revision 0145ab54
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@ 16 17# 18# Copyright © 2003 Keith Packard, Noah Levitt 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Keith Packard not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Keith Packard makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 38 39VPATH = @srcdir@ 40am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 41am__make_running_with_option = \ 42 case $${target_option-} in \ 43 ?) ;; \ 44 *) echo "am__make_running_with_option: internal error: invalid" \ 45 "target option '$${target_option-}' specified" >&2; \ 46 exit 1;; \ 47 esac; \ 48 has_opt=no; \ 49 sane_makeflags=$$MAKEFLAGS; \ 50 if $(am__is_gnu_make); then \ 51 sane_makeflags=$$MFLAGS; \ 52 else \ 53 case $$MAKEFLAGS in \ 54 *\\[\ \ ]*) \ 55 bs=\\; \ 56 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 58 esac; \ 59 fi; \ 60 skip_next=no; \ 61 strip_trailopt () \ 62 { \ 63 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 64 }; \ 65 for flg in $$sane_makeflags; do \ 66 test $$skip_next = yes && { skip_next=no; continue; }; \ 67 case $$flg in \ 68 *=*|--*) continue;; \ 69 -*I) strip_trailopt 'I'; skip_next=yes;; \ 70 -*I?*) strip_trailopt 'I';; \ 71 -*O) strip_trailopt 'O'; skip_next=yes;; \ 72 -*O?*) strip_trailopt 'O';; \ 73 -*l) strip_trailopt 'l'; skip_next=yes;; \ 74 -*l?*) strip_trailopt 'l';; \ 75 -[dEDm]) skip_next=yes;; \ 76 -[JT]) skip_next=yes;; \ 77 esac; \ 78 case $$flg in \ 79 *$$target_option*) has_opt=yes; break;; \ 80 esac; \ 81 done; \ 82 test $$has_opt = yes 83am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 84am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 85pkgdatadir = $(datadir)/@PACKAGE@ 86pkgincludedir = $(includedir)/@PACKAGE@ 87pkglibdir = $(libdir)/@PACKAGE@ 88pkglibexecdir = $(libexecdir)/@PACKAGE@ 89am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 90install_sh_DATA = $(install_sh) -c -m 644 91install_sh_PROGRAM = $(install_sh) -c 92install_sh_SCRIPT = $(install_sh) -c 93INSTALL_HEADER = $(INSTALL_DATA) 94transform = $(program_transform_name) 95NORMAL_INSTALL = : 96PRE_INSTALL = : 97POST_INSTALL = : 98NORMAL_UNINSTALL = : 99PRE_UNINSTALL = : 100POST_UNINSTALL = : 101build_triplet = @build@ 102host_triplet = @host@ 103subdir = . 104DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 105 $(top_srcdir)/configure $(am__configure_deps) \ 106 $(srcdir)/config.h.in \ 107 $(top_srcdir)/include/X11/fonts/fontconf.h.in \ 108 $(srcdir)/xfont.pc.in $(libXfontinclude_HEADERS) AUTHORS \ 109 COPYING ChangeLog INSTALL README compile config.guess \ 110 config.sub depcomp install-sh missing ltmain.sh 111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 112am__aclocal_m4_deps = $(top_srcdir)/configure.ac 113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 114 $(ACLOCAL_M4) 115am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 116 configure.lineno config.status.lineno 117mkinstalldirs = $(install_sh) -d 118CONFIG_HEADER = config.h $(top_builddir)/include/X11/fonts/fontconf.h 119CONFIG_CLEAN_FILES = xfont.pc 120CONFIG_CLEAN_VPATH_FILES = 121AM_V_P = $(am__v_P_@AM_V@) 122am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 123am__v_P_0 = false 124am__v_P_1 = : 125AM_V_GEN = $(am__v_GEN_@AM_V@) 126am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 127am__v_GEN_0 = @echo " GEN " $@; 128am__v_GEN_1 = 129AM_V_at = $(am__v_at_@AM_V@) 130am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 131am__v_at_0 = @ 132am__v_at_1 = 133SOURCES = 134DIST_SOURCES = 135RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 136 ctags-recursive dvi-recursive html-recursive info-recursive \ 137 install-data-recursive install-dvi-recursive \ 138 install-exec-recursive install-html-recursive \ 139 install-info-recursive install-pdf-recursive \ 140 install-ps-recursive install-recursive installcheck-recursive \ 141 installdirs-recursive pdf-recursive ps-recursive \ 142 tags-recursive uninstall-recursive 143am__can_run_installinfo = \ 144 case $$AM_UPDATE_INFO_DIR in \ 145 n|no|NO) false;; \ 146 *) (install-info --version) >/dev/null 2>&1;; \ 147 esac 148am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 149am__vpath_adj = case $$p in \ 150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 151 *) f=$$p;; \ 152 esac; 153am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 154am__install_max = 40 155am__nobase_strip_setup = \ 156 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 157am__nobase_strip = \ 158 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 159am__nobase_list = $(am__nobase_strip_setup); \ 160 for p in $$list; do echo "$$p $$p"; done | \ 161 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 162 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 163 if (++n[$$2] == $(am__install_max)) \ 164 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 165 END { for (dir in files) print dir, files[dir] }' 166am__base_list = \ 167 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 168 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 169am__uninstall_files_from_dir = { \ 170 test -z "$$files" \ 171 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 172 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 173 $(am__cd) "$$dir" && rm -f $$files; }; \ 174 } 175am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \ 176 "$(DESTDIR)$(libXfontincludedir)" \ 177 "$(DESTDIR)$(libXfontincludedir)" 178DATA = $(pkgconfig_DATA) 179HEADERS = $(libXfontinclude_HEADERS) $(nodist_libXfontinclude_HEADERS) 180RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 181 distclean-recursive maintainer-clean-recursive 182am__recursive_targets = \ 183 $(RECURSIVE_TARGETS) \ 184 $(RECURSIVE_CLEAN_TARGETS) \ 185 $(am__extra_recursive_targets) 186AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 187 cscope distdir dist dist-all distcheck 188am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 189 $(LISP)config.h.in 190# Read a list of newline-separated strings from the standard input, 191# and print each of them once, without duplicates. Input order is 192# *not* preserved. 193am__uniquify_input = $(AWK) '\ 194 BEGIN { nonempty = 0; } \ 195 { items[$$0] = 1; nonempty = 1; } \ 196 END { if (nonempty) { for (i in items) print i; }; } \ 197' 198# Make sure the list of sources is unique. This is necessary because, 199# e.g., the same source file might be shared among _SOURCES variables 200# for different programs/libraries. 201am__define_uniq_tagged_files = \ 202 list='$(am__tagged_files)'; \ 203 unique=`for i in $$list; do \ 204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 205 done | $(am__uniquify_input)` 206ETAGS = etags 207CTAGS = ctags 208CSCOPE = cscope 209DIST_SUBDIRS = $(SUBDIRS) 210DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 211distdir = $(PACKAGE)-$(VERSION) 212top_distdir = $(distdir) 213am__remove_distdir = \ 214 if test -d "$(distdir)"; then \ 215 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 216 && rm -rf "$(distdir)" \ 217 || { sleep 5 && rm -rf "$(distdir)"; }; \ 218 else :; fi 219am__post_remove_distdir = $(am__remove_distdir) 220am__relativize = \ 221 dir0=`pwd`; \ 222 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 223 sed_rest='s,^[^/]*/*,,'; \ 224 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 225 sed_butlast='s,/*[^/]*$$,,'; \ 226 while test -n "$$dir1"; do \ 227 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 228 if test "$$first" != "."; then \ 229 if test "$$first" = ".."; then \ 230 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 231 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 232 else \ 233 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 234 if test "$$first2" = "$$first"; then \ 235 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 236 else \ 237 dir2="../$$dir2"; \ 238 fi; \ 239 dir0="$$dir0"/"$$first"; \ 240 fi; \ 241 fi; \ 242 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 243 done; \ 244 reldir="$$dir2" 245DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 246GZIP_ENV = --best 247DIST_TARGETS = dist-bzip2 dist-gzip 248distuninstallcheck_listfiles = find . -type f -print 249am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 250 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 251distcleancheck_listfiles = find . -type f -print 252ACLOCAL = @ACLOCAL@ 253ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 254ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 255AMTAR = @AMTAR@ 256AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 257APP_MAN_DIR = @APP_MAN_DIR@ 258APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 259AR = @AR@ 260AUTOCONF = @AUTOCONF@ 261AUTOHEADER = @AUTOHEADER@ 262AUTOMAKE = @AUTOMAKE@ 263AWK = @AWK@ 264BASE_CFLAGS = @BASE_CFLAGS@ 265CC = @CC@ 266CCDEPMODE = @CCDEPMODE@ 267CFLAGS = @CFLAGS@ 268CHANGELOG_CMD = @CHANGELOG_CMD@ 269CPP = @CPP@ 270CPPFLAGS = @CPPFLAGS@ 271CWARNFLAGS = @CWARNFLAGS@ 272CYGPATH_W = @CYGPATH_W@ 273DEFS = @DEFS@ 274DEPDIR = @DEPDIR@ 275DLLTOOL = @DLLTOOL@ 276DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 277DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 278DSYMUTIL = @DSYMUTIL@ 279DUMPBIN = @DUMPBIN@ 280ECHO_C = @ECHO_C@ 281ECHO_N = @ECHO_N@ 282ECHO_T = @ECHO_T@ 283EGREP = @EGREP@ 284EXEEXT = @EXEEXT@ 285FGREP = @FGREP@ 286FILE_MAN_DIR = @FILE_MAN_DIR@ 287FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 288FOP = @FOP@ 289FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 290FREETYPE_LIBS = @FREETYPE_LIBS@ 291FREETYPE_REQUIRES = @FREETYPE_REQUIRES@ 292GREP = @GREP@ 293INSTALL = @INSTALL@ 294INSTALL_CMD = @INSTALL_CMD@ 295INSTALL_DATA = @INSTALL_DATA@ 296INSTALL_PROGRAM = @INSTALL_PROGRAM@ 297INSTALL_SCRIPT = @INSTALL_SCRIPT@ 298INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 299LD = @LD@ 300LDFLAGS = @LDFLAGS@ 301LIBOBJS = @LIBOBJS@ 302LIBS = @LIBS@ 303LIBTOOL = @LIBTOOL@ 304LIB_MAN_DIR = @LIB_MAN_DIR@ 305LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 306LIPO = @LIPO@ 307LN_S = @LN_S@ 308LTLIBOBJS = @LTLIBOBJS@ 309MAKEINFO = @MAKEINFO@ 310MANIFEST_TOOL = @MANIFEST_TOOL@ 311MAN_SUBSTS = @MAN_SUBSTS@ 312MATH_LIBS = @MATH_LIBS@ 313MISC_MAN_DIR = @MISC_MAN_DIR@ 314MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 315MKDIR_P = @MKDIR_P@ 316NM = @NM@ 317NMEDIT = @NMEDIT@ 318OBJDUMP = @OBJDUMP@ 319OBJEXT = @OBJEXT@ 320OS_CFLAGS = @OS_CFLAGS@ 321OTOOL = @OTOOL@ 322OTOOL64 = @OTOOL64@ 323PACKAGE = @PACKAGE@ 324PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 325PACKAGE_NAME = @PACKAGE_NAME@ 326PACKAGE_STRING = @PACKAGE_STRING@ 327PACKAGE_TARNAME = @PACKAGE_TARNAME@ 328PACKAGE_URL = @PACKAGE_URL@ 329PACKAGE_VERSION = @PACKAGE_VERSION@ 330PATH_SEPARATOR = @PATH_SEPARATOR@ 331PKG_CONFIG = @PKG_CONFIG@ 332RANLIB = @RANLIB@ 333SED = @SED@ 334SET_MAKE = @SET_MAKE@ 335SHELL = @SHELL@ 336STRICT_CFLAGS = @STRICT_CFLAGS@ 337STRIP = @STRIP@ 338STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 339VERSION = @VERSION@ 340XFONT_CFLAGS = @XFONT_CFLAGS@ 341XFONT_LIBS = @XFONT_LIBS@ 342XMLTO = @XMLTO@ 343XORG_MAN_PAGE = @XORG_MAN_PAGE@ 344XORG_SGML_PATH = @XORG_SGML_PATH@ 345XSL_STYLESHEET = @XSL_STYLESHEET@ 346X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@ 347Z_LIBS = @Z_LIBS@ 348abs_builddir = @abs_builddir@ 349abs_srcdir = @abs_srcdir@ 350abs_top_builddir = @abs_top_builddir@ 351abs_top_srcdir = @abs_top_srcdir@ 352ac_ct_AR = @ac_ct_AR@ 353ac_ct_CC = @ac_ct_CC@ 354ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 355am__include = @am__include@ 356am__leading_dot = @am__leading_dot@ 357am__quote = @am__quote@ 358am__tar = @am__tar@ 359am__untar = @am__untar@ 360bindir = @bindir@ 361build = @build@ 362build_alias = @build_alias@ 363build_cpu = @build_cpu@ 364build_os = @build_os@ 365build_vendor = @build_vendor@ 366builddir = @builddir@ 367datadir = @datadir@ 368datarootdir = @datarootdir@ 369docdir = @docdir@ 370dvidir = @dvidir@ 371exec_prefix = @exec_prefix@ 372ft_config = @ft_config@ 373host = @host@ 374host_alias = @host_alias@ 375host_cpu = @host_cpu@ 376host_os = @host_os@ 377host_vendor = @host_vendor@ 378htmldir = @htmldir@ 379includedir = @includedir@ 380infodir = @infodir@ 381install_sh = @install_sh@ 382libdir = @libdir@ 383libexecdir = @libexecdir@ 384localedir = @localedir@ 385localstatedir = @localstatedir@ 386mandir = @mandir@ 387mkdir_p = @mkdir_p@ 388oldincludedir = @oldincludedir@ 389pdfdir = @pdfdir@ 390prefix = @prefix@ 391program_transform_name = @program_transform_name@ 392psdir = @psdir@ 393sbindir = @sbindir@ 394sharedstatedir = @sharedstatedir@ 395srcdir = @srcdir@ 396sysconfdir = @sysconfdir@ 397target_alias = @target_alias@ 398top_build_prefix = @top_build_prefix@ 399top_builddir = @top_builddir@ 400top_srcdir = @top_srcdir@ 401SUBDIRS = doc src 402libXfontincludedir = $(includedir)/X11/fonts 403libXfontinclude_HEADERS = \ 404 include/X11/fonts/bdfint.h \ 405 include/X11/fonts/bitmap.h \ 406 include/X11/fonts/bufio.h \ 407 include/X11/fonts/fntfil.h \ 408 include/X11/fonts/fntfilio.h \ 409 include/X11/fonts/fntfilst.h \ 410 include/X11/fonts/fontencc.h \ 411 include/X11/fonts/fontmisc.h \ 412 include/X11/fonts/fontshow.h \ 413 include/X11/fonts/fontutil.h \ 414 include/X11/fonts/fontxlfd.h \ 415 include/X11/fonts/pcf.h \ 416 src/FreeType/ft.h \ 417 src/FreeType/ftfuncs.h 418 419nodist_libXfontinclude_HEADERS = \ 420 include/X11/fonts/fontconf.h 421 422pkgconfigdir = $(libdir)/pkgconfig 423pkgconfig_DATA = xfont.pc 424MAINTAINERCLEANFILES = ChangeLog INSTALL 425all: config.h 426 $(MAKE) $(AM_MAKEFLAGS) all-recursive 427 428.SUFFIXES: 429am--refresh: Makefile 430 @: 431$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 432 @for dep in $?; do \ 433 case '$(am__configure_deps)' in \ 434 *$$dep*) \ 435 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 436 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 437 && exit 0; \ 438 exit 1;; \ 439 esac; \ 440 done; \ 441 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 442 $(am__cd) $(top_srcdir) && \ 443 $(AUTOMAKE) --foreign Makefile 444.PRECIOUS: Makefile 445Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 446 @case '$?' in \ 447 *config.status*) \ 448 echo ' $(SHELL) ./config.status'; \ 449 $(SHELL) ./config.status;; \ 450 *) \ 451 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 452 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 453 esac; 454 455$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 456 $(SHELL) ./config.status --recheck 457 458$(top_srcdir)/configure: $(am__configure_deps) 459 $(am__cd) $(srcdir) && $(AUTOCONF) 460$(ACLOCAL_M4): $(am__aclocal_m4_deps) 461 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 462$(am__aclocal_m4_deps): 463 464config.h: stamp-h1 465 @test -f $@ || rm -f stamp-h1 466 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 467 468stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 469 @rm -f stamp-h1 470 cd $(top_builddir) && $(SHELL) ./config.status config.h 471$(srcdir)/config.h.in: $(am__configure_deps) 472 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 473 rm -f stamp-h1 474 touch $@ 475 476include/X11/fonts/fontconf.h: include/X11/fonts/stamp-h2 477 @test -f $@ || rm -f include/X11/fonts/stamp-h2 478 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/X11/fonts/stamp-h2 479 480include/X11/fonts/stamp-h2: $(top_srcdir)/include/X11/fonts/fontconf.h.in $(top_builddir)/config.status 481 @rm -f include/X11/fonts/stamp-h2 482 cd $(top_builddir) && $(SHELL) ./config.status include/X11/fonts/fontconf.h 483 484distclean-hdr: 485 -rm -f config.h stamp-h1 include/X11/fonts/fontconf.h include/X11/fonts/stamp-h2 486xfont.pc: $(top_builddir)/config.status $(srcdir)/xfont.pc.in 487 cd $(top_builddir) && $(SHELL) ./config.status $@ 488 489mostlyclean-libtool: 490 -rm -f *.lo 491 492clean-libtool: 493 -rm -rf .libs _libs 494 495distclean-libtool: 496 -rm -f libtool config.lt 497install-pkgconfigDATA: $(pkgconfig_DATA) 498 @$(NORMAL_INSTALL) 499 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 500 if test -n "$$list"; then \ 501 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 502 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 503 fi; \ 504 for p in $$list; do \ 505 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 506 echo "$$d$$p"; \ 507 done | $(am__base_list) | \ 508 while read files; do \ 509 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 510 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 511 done 512 513uninstall-pkgconfigDATA: 514 @$(NORMAL_UNINSTALL) 515 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 516 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 517 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 518install-libXfontincludeHEADERS: $(libXfontinclude_HEADERS) 519 @$(NORMAL_INSTALL) 520 @list='$(libXfontinclude_HEADERS)'; test -n "$(libXfontincludedir)" || list=; \ 521 if test -n "$$list"; then \ 522 echo " $(MKDIR_P) '$(DESTDIR)$(libXfontincludedir)'"; \ 523 $(MKDIR_P) "$(DESTDIR)$(libXfontincludedir)" || exit 1; \ 524 fi; \ 525 for p in $$list; do \ 526 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 527 echo "$$d$$p"; \ 528 done | $(am__base_list) | \ 529 while read files; do \ 530 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXfontincludedir)'"; \ 531 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXfontincludedir)" || exit $$?; \ 532 done 533 534uninstall-libXfontincludeHEADERS: 535 @$(NORMAL_UNINSTALL) 536 @list='$(libXfontinclude_HEADERS)'; test -n "$(libXfontincludedir)" || list=; \ 537 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 538 dir='$(DESTDIR)$(libXfontincludedir)'; $(am__uninstall_files_from_dir) 539install-nodist_libXfontincludeHEADERS: $(nodist_libXfontinclude_HEADERS) 540 @$(NORMAL_INSTALL) 541 @list='$(nodist_libXfontinclude_HEADERS)'; test -n "$(libXfontincludedir)" || list=; \ 542 if test -n "$$list"; then \ 543 echo " $(MKDIR_P) '$(DESTDIR)$(libXfontincludedir)'"; \ 544 $(MKDIR_P) "$(DESTDIR)$(libXfontincludedir)" || exit 1; \ 545 fi; \ 546 for p in $$list; do \ 547 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 548 echo "$$d$$p"; \ 549 done | $(am__base_list) | \ 550 while read files; do \ 551 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXfontincludedir)'"; \ 552 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXfontincludedir)" || exit $$?; \ 553 done 554 555uninstall-nodist_libXfontincludeHEADERS: 556 @$(NORMAL_UNINSTALL) 557 @list='$(nodist_libXfontinclude_HEADERS)'; test -n "$(libXfontincludedir)" || list=; \ 558 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 559 dir='$(DESTDIR)$(libXfontincludedir)'; $(am__uninstall_files_from_dir) 560 561# This directory's subdirectories are mostly independent; you can cd 562# into them and run 'make' without going through this Makefile. 563# To change the values of 'make' variables: instead of editing Makefiles, 564# (1) if the variable is set in 'config.status', edit 'config.status' 565# (which will cause the Makefiles to be regenerated when you run 'make'); 566# (2) otherwise, pass the desired values on the 'make' command line. 567$(am__recursive_targets): 568 @fail=; \ 569 if $(am__make_keepgoing); then \ 570 failcom='fail=yes'; \ 571 else \ 572 failcom='exit 1'; \ 573 fi; \ 574 dot_seen=no; \ 575 target=`echo $@ | sed s/-recursive//`; \ 576 case "$@" in \ 577 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 578 *) list='$(SUBDIRS)' ;; \ 579 esac; \ 580 for subdir in $$list; do \ 581 echo "Making $$target in $$subdir"; \ 582 if test "$$subdir" = "."; then \ 583 dot_seen=yes; \ 584 local_target="$$target-am"; \ 585 else \ 586 local_target="$$target"; \ 587 fi; \ 588 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 589 || eval $$failcom; \ 590 done; \ 591 if test "$$dot_seen" = "no"; then \ 592 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 593 fi; test -z "$$fail" 594 595ID: $(am__tagged_files) 596 $(am__define_uniq_tagged_files); mkid -fID $$unique 597tags: tags-recursive 598TAGS: tags 599 600tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 601 set x; \ 602 here=`pwd`; \ 603 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 604 include_option=--etags-include; \ 605 empty_fix=.; \ 606 else \ 607 include_option=--include; \ 608 empty_fix=; \ 609 fi; \ 610 list='$(SUBDIRS)'; for subdir in $$list; do \ 611 if test "$$subdir" = .; then :; else \ 612 test ! -f $$subdir/TAGS || \ 613 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 614 fi; \ 615 done; \ 616 $(am__define_uniq_tagged_files); \ 617 shift; \ 618 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 619 test -n "$$unique" || unique=$$empty_fix; \ 620 if test $$# -gt 0; then \ 621 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 622 "$$@" $$unique; \ 623 else \ 624 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 625 $$unique; \ 626 fi; \ 627 fi 628ctags: ctags-recursive 629 630CTAGS: ctags 631ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 632 $(am__define_uniq_tagged_files); \ 633 test -z "$(CTAGS_ARGS)$$unique" \ 634 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 635 $$unique 636 637GTAGS: 638 here=`$(am__cd) $(top_builddir) && pwd` \ 639 && $(am__cd) $(top_srcdir) \ 640 && gtags -i $(GTAGS_ARGS) "$$here" 641cscope: cscope.files 642 test ! -s cscope.files \ 643 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 644clean-cscope: 645 -rm -f cscope.files 646cscope.files: clean-cscope cscopelist 647cscopelist: cscopelist-recursive 648 649cscopelist-am: $(am__tagged_files) 650 list='$(am__tagged_files)'; \ 651 case "$(srcdir)" in \ 652 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 653 *) sdir=$(subdir)/$(srcdir) ;; \ 654 esac; \ 655 for i in $$list; do \ 656 if test -f "$$i"; then \ 657 echo "$(subdir)/$$i"; \ 658 else \ 659 echo "$$sdir/$$i"; \ 660 fi; \ 661 done >> $(top_builddir)/cscope.files 662 663distclean-tags: 664 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 665 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 666 667distdir: $(DISTFILES) 668 $(am__remove_distdir) 669 test -d "$(distdir)" || mkdir "$(distdir)" 670 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 671 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 672 list='$(DISTFILES)'; \ 673 dist_files=`for file in $$list; do echo $$file; done | \ 674 sed -e "s|^$$srcdirstrip/||;t" \ 675 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 676 case $$dist_files in \ 677 */*) $(MKDIR_P) `echo "$$dist_files" | \ 678 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 679 sort -u` ;; \ 680 esac; \ 681 for file in $$dist_files; do \ 682 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 683 if test -d $$d/$$file; then \ 684 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 685 if test -d "$(distdir)/$$file"; then \ 686 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 687 fi; \ 688 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 689 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 690 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 691 fi; \ 692 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 693 else \ 694 test -f "$(distdir)/$$file" \ 695 || cp -p $$d/$$file "$(distdir)/$$file" \ 696 || exit 1; \ 697 fi; \ 698 done 699 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 700 if test "$$subdir" = .; then :; else \ 701 $(am__make_dryrun) \ 702 || test -d "$(distdir)/$$subdir" \ 703 || $(MKDIR_P) "$(distdir)/$$subdir" \ 704 || exit 1; \ 705 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 706 $(am__relativize); \ 707 new_distdir=$$reldir; \ 708 dir1=$$subdir; dir2="$(top_distdir)"; \ 709 $(am__relativize); \ 710 new_top_distdir=$$reldir; \ 711 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 712 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 713 ($(am__cd) $$subdir && \ 714 $(MAKE) $(AM_MAKEFLAGS) \ 715 top_distdir="$$new_top_distdir" \ 716 distdir="$$new_distdir" \ 717 am__remove_distdir=: \ 718 am__skip_length_check=: \ 719 am__skip_mode_fix=: \ 720 distdir) \ 721 || exit 1; \ 722 fi; \ 723 done 724 $(MAKE) $(AM_MAKEFLAGS) \ 725 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 726 dist-hook 727 -test -n "$(am__skip_mode_fix)" \ 728 || find "$(distdir)" -type d ! -perm -755 \ 729 -exec chmod u+rwx,go+rx {} \; -o \ 730 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 731 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 732 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 733 || chmod -R a+r "$(distdir)" 734dist-gzip: distdir 735 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 736 $(am__post_remove_distdir) 737dist-bzip2: distdir 738 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 739 $(am__post_remove_distdir) 740 741dist-lzip: distdir 742 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 743 $(am__post_remove_distdir) 744 745dist-xz: distdir 746 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 747 $(am__post_remove_distdir) 748 749dist-tarZ: distdir 750 @echo WARNING: "Support for shar distribution archives is" \ 751 "deprecated." >&2 752 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 753 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 754 $(am__post_remove_distdir) 755 756dist-shar: distdir 757 @echo WARNING: "Support for distribution archives compressed with" \ 758 "legacy program 'compress' is deprecated." >&2 759 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 760 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 761 $(am__post_remove_distdir) 762 763dist-zip: distdir 764 -rm -f $(distdir).zip 765 zip -rq $(distdir).zip $(distdir) 766 $(am__post_remove_distdir) 767 768dist dist-all: 769 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 770 $(am__post_remove_distdir) 771 772# This target untars the dist file and tries a VPATH configuration. Then 773# it guarantees that the distribution is self-contained by making another 774# tarfile. 775distcheck: dist 776 case '$(DIST_ARCHIVES)' in \ 777 *.tar.gz*) \ 778 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 779 *.tar.bz2*) \ 780 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 781 *.tar.lz*) \ 782 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 783 *.tar.xz*) \ 784 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 785 *.tar.Z*) \ 786 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 787 *.shar.gz*) \ 788 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 789 *.zip*) \ 790 unzip $(distdir).zip ;;\ 791 esac 792 chmod -R a-w $(distdir) 793 chmod u+w $(distdir) 794 mkdir $(distdir)/_build $(distdir)/_inst 795 chmod a-w $(distdir) 796 test -d $(distdir)/_build || exit 0; \ 797 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 798 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 799 && am__cwd=`pwd` \ 800 && $(am__cd) $(distdir)/_build \ 801 && ../configure \ 802 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 803 $(DISTCHECK_CONFIGURE_FLAGS) \ 804 --srcdir=.. --prefix="$$dc_install_base" \ 805 && $(MAKE) $(AM_MAKEFLAGS) \ 806 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 807 && $(MAKE) $(AM_MAKEFLAGS) check \ 808 && $(MAKE) $(AM_MAKEFLAGS) install \ 809 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 810 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 811 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 812 distuninstallcheck \ 813 && chmod -R a-w "$$dc_install_base" \ 814 && ({ \ 815 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 816 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 817 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 818 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 819 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 820 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 821 && rm -rf "$$dc_destdir" \ 822 && $(MAKE) $(AM_MAKEFLAGS) dist \ 823 && rm -rf $(DIST_ARCHIVES) \ 824 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 825 && cd "$$am__cwd" \ 826 || exit 1 827 $(am__post_remove_distdir) 828 @(echo "$(distdir) archives ready for distribution: "; \ 829 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 830 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 831distuninstallcheck: 832 @test -n '$(distuninstallcheck_dir)' || { \ 833 echo 'ERROR: trying to run $@ with an empty' \ 834 '$$(distuninstallcheck_dir)' >&2; \ 835 exit 1; \ 836 }; \ 837 $(am__cd) '$(distuninstallcheck_dir)' || { \ 838 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 839 exit 1; \ 840 }; \ 841 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 842 || { echo "ERROR: files left after uninstall:" ; \ 843 if test -n "$(DESTDIR)"; then \ 844 echo " (check DESTDIR support)"; \ 845 fi ; \ 846 $(distuninstallcheck_listfiles) ; \ 847 exit 1; } >&2 848distcleancheck: distclean 849 @if test '$(srcdir)' = . ; then \ 850 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 851 exit 1 ; \ 852 fi 853 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 854 || { echo "ERROR: files left in build directory after distclean:" ; \ 855 $(distcleancheck_listfiles) ; \ 856 exit 1; } >&2 857check-am: all-am 858check: check-recursive 859all-am: Makefile $(DATA) $(HEADERS) config.h 860installdirs: installdirs-recursive 861installdirs-am: 862 for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libXfontincludedir)" "$(DESTDIR)$(libXfontincludedir)"; do \ 863 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 864 done 865install: install-recursive 866install-exec: install-exec-recursive 867install-data: install-data-recursive 868uninstall: uninstall-recursive 869 870install-am: all-am 871 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 872 873installcheck: installcheck-recursive 874install-strip: 875 if test -z '$(STRIP)'; then \ 876 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 877 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 878 install; \ 879 else \ 880 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 881 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 882 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 883 fi 884mostlyclean-generic: 885 886clean-generic: 887 888distclean-generic: 889 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 890 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 891 892maintainer-clean-generic: 893 @echo "This command is intended for maintainers to use" 894 @echo "it deletes files that may require special tools to rebuild." 895 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 896clean: clean-recursive 897 898clean-am: clean-generic clean-libtool mostlyclean-am 899 900distclean: distclean-recursive 901 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 902 -rm -f Makefile 903distclean-am: clean-am distclean-generic distclean-hdr \ 904 distclean-libtool distclean-tags 905 906dvi: dvi-recursive 907 908dvi-am: 909 910html: html-recursive 911 912html-am: 913 914info: info-recursive 915 916info-am: 917 918install-data-am: install-libXfontincludeHEADERS \ 919 install-nodist_libXfontincludeHEADERS install-pkgconfigDATA 920 921install-dvi: install-dvi-recursive 922 923install-dvi-am: 924 925install-exec-am: 926 927install-html: install-html-recursive 928 929install-html-am: 930 931install-info: install-info-recursive 932 933install-info-am: 934 935install-man: 936 937install-pdf: install-pdf-recursive 938 939install-pdf-am: 940 941install-ps: install-ps-recursive 942 943install-ps-am: 944 945installcheck-am: 946 947maintainer-clean: maintainer-clean-recursive 948 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 949 -rm -rf $(top_srcdir)/autom4te.cache 950 -rm -f Makefile 951maintainer-clean-am: distclean-am maintainer-clean-generic 952 953mostlyclean: mostlyclean-recursive 954 955mostlyclean-am: mostlyclean-generic mostlyclean-libtool 956 957pdf: pdf-recursive 958 959pdf-am: 960 961ps: ps-recursive 962 963ps-am: 964 965uninstall-am: uninstall-libXfontincludeHEADERS \ 966 uninstall-nodist_libXfontincludeHEADERS \ 967 uninstall-pkgconfigDATA 968 969.MAKE: $(am__recursive_targets) all install-am install-strip 970 971.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 972 am--refresh check check-am clean clean-cscope clean-generic \ 973 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 974 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 975 dist-tarZ dist-xz dist-zip distcheck distclean \ 976 distclean-generic distclean-hdr distclean-libtool \ 977 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 978 dvi-am html html-am info info-am install install-am \ 979 install-data install-data-am install-dvi install-dvi-am \ 980 install-exec install-exec-am install-html install-html-am \ 981 install-info install-info-am install-libXfontincludeHEADERS \ 982 install-man install-nodist_libXfontincludeHEADERS install-pdf \ 983 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 984 install-strip installcheck installcheck-am installdirs \ 985 installdirs-am maintainer-clean maintainer-clean-generic \ 986 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 987 ps ps-am tags tags-am uninstall uninstall-am \ 988 uninstall-libXfontincludeHEADERS \ 989 uninstall-nodist_libXfontincludeHEADERS \ 990 uninstall-pkgconfigDATA 991 992 993.PHONY: ChangeLog INSTALL 994 995INSTALL: 996 $(INSTALL_CMD) 997 998ChangeLog: 999 $(CHANGELOG_CMD) 1000 1001dist-hook: ChangeLog INSTALL 1002 1003# Tell versions [3.59,3.63) of GNU make to not export all variables. 1004# Otherwise a system limit (for SysV at least) may be exceeded. 1005.NOEXPORT: 1006