Makefile.in revision b042e37f
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 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# $Id: Makefile.in,v 1.1.1.1 2008/07/30 02:55:53 mrg Exp $ 19# 20# Copyright © 2003 Keith Packard, Noah Levitt 21# 22# Permission to use, copy, modify, distribute, and sell this software and its 23# documentation for any purpose is hereby granted without fee, provided that 24# the above copyright notice appear in all copies and that both that 25# copyright notice and this permission notice appear in supporting 26# documentation, and that the name of Keith Packard not be used in 27# advertising or publicity pertaining to distribution of the software without 28# specific, written prior permission. Keith Packard makes no 29# representations about the suitability of this software for any purpose. It 30# is provided "as is" without express or implied warranty. 31# 32# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 34# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 35# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 36# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 37# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38# PERFORMANCE OF THIS SOFTWARE. 39 40VPATH = @srcdir@ 41pkgdatadir = $(datadir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkgincludedir = $(includedir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58subdir = . 59DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 60 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 61 $(srcdir)/xrandr.pc.in $(top_srcdir)/configure AUTHORS COPYING \ 62 ChangeLog INSTALL NEWS config.guess config.sub depcomp \ 63 install-sh ltmain.sh 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_HEADER = config.h 72CONFIG_CLEAN_FILES = xrandr.pc 73SOURCES = 74DIST_SOURCES = 75RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 76 html-recursive info-recursive install-data-recursive \ 77 install-dvi-recursive install-exec-recursive \ 78 install-html-recursive install-info-recursive \ 79 install-pdf-recursive install-ps-recursive install-recursive \ 80 installcheck-recursive installdirs-recursive pdf-recursive \ 81 ps-recursive uninstall-recursive 82am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 83am__vpath_adj = case $$p in \ 84 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 85 *) f=$$p;; \ 86 esac; 87am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 88am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 89pkgconfigDATA_INSTALL = $(INSTALL_DATA) 90DATA = $(pkgconfig_DATA) 91RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 92 distclean-recursive maintainer-clean-recursive 93ETAGS = etags 94CTAGS = ctags 95DIST_SUBDIRS = $(SUBDIRS) 96DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 97distdir = $(PACKAGE)-$(VERSION) 98top_distdir = $(distdir) 99am__remove_distdir = \ 100 { test ! -d $(distdir) \ 101 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 102 && rm -fr $(distdir); }; } 103DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 104GZIP_ENV = --best 105distuninstallcheck_listfiles = find . -type f -print 106distcleancheck_listfiles = find . -type f -print 107ACLOCAL = @ACLOCAL@ 108ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 109ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 110AMTAR = @AMTAR@ 111APP_MAN_DIR = @APP_MAN_DIR@ 112APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 113AR = @AR@ 114AUTOCONF = @AUTOCONF@ 115AUTOHEADER = @AUTOHEADER@ 116AUTOMAKE = @AUTOMAKE@ 117AWK = @AWK@ 118CC = @CC@ 119CCDEPMODE = @CCDEPMODE@ 120CFLAGS = @CFLAGS@ 121CPP = @CPP@ 122CPPFLAGS = @CPPFLAGS@ 123CXX = @CXX@ 124CXXCPP = @CXXCPP@ 125CXXDEPMODE = @CXXDEPMODE@ 126CXXFLAGS = @CXXFLAGS@ 127CYGPATH_W = @CYGPATH_W@ 128DEFS = @DEFS@ 129DEPDIR = @DEPDIR@ 130DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 131DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 132ECHO = @ECHO@ 133ECHO_C = @ECHO_C@ 134ECHO_N = @ECHO_N@ 135ECHO_T = @ECHO_T@ 136EGREP = @EGREP@ 137EXEEXT = @EXEEXT@ 138F77 = @F77@ 139FFLAGS = @FFLAGS@ 140FILE_MAN_DIR = @FILE_MAN_DIR@ 141FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 142GREP = @GREP@ 143INSTALL = @INSTALL@ 144INSTALL_DATA = @INSTALL_DATA@ 145INSTALL_PROGRAM = @INSTALL_PROGRAM@ 146INSTALL_SCRIPT = @INSTALL_SCRIPT@ 147INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 148LDFLAGS = @LDFLAGS@ 149LIBOBJS = @LIBOBJS@ 150LIBS = @LIBS@ 151LIBTOOL = @LIBTOOL@ 152LIB_MAN_DIR = @LIB_MAN_DIR@ 153LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 154LN_S = @LN_S@ 155LTLIBOBJS = @LTLIBOBJS@ 156MAINT = @MAINT@ 157MAKEINFO = @MAKEINFO@ 158MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 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@ 170PKG_CONFIG = @PKG_CONFIG@ 171RANDR_CFLAGS = @RANDR_CFLAGS@ 172RANDR_LIBS = @RANDR_LIBS@ 173RANDR_VERSION = @RANDR_VERSION@ 174RANLIB = @RANLIB@ 175SET_MAKE = @SET_MAKE@ 176SHELL = @SHELL@ 177STRIP = @STRIP@ 178VERSION = @VERSION@ 179XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 180XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 181X_CFLAGS = @X_CFLAGS@ 182X_LIBS = @X_LIBS@ 183abs_builddir = @abs_builddir@ 184abs_srcdir = @abs_srcdir@ 185abs_top_builddir = @abs_top_builddir@ 186abs_top_srcdir = @abs_top_srcdir@ 187ac_ct_CC = @ac_ct_CC@ 188ac_ct_CXX = @ac_ct_CXX@ 189ac_ct_F77 = @ac_ct_F77@ 190am__include = @am__include@ 191am__leading_dot = @am__leading_dot@ 192am__quote = @am__quote@ 193am__tar = @am__tar@ 194am__untar = @am__untar@ 195bindir = @bindir@ 196build = @build@ 197build_alias = @build_alias@ 198build_cpu = @build_cpu@ 199build_os = @build_os@ 200build_vendor = @build_vendor@ 201builddir = @builddir@ 202datadir = @datadir@ 203datarootdir = @datarootdir@ 204docdir = @docdir@ 205dvidir = @dvidir@ 206exec_prefix = @exec_prefix@ 207host = @host@ 208host_alias = @host_alias@ 209host_cpu = @host_cpu@ 210host_os = @host_os@ 211host_vendor = @host_vendor@ 212htmldir = @htmldir@ 213includedir = @includedir@ 214infodir = @infodir@ 215install_sh = @install_sh@ 216libdir = @libdir@ 217libexecdir = @libexecdir@ 218localedir = @localedir@ 219localstatedir = @localstatedir@ 220mandir = @mandir@ 221mkdir_p = @mkdir_p@ 222oldincludedir = @oldincludedir@ 223pdfdir = @pdfdir@ 224prefix = @prefix@ 225program_transform_name = @program_transform_name@ 226psdir = @psdir@ 227sbindir = @sbindir@ 228sharedstatedir = @sharedstatedir@ 229srcdir = @srcdir@ 230sysconfdir = @sysconfdir@ 231target_alias = @target_alias@ 232top_builddir = @top_builddir@ 233top_srcdir = @top_srcdir@ 234SUBDIRS = src man 235AM_CFLAGS = $(RANDR_CFLAGS) $(X_CFLAGS) 236pkgconfigdir = $(libdir)/pkgconfig 237pkgconfig_DATA = xrandr.pc 238EXTRA_DIST = xrandr.pc.in autogen.sh 239all: config.h 240 $(MAKE) $(AM_MAKEFLAGS) all-recursive 241 242.SUFFIXES: 243am--refresh: 244 @: 245$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 246 @for dep in $?; do \ 247 case '$(am__configure_deps)' in \ 248 *$$dep*) \ 249 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 250 cd $(srcdir) && $(AUTOMAKE) --gnu \ 251 && exit 0; \ 252 exit 1;; \ 253 esac; \ 254 done; \ 255 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 256 cd $(top_srcdir) && \ 257 $(AUTOMAKE) --gnu Makefile 258.PRECIOUS: Makefile 259Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 260 @case '$?' in \ 261 *config.status*) \ 262 echo ' $(SHELL) ./config.status'; \ 263 $(SHELL) ./config.status;; \ 264 *) \ 265 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 266 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 267 esac; 268 269$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 270 $(SHELL) ./config.status --recheck 271 272$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 273 cd $(srcdir) && $(AUTOCONF) 274$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 275 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 276 277config.h: stamp-h1 278 @if test ! -f $@; then \ 279 rm -f stamp-h1; \ 280 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 281 else :; fi 282 283stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 284 @rm -f stamp-h1 285 cd $(top_builddir) && $(SHELL) ./config.status config.h 286$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 287 cd $(top_srcdir) && $(AUTOHEADER) 288 rm -f stamp-h1 289 touch $@ 290 291distclean-hdr: 292 -rm -f config.h stamp-h1 293xrandr.pc: $(top_builddir)/config.status $(srcdir)/xrandr.pc.in 294 cd $(top_builddir) && $(SHELL) ./config.status $@ 295 296mostlyclean-libtool: 297 -rm -f *.lo 298 299clean-libtool: 300 -rm -rf .libs _libs 301 302distclean-libtool: 303 -rm -f libtool 304install-pkgconfigDATA: $(pkgconfig_DATA) 305 @$(NORMAL_INSTALL) 306 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 307 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 308 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 309 f=$(am__strip_dir) \ 310 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 311 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 312 done 313 314uninstall-pkgconfigDATA: 315 @$(NORMAL_UNINSTALL) 316 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 317 f=$(am__strip_dir) \ 318 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 319 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 320 done 321 322# This directory's subdirectories are mostly independent; you can cd 323# into them and run `make' without going through this Makefile. 324# To change the values of `make' variables: instead of editing Makefiles, 325# (1) if the variable is set in `config.status', edit `config.status' 326# (which will cause the Makefiles to be regenerated when you run `make'); 327# (2) otherwise, pass the desired values on the `make' command line. 328$(RECURSIVE_TARGETS): 329 @failcom='exit 1'; \ 330 for f in x $$MAKEFLAGS; do \ 331 case $$f in \ 332 *=* | --[!k]*);; \ 333 *k*) failcom='fail=yes';; \ 334 esac; \ 335 done; \ 336 dot_seen=no; \ 337 target=`echo $@ | sed s/-recursive//`; \ 338 list='$(SUBDIRS)'; for subdir in $$list; do \ 339 echo "Making $$target in $$subdir"; \ 340 if test "$$subdir" = "."; then \ 341 dot_seen=yes; \ 342 local_target="$$target-am"; \ 343 else \ 344 local_target="$$target"; \ 345 fi; \ 346 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 347 || eval $$failcom; \ 348 done; \ 349 if test "$$dot_seen" = "no"; then \ 350 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 351 fi; test -z "$$fail" 352 353$(RECURSIVE_CLEAN_TARGETS): 354 @failcom='exit 1'; \ 355 for f in x $$MAKEFLAGS; do \ 356 case $$f in \ 357 *=* | --[!k]*);; \ 358 *k*) failcom='fail=yes';; \ 359 esac; \ 360 done; \ 361 dot_seen=no; \ 362 case "$@" in \ 363 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 364 *) list='$(SUBDIRS)' ;; \ 365 esac; \ 366 rev=''; for subdir in $$list; do \ 367 if test "$$subdir" = "."; then :; else \ 368 rev="$$subdir $$rev"; \ 369 fi; \ 370 done; \ 371 rev="$$rev ."; \ 372 target=`echo $@ | sed s/-recursive//`; \ 373 for subdir in $$rev; do \ 374 echo "Making $$target in $$subdir"; \ 375 if test "$$subdir" = "."; then \ 376 local_target="$$target-am"; \ 377 else \ 378 local_target="$$target"; \ 379 fi; \ 380 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 381 || eval $$failcom; \ 382 done && test -z "$$fail" 383tags-recursive: 384 list='$(SUBDIRS)'; for subdir in $$list; do \ 385 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 386 done 387ctags-recursive: 388 list='$(SUBDIRS)'; for subdir in $$list; do \ 389 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 390 done 391 392ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 393 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 394 unique=`for i in $$list; do \ 395 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 396 done | \ 397 $(AWK) ' { files[$$0] = 1; } \ 398 END { for (i in files) print i; }'`; \ 399 mkid -fID $$unique 400tags: TAGS 401 402TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 403 $(TAGS_FILES) $(LISP) 404 tags=; \ 405 here=`pwd`; \ 406 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 407 include_option=--etags-include; \ 408 empty_fix=.; \ 409 else \ 410 include_option=--include; \ 411 empty_fix=; \ 412 fi; \ 413 list='$(SUBDIRS)'; for subdir in $$list; do \ 414 if test "$$subdir" = .; then :; else \ 415 test ! -f $$subdir/TAGS || \ 416 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 417 fi; \ 418 done; \ 419 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 420 unique=`for i in $$list; do \ 421 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 422 done | \ 423 $(AWK) ' { files[$$0] = 1; } \ 424 END { for (i in files) print i; }'`; \ 425 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 426 test -n "$$unique" || unique=$$empty_fix; \ 427 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 428 $$tags $$unique; \ 429 fi 430ctags: CTAGS 431CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 432 $(TAGS_FILES) $(LISP) 433 tags=; \ 434 here=`pwd`; \ 435 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 436 unique=`for i in $$list; do \ 437 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 438 done | \ 439 $(AWK) ' { files[$$0] = 1; } \ 440 END { for (i in files) print i; }'`; \ 441 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 442 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 443 $$tags $$unique 444 445GTAGS: 446 here=`$(am__cd) $(top_builddir) && pwd` \ 447 && cd $(top_srcdir) \ 448 && gtags -i $(GTAGS_ARGS) $$here 449 450distclean-tags: 451 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 452 453distdir: $(DISTFILES) 454 $(am__remove_distdir) 455 test -d $(distdir) || mkdir $(distdir) 456 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 457 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 458 list='$(DISTFILES)'; \ 459 dist_files=`for file in $$list; do echo $$file; done | \ 460 sed -e "s|^$$srcdirstrip/||;t" \ 461 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 462 case $$dist_files in \ 463 */*) $(MKDIR_P) `echo "$$dist_files" | \ 464 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 465 sort -u` ;; \ 466 esac; \ 467 for file in $$dist_files; do \ 468 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 469 if test -d $$d/$$file; then \ 470 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 471 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 472 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 473 fi; \ 474 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 475 else \ 476 test -f $(distdir)/$$file \ 477 || cp -p $$d/$$file $(distdir)/$$file \ 478 || exit 1; \ 479 fi; \ 480 done 481 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 482 if test "$$subdir" = .; then :; else \ 483 test -d "$(distdir)/$$subdir" \ 484 || $(MKDIR_P) "$(distdir)/$$subdir" \ 485 || exit 1; \ 486 distdir=`$(am__cd) $(distdir) && pwd`; \ 487 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 488 (cd $$subdir && \ 489 $(MAKE) $(AM_MAKEFLAGS) \ 490 top_distdir="$$top_distdir" \ 491 distdir="$$distdir/$$subdir" \ 492 am__remove_distdir=: \ 493 am__skip_length_check=: \ 494 distdir) \ 495 || exit 1; \ 496 fi; \ 497 done 498 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 499 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 500 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 501 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 502 || chmod -R a+r $(distdir) 503dist-gzip: distdir 504 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 505 $(am__remove_distdir) 506dist-bzip2: distdir 507 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 508 $(am__remove_distdir) 509 510dist-tarZ: distdir 511 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 512 $(am__remove_distdir) 513 514dist-shar: distdir 515 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 516 $(am__remove_distdir) 517 518dist-zip: distdir 519 -rm -f $(distdir).zip 520 zip -rq $(distdir).zip $(distdir) 521 $(am__remove_distdir) 522 523dist dist-all: distdir 524 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 525 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 526 $(am__remove_distdir) 527 528# This target untars the dist file and tries a VPATH configuration. Then 529# it guarantees that the distribution is self-contained by making another 530# tarfile. 531distcheck: dist 532 case '$(DIST_ARCHIVES)' in \ 533 *.tar.gz*) \ 534 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 535 *.tar.bz2*) \ 536 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 537 *.tar.Z*) \ 538 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 539 *.shar.gz*) \ 540 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 541 *.zip*) \ 542 unzip $(distdir).zip ;;\ 543 esac 544 chmod -R a-w $(distdir); chmod a+w $(distdir) 545 mkdir $(distdir)/_build 546 mkdir $(distdir)/_inst 547 chmod a-w $(distdir) 548 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 549 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 550 && cd $(distdir)/_build \ 551 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 552 $(DISTCHECK_CONFIGURE_FLAGS) \ 553 && $(MAKE) $(AM_MAKEFLAGS) \ 554 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 555 && $(MAKE) $(AM_MAKEFLAGS) check \ 556 && $(MAKE) $(AM_MAKEFLAGS) install \ 557 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 558 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 559 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 560 distuninstallcheck \ 561 && chmod -R a-w "$$dc_install_base" \ 562 && ({ \ 563 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 564 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 565 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 566 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 567 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 568 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 569 && rm -rf "$$dc_destdir" \ 570 && $(MAKE) $(AM_MAKEFLAGS) dist \ 571 && rm -rf $(DIST_ARCHIVES) \ 572 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 573 $(am__remove_distdir) 574 @(echo "$(distdir) archives ready for distribution: "; \ 575 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 576 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 577distuninstallcheck: 578 @cd $(distuninstallcheck_dir) \ 579 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 580 || { echo "ERROR: files left after uninstall:" ; \ 581 if test -n "$(DESTDIR)"; then \ 582 echo " (check DESTDIR support)"; \ 583 fi ; \ 584 $(distuninstallcheck_listfiles) ; \ 585 exit 1; } >&2 586distcleancheck: distclean 587 @if test '$(srcdir)' = . ; then \ 588 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 589 exit 1 ; \ 590 fi 591 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 592 || { echo "ERROR: files left in build directory after distclean:" ; \ 593 $(distcleancheck_listfiles) ; \ 594 exit 1; } >&2 595check-am: all-am 596check: check-recursive 597all-am: Makefile $(DATA) config.h 598installdirs: installdirs-recursive 599installdirs-am: 600 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 601 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 602 done 603install: install-recursive 604install-exec: install-exec-recursive 605install-data: install-data-recursive 606uninstall: uninstall-recursive 607 608install-am: all-am 609 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 610 611installcheck: installcheck-recursive 612install-strip: 613 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 614 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 615 `test -z '$(STRIP)' || \ 616 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 617mostlyclean-generic: 618 619clean-generic: 620 621distclean-generic: 622 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 623 624maintainer-clean-generic: 625 @echo "This command is intended for maintainers to use" 626 @echo "it deletes files that may require special tools to rebuild." 627clean: clean-recursive 628 629clean-am: clean-generic clean-libtool mostlyclean-am 630 631distclean: distclean-recursive 632 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 633 -rm -f Makefile 634distclean-am: clean-am distclean-generic distclean-hdr \ 635 distclean-libtool distclean-tags 636 637dvi: dvi-recursive 638 639dvi-am: 640 641html: html-recursive 642 643info: info-recursive 644 645info-am: 646 647install-data-am: install-pkgconfigDATA 648 649install-dvi: install-dvi-recursive 650 651install-exec-am: 652 653install-html: install-html-recursive 654 655install-info: install-info-recursive 656 657install-man: 658 659install-pdf: install-pdf-recursive 660 661install-ps: install-ps-recursive 662 663installcheck-am: 664 665maintainer-clean: maintainer-clean-recursive 666 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 667 -rm -rf $(top_srcdir)/autom4te.cache 668 -rm -f Makefile 669maintainer-clean-am: distclean-am maintainer-clean-generic 670 671mostlyclean: mostlyclean-recursive 672 673mostlyclean-am: mostlyclean-generic mostlyclean-libtool 674 675pdf: pdf-recursive 676 677pdf-am: 678 679ps: ps-recursive 680 681ps-am: 682 683uninstall-am: uninstall-pkgconfigDATA 684 685.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 686 install-strip 687 688.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 689 all all-am am--refresh check check-am clean clean-generic \ 690 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 691 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ 692 distclean-generic distclean-hdr distclean-libtool \ 693 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 694 dvi-am html html-am info info-am install install-am \ 695 install-data install-data-am install-dvi install-dvi-am \ 696 install-exec install-exec-am install-html install-html-am \ 697 install-info install-info-am install-man install-pdf \ 698 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 699 install-strip installcheck installcheck-am installdirs \ 700 installdirs-am maintainer-clean maintainer-clean-generic \ 701 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 702 ps ps-am tags tags-recursive uninstall uninstall-am \ 703 uninstall-pkgconfigDATA 704 705# Tell versions [3.59,3.63) of GNU make to not export all variables. 706# Otherwise a system limit (for SysV at least) may be exceeded. 707.NOEXPORT: 708