Makefile.in revision d466db85
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@ 17 18# 19# Copyright 2005 Red Hat, Inc. 20# 21# Permission to use, copy, modify, distribute, and sell this software 22# and its documentation for any purpose is hereby granted without fee, 23# provided that the above copyright notice appear in all copies and that 24# both that copyright notice and this permission notice appear in 25# supporting documentation, and that the name of Red Hat not be used in 26# advertising or publicity pertaining to distribution of the software 27# without specific, written prior permission. Red Hat makes no 28# representations about the suitability of this software for any 29# purpose. It is provided "as is" without express or implied warranty. 30# 31# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 33# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 35# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 36# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 37# PERFORMANCE OF THIS SOFTWARE. 38 39 40VPATH = @srcdir@ 41pkgdatadir = $(datadir)/@PACKAGE@ 42pkgincludedir = $(includedir)/@PACKAGE@ 43pkglibdir = $(libdir)/@PACKAGE@ 44pkglibexecdir = $(libexecdir)/@PACKAGE@ 45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 46install_sh_DATA = $(install_sh) -c -m 644 47install_sh_PROGRAM = $(install_sh) -c 48install_sh_SCRIPT = $(install_sh) -c 49INSTALL_HEADER = $(INSTALL_DATA) 50transform = $(program_transform_name) 51NORMAL_INSTALL = : 52PRE_INSTALL = : 53POST_INSTALL = : 54NORMAL_UNINSTALL = : 55PRE_UNINSTALL = : 56POST_UNINSTALL = : 57build_triplet = @build@ 58host_triplet = @host@ 59subdir = . 60DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 61 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ 62 ChangeLog INSTALL NEWS config.guess config.sub install-sh \ 63 missing 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/configure.ac 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 69 configure.lineno config.status.lineno 70mkinstalldirs = $(install_sh) -d 71CONFIG_CLEAN_FILES = 72CONFIG_CLEAN_VPATH_FILES = 73am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 74am__vpath_adj = case $$p in \ 75 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 76 *) f=$$p;; \ 77 esac; 78am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 79am__install_max = 40 80am__nobase_strip_setup = \ 81 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 82am__nobase_strip = \ 83 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 84am__nobase_list = $(am__nobase_strip_setup); \ 85 for p in $$list; do echo "$$p $$p"; done | \ 86 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 87 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 88 if (++n[$$2] == $(am__install_max)) \ 89 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 90 END { for (dir in files) print dir, files[dir] }' 91am__base_list = \ 92 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 93 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 94am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" 95SCRIPTS = $(bin_SCRIPTS) 96AM_V_GEN = $(am__v_GEN_$(V)) 97am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 98am__v_GEN_0 = @echo " GEN " $@; 99AM_V_at = $(am__v_at_$(V)) 100am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 101am__v_at_0 = @ 102SOURCES = 103DIST_SOURCES = 104DATA = $(appman_DATA) 105DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 106distdir = $(PACKAGE)-$(VERSION) 107top_distdir = $(distdir) 108am__remove_distdir = \ 109 { test ! -d "$(distdir)" \ 110 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 111 && rm -fr "$(distdir)"; }; } 112DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 113GZIP_ENV = --best 114distuninstallcheck_listfiles = find . -type f -print 115ACLOCAL = @ACLOCAL@ 116ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 117ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 118AMTAR = @AMTAR@ 119AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 120APP_MAN_DIR = @APP_MAN_DIR@ 121APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 122AUTOCONF = @AUTOCONF@ 123AUTOHEADER = @AUTOHEADER@ 124AUTOMAKE = @AUTOMAKE@ 125AWK = @AWK@ 126CC = @CC@ 127CCDEPMODE = @CCDEPMODE@ 128CFLAGS = @CFLAGS@ 129CHANGELOG_CMD = @CHANGELOG_CMD@ 130CPP = @CPP@ 131CPPFLAGS = @CPPFLAGS@ 132CWARNFLAGS = @CWARNFLAGS@ 133CYGPATH_W = @CYGPATH_W@ 134DEFS = @DEFS@ 135DEPDIR = @DEPDIR@ 136DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 137DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 138ECHO_C = @ECHO_C@ 139ECHO_N = @ECHO_N@ 140ECHO_T = @ECHO_T@ 141EGREP = @EGREP@ 142EXEEXT = @EXEEXT@ 143FILE_MAN_DIR = @FILE_MAN_DIR@ 144FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 145GREP = @GREP@ 146INSTALL = @INSTALL@ 147INSTALL_DATA = @INSTALL_DATA@ 148INSTALL_PROGRAM = @INSTALL_PROGRAM@ 149INSTALL_SCRIPT = @INSTALL_SCRIPT@ 150INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 151LDFLAGS = @LDFLAGS@ 152LIBOBJS = @LIBOBJS@ 153LIBS = @LIBS@ 154LIB_MAN_DIR = @LIB_MAN_DIR@ 155LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 156LTLIBOBJS = @LTLIBOBJS@ 157MAINT = @MAINT@ 158MAKEINFO = @MAKEINFO@ 159MISC_MAN_DIR = @MISC_MAN_DIR@ 160MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 161MKDIR_P = @MKDIR_P@ 162OBJEXT = @OBJEXT@ 163PACKAGE = @PACKAGE@ 164PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 165PACKAGE_NAME = @PACKAGE_NAME@ 166PACKAGE_STRING = @PACKAGE_STRING@ 167PACKAGE_TARNAME = @PACKAGE_TARNAME@ 168PACKAGE_VERSION = @PACKAGE_VERSION@ 169PATH_SEPARATOR = @PATH_SEPARATOR@ 170SED = @SED@ 171SET_MAKE = @SET_MAKE@ 172SHELL = @SHELL@ 173STRIP = @STRIP@ 174VERSION = @VERSION@ 175abs_builddir = @abs_builddir@ 176abs_srcdir = @abs_srcdir@ 177abs_top_builddir = @abs_top_builddir@ 178abs_top_srcdir = @abs_top_srcdir@ 179ac_ct_CC = @ac_ct_CC@ 180am__include = @am__include@ 181am__leading_dot = @am__leading_dot@ 182am__quote = @am__quote@ 183am__tar = @am__tar@ 184am__untar = @am__untar@ 185bindir = @bindir@ 186build = @build@ 187build_alias = @build_alias@ 188build_cpu = @build_cpu@ 189build_os = @build_os@ 190build_vendor = @build_vendor@ 191builddir = @builddir@ 192datadir = @datadir@ 193datarootdir = @datarootdir@ 194distcleancheck_listfiles = @distcleancheck_listfiles@ 195docdir = @docdir@ 196dvidir = @dvidir@ 197exec_prefix = @exec_prefix@ 198host = @host@ 199host_alias = @host_alias@ 200host_cpu = @host_cpu@ 201host_os = @host_os@ 202host_vendor = @host_vendor@ 203htmldir = @htmldir@ 204includedir = @includedir@ 205infodir = @infodir@ 206install_sh = @install_sh@ 207libdir = @libdir@ 208libexecdir = @libexecdir@ 209localedir = @localedir@ 210localstatedir = @localstatedir@ 211mandir = @mandir@ 212mkdir_p = @mkdir_p@ 213oldincludedir = @oldincludedir@ 214pdfdir = @pdfdir@ 215prefix = @prefix@ 216program_transform_name = @program_transform_name@ 217psdir = @psdir@ 218sbindir = @sbindir@ 219sharedstatedir = @sharedstatedir@ 220srcdir = @srcdir@ 221sysconfdir = @sysconfdir@ 222target_alias = @target_alias@ 223top_build_prefix = @top_build_prefix@ 224top_builddir = @top_builddir@ 225top_srcdir = @top_srcdir@ 226bin_SCRIPTS = mkfontdir 227appman_PRE = mkfontdir.man 228EXTRA_DIST = mkfontdir.cpp $(appman_PRE) ChangeLog 229CLEANFILES = $(bin_SCRIPTS) $(appman_DATA) 230appmandir = $(APP_MAN_DIR) 231appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 232 233# Strings to replace in man pages 234XORGRELSTRING = @PACKAGE_STRING@ 235XORGMANNAME = X Version 11 236MAN_SUBSTS = \ 237 -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 238 -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 239 -e 's|__xservername__|Xorg|g' \ 240 -e 's|__xconfigfile__|xorg.conf|g' \ 241 -e 's|__projectroot__|$(prefix)|g' \ 242 -e 's|__apploaddir__|$(appdefaultdir)|' \ 243 -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ 244 -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ 245 -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ 246 -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ 247 -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 248 249SUFFIXES = .$(APP_MAN_SUFFIX) .man .cpp 250MAINTAINERCLEANFILES = ChangeLog 251all: all-am 252 253.SUFFIXES: 254.SUFFIXES: .$(APP_MAN_SUFFIX) .man .cpp 255am--refresh: 256 @: 257$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 258 @for dep in $?; do \ 259 case '$(am__configure_deps)' in \ 260 *$$dep*) \ 261 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 262 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 263 && exit 0; \ 264 exit 1;; \ 265 esac; \ 266 done; \ 267 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 268 $(am__cd) $(top_srcdir) && \ 269 $(AUTOMAKE) --foreign Makefile 270.PRECIOUS: Makefile 271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 272 @case '$?' in \ 273 *config.status*) \ 274 echo ' $(SHELL) ./config.status'; \ 275 $(SHELL) ./config.status;; \ 276 *) \ 277 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 278 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 279 esac; 280 281$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 282 $(SHELL) ./config.status --recheck 283 284$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 285 $(am__cd) $(srcdir) && $(AUTOCONF) 286$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 287 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 288$(am__aclocal_m4_deps): 289install-binSCRIPTS: $(bin_SCRIPTS) 290 @$(NORMAL_INSTALL) 291 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 292 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 293 for p in $$list; do \ 294 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 295 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 296 done | \ 297 sed -e 'p;s,.*/,,;n' \ 298 -e 'h;s|.*|.|' \ 299 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 300 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 301 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 302 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 303 if (++n[d] == $(am__install_max)) { \ 304 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 305 else { print "f", d "/" $$4, $$1 } } \ 306 END { for (d in files) print "f", d, files[d] }' | \ 307 while read type dir files; do \ 308 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 309 test -z "$$files" || { \ 310 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 311 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 312 } \ 313 ; done 314 315uninstall-binSCRIPTS: 316 @$(NORMAL_UNINSTALL) 317 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 318 files=`for p in $$list; do echo "$$p"; done | \ 319 sed -e 's,.*/,,;$(transform)'`; \ 320 test -n "$$list" || exit 0; \ 321 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 322 cd "$(DESTDIR)$(bindir)" && rm -f $$files 323install-appmanDATA: $(appman_DATA) 324 @$(NORMAL_INSTALL) 325 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 326 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 327 for p in $$list; do \ 328 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 329 echo "$$d$$p"; \ 330 done | $(am__base_list) | \ 331 while read files; do \ 332 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 333 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 334 done 335 336uninstall-appmanDATA: 337 @$(NORMAL_UNINSTALL) 338 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 339 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 340 test -n "$$files" || exit 0; \ 341 echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \ 342 cd "$(DESTDIR)$(appmandir)" && rm -f $$files 343tags: TAGS 344TAGS: 345 346ctags: CTAGS 347CTAGS: 348 349 350distdir: $(DISTFILES) 351 $(am__remove_distdir) 352 test -d "$(distdir)" || mkdir "$(distdir)" 353 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 354 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 355 list='$(DISTFILES)'; \ 356 dist_files=`for file in $$list; do echo $$file; done | \ 357 sed -e "s|^$$srcdirstrip/||;t" \ 358 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 359 case $$dist_files in \ 360 */*) $(MKDIR_P) `echo "$$dist_files" | \ 361 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 362 sort -u` ;; \ 363 esac; \ 364 for file in $$dist_files; do \ 365 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 366 if test -d $$d/$$file; then \ 367 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 368 if test -d "$(distdir)/$$file"; then \ 369 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 370 fi; \ 371 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 372 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 373 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 374 fi; \ 375 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 376 else \ 377 test -f "$(distdir)/$$file" \ 378 || cp -p $$d/$$file "$(distdir)/$$file" \ 379 || exit 1; \ 380 fi; \ 381 done 382 $(MAKE) $(AM_MAKEFLAGS) \ 383 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 384 dist-hook 385 -test -n "$(am__skip_mode_fix)" \ 386 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 387 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 388 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 389 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 390 || chmod -R a+r "$(distdir)" 391dist-gzip: distdir 392 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 393 $(am__remove_distdir) 394dist-bzip2: distdir 395 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 396 $(am__remove_distdir) 397 398dist-lzma: distdir 399 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 400 $(am__remove_distdir) 401 402dist-xz: distdir 403 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 404 $(am__remove_distdir) 405 406dist-tarZ: distdir 407 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 408 $(am__remove_distdir) 409 410dist-shar: distdir 411 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 412 $(am__remove_distdir) 413 414dist-zip: distdir 415 -rm -f $(distdir).zip 416 zip -rq $(distdir).zip $(distdir) 417 $(am__remove_distdir) 418 419dist dist-all: distdir 420 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 421 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 422 $(am__remove_distdir) 423 424# This target untars the dist file and tries a VPATH configuration. Then 425# it guarantees that the distribution is self-contained by making another 426# tarfile. 427distcheck: dist 428 case '$(DIST_ARCHIVES)' in \ 429 *.tar.gz*) \ 430 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 431 *.tar.bz2*) \ 432 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 433 *.tar.lzma*) \ 434 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 435 *.tar.xz*) \ 436 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 437 *.tar.Z*) \ 438 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 439 *.shar.gz*) \ 440 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 441 *.zip*) \ 442 unzip $(distdir).zip ;;\ 443 esac 444 chmod -R a-w $(distdir); chmod a+w $(distdir) 445 mkdir $(distdir)/_build 446 mkdir $(distdir)/_inst 447 chmod a-w $(distdir) 448 test -d $(distdir)/_build || exit 0; \ 449 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 450 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 451 && am__cwd=`pwd` \ 452 && $(am__cd) $(distdir)/_build \ 453 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 454 $(DISTCHECK_CONFIGURE_FLAGS) \ 455 && $(MAKE) $(AM_MAKEFLAGS) \ 456 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 457 && $(MAKE) $(AM_MAKEFLAGS) check \ 458 && $(MAKE) $(AM_MAKEFLAGS) install \ 459 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 460 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 461 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 462 distuninstallcheck \ 463 && chmod -R a-w "$$dc_install_base" \ 464 && ({ \ 465 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 466 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 467 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 468 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 469 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 470 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 471 && rm -rf "$$dc_destdir" \ 472 && $(MAKE) $(AM_MAKEFLAGS) dist \ 473 && rm -rf $(DIST_ARCHIVES) \ 474 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 475 && cd "$$am__cwd" \ 476 || exit 1 477 $(am__remove_distdir) 478 @(echo "$(distdir) archives ready for distribution: "; \ 479 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 480 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 481distuninstallcheck: 482 @$(am__cd) '$(distuninstallcheck_dir)' \ 483 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 484 || { echo "ERROR: files left after uninstall:" ; \ 485 if test -n "$(DESTDIR)"; then \ 486 echo " (check DESTDIR support)"; \ 487 fi ; \ 488 $(distuninstallcheck_listfiles) ; \ 489 exit 1; } >&2 490distcleancheck: distclean 491 @if test '$(srcdir)' = . ; then \ 492 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 493 exit 1 ; \ 494 fi 495 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 496 || { echo "ERROR: files left in build directory after distclean:" ; \ 497 $(distcleancheck_listfiles) ; \ 498 exit 1; } >&2 499check-am: all-am 500check: check-am 501all-am: Makefile $(SCRIPTS) $(DATA) 502installdirs: 503 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 504 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 505 done 506install: install-am 507install-exec: install-exec-am 508install-data: install-data-am 509uninstall: uninstall-am 510 511install-am: all-am 512 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 513 514installcheck: installcheck-am 515install-strip: 516 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 517 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 518 `test -z '$(STRIP)' || \ 519 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 520mostlyclean-generic: 521 522clean-generic: 523 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 524 525distclean-generic: 526 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 527 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 528 529maintainer-clean-generic: 530 @echo "This command is intended for maintainers to use" 531 @echo "it deletes files that may require special tools to rebuild." 532 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 533clean: clean-am 534 535clean-am: clean-generic mostlyclean-am 536 537distclean: distclean-am 538 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 539 -rm -f Makefile 540distclean-am: clean-am distclean-generic 541 542dvi: dvi-am 543 544dvi-am: 545 546html: html-am 547 548html-am: 549 550info: info-am 551 552info-am: 553 554install-data-am: install-appmanDATA 555 556install-dvi: install-dvi-am 557 558install-dvi-am: 559 560install-exec-am: install-binSCRIPTS 561 562install-html: install-html-am 563 564install-html-am: 565 566install-info: install-info-am 567 568install-info-am: 569 570install-man: 571 572install-pdf: install-pdf-am 573 574install-pdf-am: 575 576install-ps: install-ps-am 577 578install-ps-am: 579 580installcheck-am: 581 582maintainer-clean: maintainer-clean-am 583 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 584 -rm -rf $(top_srcdir)/autom4te.cache 585 -rm -f Makefile 586maintainer-clean-am: distclean-am maintainer-clean-generic 587 588mostlyclean: mostlyclean-am 589 590mostlyclean-am: mostlyclean-generic 591 592pdf: pdf-am 593 594pdf-am: 595 596ps: ps-am 597 598ps-am: 599 600uninstall-am: uninstall-appmanDATA uninstall-binSCRIPTS 601 602.MAKE: install-am install-strip 603 604.PHONY: all all-am am--refresh check check-am clean clean-generic dist \ 605 dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \ 606 dist-tarZ dist-xz dist-zip distcheck distclean \ 607 distclean-generic distcleancheck distdir distuninstallcheck \ 608 dvi dvi-am html html-am info info-am install install-am \ 609 install-appmanDATA install-binSCRIPTS install-data \ 610 install-data-am install-dvi install-dvi-am install-exec \ 611 install-exec-am install-html install-html-am install-info \ 612 install-info-am install-man install-pdf install-pdf-am \ 613 install-ps install-ps-am install-strip installcheck \ 614 installcheck-am installdirs maintainer-clean \ 615 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 616 pdf-am ps ps-am uninstall uninstall-am uninstall-appmanDATA \ 617 uninstall-binSCRIPTS 618 619 620.cpp: 621 $(AM_V_GEN)$(SED) s,BINDIR,`echo @bindir@/mkfontscale | $(SED) s,/[^/]*$$,,`, < $< | $(SED) s/XCOMM/\#/ > $@ 622 623.man.$(APP_MAN_SUFFIX): 624 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 625 626.PHONY: ChangeLog 627 628ChangeLog: 629 $(CHANGELOG_CMD) 630 631dist-hook: ChangeLog 632 633# Tell versions [3.59,3.63) of GNU make to not export all variables. 634# Otherwise a system limit (for SysV at least) may be exceeded. 635.NOEXPORT: 636