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