Makefile.in revision 15fb4814
1# Makefile.in generated by automake 1.9.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005 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# Copyright 2005 Adam Jackson. 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36srcdir = @srcdir@ 37top_srcdir = @top_srcdir@ 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkglibdir = $(libdir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42top_builddir = . 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44INSTALL = @INSTALL@ 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@ 58DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ 59 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 60 $(top_srcdir)/configure COPYING ChangeLog config.guess \ 61 config.sub depcomp install-sh ltmain.sh missing 62subdir = . 63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 64am__aclocal_m4_deps = $(top_srcdir)/configure.ac 65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 66 $(ACLOCAL_M4) 67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 68 configure.lineno configure.status.lineno 69mkinstalldirs = $(install_sh) -d 70CONFIG_HEADER = config.h 71CONFIG_CLEAN_FILES = 72SOURCES = 73DIST_SOURCES = 74RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 75 html-recursive info-recursive install-data-recursive \ 76 install-exec-recursive install-info-recursive \ 77 install-recursive installcheck-recursive installdirs-recursive \ 78 pdf-recursive ps-recursive uninstall-info-recursive \ 79 uninstall-recursive 80ETAGS = etags 81CTAGS = ctags 82DIST_SUBDIRS = $(SUBDIRS) 83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 84distdir = $(PACKAGE)-$(VERSION) 85top_distdir = $(distdir) 86am__remove_distdir = \ 87 { test ! -d $(distdir) \ 88 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 89 && rm -fr $(distdir); }; } 90DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 91GZIP_ENV = --best 92distuninstallcheck_listfiles = find . -type f -print 93distcleancheck_listfiles = find . -type f -print 94ACLOCAL = @ACLOCAL@ 95ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 96ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 97AMDEP_FALSE = @AMDEP_FALSE@ 98AMDEP_TRUE = @AMDEP_TRUE@ 99AMTAR = @AMTAR@ 100APP_MAN_DIR = @APP_MAN_DIR@ 101APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 102AR = @AR@ 103AUTOCONF = @AUTOCONF@ 104AUTOHEADER = @AUTOHEADER@ 105AUTOMAKE = @AUTOMAKE@ 106AWK = @AWK@ 107CC = @CC@ 108CCDEPMODE = @CCDEPMODE@ 109CFLAGS = @CFLAGS@ 110CPP = @CPP@ 111CPPFLAGS = @CPPFLAGS@ 112CXX = @CXX@ 113CXXCPP = @CXXCPP@ 114CXXDEPMODE = @CXXDEPMODE@ 115CXXFLAGS = @CXXFLAGS@ 116CYGPATH_W = @CYGPATH_W@ 117DEFS = @DEFS@ 118DEPDIR = @DEPDIR@ 119DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 120DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 121DRIVER_NAME = @DRIVER_NAME@ 122ECHO = @ECHO@ 123ECHO_C = @ECHO_C@ 124ECHO_N = @ECHO_N@ 125ECHO_T = @ECHO_T@ 126EGREP = @EGREP@ 127EXEEXT = @EXEEXT@ 128F77 = @F77@ 129FFLAGS = @FFLAGS@ 130FILE_MAN_DIR = @FILE_MAN_DIR@ 131FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 132INSTALL_DATA = @INSTALL_DATA@ 133INSTALL_PROGRAM = @INSTALL_PROGRAM@ 134INSTALL_SCRIPT = @INSTALL_SCRIPT@ 135INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 136LDFLAGS = @LDFLAGS@ 137LIBOBJS = @LIBOBJS@ 138LIBS = @LIBS@ 139LIBTOOL = @LIBTOOL@ 140LIB_MAN_DIR = @LIB_MAN_DIR@ 141LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 142LN_S = @LN_S@ 143LTLIBOBJS = @LTLIBOBJS@ 144MAINT = @MAINT@ 145MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 146MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 147MAKEINFO = @MAKEINFO@ 148MISC_MAN_DIR = @MISC_MAN_DIR@ 149MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 150OBJEXT = @OBJEXT@ 151PACKAGE = @PACKAGE@ 152PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 153PACKAGE_NAME = @PACKAGE_NAME@ 154PACKAGE_STRING = @PACKAGE_STRING@ 155PACKAGE_TARNAME = @PACKAGE_TARNAME@ 156PACKAGE_VERSION = @PACKAGE_VERSION@ 157PATH_SEPARATOR = @PATH_SEPARATOR@ 158PKG_CONFIG = @PKG_CONFIG@ 159RANLIB = @RANLIB@ 160SET_MAKE = @SET_MAKE@ 161SHELL = @SHELL@ 162STRIP = @STRIP@ 163VERSION = @VERSION@ 164XORG_CFLAGS = @XORG_CFLAGS@ 165XORG_LIBS = @XORG_LIBS@ 166ac_ct_AR = @ac_ct_AR@ 167ac_ct_CC = @ac_ct_CC@ 168ac_ct_CXX = @ac_ct_CXX@ 169ac_ct_F77 = @ac_ct_F77@ 170ac_ct_RANLIB = @ac_ct_RANLIB@ 171ac_ct_STRIP = @ac_ct_STRIP@ 172ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 173am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 174am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 175am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 176am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 177am__include = @am__include@ 178am__leading_dot = @am__leading_dot@ 179am__quote = @am__quote@ 180am__tar = @am__tar@ 181am__untar = @am__untar@ 182bindir = @bindir@ 183build = @build@ 184build_alias = @build_alias@ 185build_cpu = @build_cpu@ 186build_os = @build_os@ 187build_vendor = @build_vendor@ 188datadir = @datadir@ 189exec_prefix = @exec_prefix@ 190host = @host@ 191host_alias = @host_alias@ 192host_cpu = @host_cpu@ 193host_os = @host_os@ 194host_vendor = @host_vendor@ 195includedir = @includedir@ 196infodir = @infodir@ 197install_sh = @install_sh@ 198libdir = @libdir@ 199libexecdir = @libexecdir@ 200localstatedir = @localstatedir@ 201mandir = @mandir@ 202mkdir_p = @mkdir_p@ 203moduledir = @moduledir@ 204oldincludedir = @oldincludedir@ 205prefix = @prefix@ 206program_transform_name = @program_transform_name@ 207sbindir = @sbindir@ 208sharedstatedir = @sharedstatedir@ 209sysconfdir = @sysconfdir@ 210target_alias = @target_alias@ 211AUTOMAKE_OPTIONS = foreign 212SUBDIRS = src 213all: config.h 214 $(MAKE) $(AM_MAKEFLAGS) all-recursive 215 216.SUFFIXES: 217am--refresh: 218 @: 219$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 220 @for dep in $?; do \ 221 case '$(am__configure_deps)' in \ 222 *$$dep*) \ 223 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 224 cd $(srcdir) && $(AUTOMAKE) --foreign \ 225 && exit 0; \ 226 exit 1;; \ 227 esac; \ 228 done; \ 229 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 230 cd $(top_srcdir) && \ 231 $(AUTOMAKE) --foreign Makefile 232.PRECIOUS: Makefile 233Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 234 @case '$?' in \ 235 *config.status*) \ 236 echo ' $(SHELL) ./config.status'; \ 237 $(SHELL) ./config.status;; \ 238 *) \ 239 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 240 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 241 esac; 242 243$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 244 $(SHELL) ./config.status --recheck 245 246$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 247 cd $(srcdir) && $(AUTOCONF) 248$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 249 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 250 251config.h: stamp-h1 252 @if test ! -f $@; then \ 253 rm -f stamp-h1; \ 254 $(MAKE) stamp-h1; \ 255 else :; fi 256 257stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 258 @rm -f stamp-h1 259 cd $(top_builddir) && $(SHELL) ./config.status config.h 260$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 261 cd $(top_srcdir) && $(AUTOHEADER) 262 rm -f stamp-h1 263 touch $@ 264 265distclean-hdr: 266 -rm -f config.h stamp-h1 267 268mostlyclean-libtool: 269 -rm -f *.lo 270 271clean-libtool: 272 -rm -rf .libs _libs 273 274distclean-libtool: 275 -rm -f libtool 276uninstall-info-am: 277 278# This directory's subdirectories are mostly independent; you can cd 279# into them and run `make' without going through this Makefile. 280# To change the values of `make' variables: instead of editing Makefiles, 281# (1) if the variable is set in `config.status', edit `config.status' 282# (which will cause the Makefiles to be regenerated when you run `make'); 283# (2) otherwise, pass the desired values on the `make' command line. 284$(RECURSIVE_TARGETS): 285 @failcom='exit 1'; \ 286 for f in x $$MAKEFLAGS; do \ 287 case $$f in \ 288 *=* | --[!k]*);; \ 289 *k*) failcom='fail=yes';; \ 290 esac; \ 291 done; \ 292 dot_seen=no; \ 293 target=`echo $@ | sed s/-recursive//`; \ 294 list='$(SUBDIRS)'; for subdir in $$list; do \ 295 echo "Making $$target in $$subdir"; \ 296 if test "$$subdir" = "."; then \ 297 dot_seen=yes; \ 298 local_target="$$target-am"; \ 299 else \ 300 local_target="$$target"; \ 301 fi; \ 302 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 303 || eval $$failcom; \ 304 done; \ 305 if test "$$dot_seen" = "no"; then \ 306 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 307 fi; test -z "$$fail" 308 309mostlyclean-recursive clean-recursive distclean-recursive \ 310maintainer-clean-recursive: 311 @failcom='exit 1'; \ 312 for f in x $$MAKEFLAGS; do \ 313 case $$f in \ 314 *=* | --[!k]*);; \ 315 *k*) failcom='fail=yes';; \ 316 esac; \ 317 done; \ 318 dot_seen=no; \ 319 case "$@" in \ 320 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 321 *) list='$(SUBDIRS)' ;; \ 322 esac; \ 323 rev=''; for subdir in $$list; do \ 324 if test "$$subdir" = "."; then :; else \ 325 rev="$$subdir $$rev"; \ 326 fi; \ 327 done; \ 328 rev="$$rev ."; \ 329 target=`echo $@ | sed s/-recursive//`; \ 330 for subdir in $$rev; do \ 331 echo "Making $$target in $$subdir"; \ 332 if test "$$subdir" = "."; then \ 333 local_target="$$target-am"; \ 334 else \ 335 local_target="$$target"; \ 336 fi; \ 337 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 338 || eval $$failcom; \ 339 done && test -z "$$fail" 340tags-recursive: 341 list='$(SUBDIRS)'; for subdir in $$list; do \ 342 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 343 done 344ctags-recursive: 345 list='$(SUBDIRS)'; for subdir in $$list; do \ 346 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 347 done 348 349ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 351 unique=`for i in $$list; do \ 352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 353 done | \ 354 $(AWK) ' { files[$$0] = 1; } \ 355 END { for (i in files) print i; }'`; \ 356 mkid -fID $$unique 357tags: TAGS 358 359TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 360 $(TAGS_FILES) $(LISP) 361 tags=; \ 362 here=`pwd`; \ 363 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 364 include_option=--etags-include; \ 365 empty_fix=.; \ 366 else \ 367 include_option=--include; \ 368 empty_fix=; \ 369 fi; \ 370 list='$(SUBDIRS)'; for subdir in $$list; do \ 371 if test "$$subdir" = .; then :; else \ 372 test ! -f $$subdir/TAGS || \ 373 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 374 fi; \ 375 done; \ 376 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 377 unique=`for i in $$list; do \ 378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 379 done | \ 380 $(AWK) ' { files[$$0] = 1; } \ 381 END { for (i in files) print i; }'`; \ 382 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 383 test -n "$$unique" || unique=$$empty_fix; \ 384 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 385 $$tags $$unique; \ 386 fi 387ctags: CTAGS 388CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 389 $(TAGS_FILES) $(LISP) 390 tags=; \ 391 here=`pwd`; \ 392 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 393 unique=`for i in $$list; do \ 394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 395 done | \ 396 $(AWK) ' { files[$$0] = 1; } \ 397 END { for (i in files) print i; }'`; \ 398 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 399 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 400 $$tags $$unique 401 402GTAGS: 403 here=`$(am__cd) $(top_builddir) && pwd` \ 404 && cd $(top_srcdir) \ 405 && gtags -i $(GTAGS_ARGS) $$here 406 407distclean-tags: 408 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 409 410distdir: $(DISTFILES) 411 $(am__remove_distdir) 412 mkdir $(distdir) 413 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 414 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 415 list='$(DISTFILES)'; for file in $$list; do \ 416 case $$file in \ 417 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 418 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 419 esac; \ 420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 421 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 422 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 423 dir="/$$dir"; \ 424 $(mkdir_p) "$(distdir)$$dir"; \ 425 else \ 426 dir=''; \ 427 fi; \ 428 if test -d $$d/$$file; then \ 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 distdir) \ 451 || exit 1; \ 452 fi; \ 453 done 454 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 455 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 456 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 457 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 458 || chmod -R a+r $(distdir) 459dist-gzip: distdir 460 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 461 $(am__remove_distdir) 462dist-bzip2: distdir 463 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 464 $(am__remove_distdir) 465 466dist-tarZ: distdir 467 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 468 $(am__remove_distdir) 469 470dist-shar: distdir 471 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 472 $(am__remove_distdir) 473 474dist-zip: distdir 475 -rm -f $(distdir).zip 476 zip -rq $(distdir).zip $(distdir) 477 $(am__remove_distdir) 478 479dist dist-all: distdir 480 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 481 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 482 $(am__remove_distdir) 483 484# This target untars the dist file and tries a VPATH configuration. Then 485# it guarantees that the distribution is self-contained by making another 486# tarfile. 487distcheck: dist 488 case '$(DIST_ARCHIVES)' in \ 489 *.tar.gz*) \ 490 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 491 *.tar.bz2*) \ 492 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 493 *.tar.Z*) \ 494 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 495 *.shar.gz*) \ 496 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 497 *.zip*) \ 498 unzip $(distdir).zip ;;\ 499 esac 500 chmod -R a-w $(distdir); chmod a+w $(distdir) 501 mkdir $(distdir)/_build 502 mkdir $(distdir)/_inst 503 chmod a-w $(distdir) 504 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 505 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 506 && cd $(distdir)/_build \ 507 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 508 $(DISTCHECK_CONFIGURE_FLAGS) \ 509 && $(MAKE) $(AM_MAKEFLAGS) \ 510 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 511 && $(MAKE) $(AM_MAKEFLAGS) check \ 512 && $(MAKE) $(AM_MAKEFLAGS) install \ 513 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 514 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 515 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 516 distuninstallcheck \ 517 && chmod -R a-w "$$dc_install_base" \ 518 && ({ \ 519 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 520 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 521 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 522 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 523 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 524 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 525 && rm -rf "$$dc_destdir" \ 526 && $(MAKE) $(AM_MAKEFLAGS) dist \ 527 && rm -rf $(DIST_ARCHIVES) \ 528 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 529 $(am__remove_distdir) 530 @(echo "$(distdir) archives ready for distribution: "; \ 531 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 532 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 533distuninstallcheck: 534 @cd $(distuninstallcheck_dir) \ 535 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 536 || { echo "ERROR: files left after uninstall:" ; \ 537 if test -n "$(DESTDIR)"; then \ 538 echo " (check DESTDIR support)"; \ 539 fi ; \ 540 $(distuninstallcheck_listfiles) ; \ 541 exit 1; } >&2 542distcleancheck: distclean 543 @if test '$(srcdir)' = . ; then \ 544 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 545 exit 1 ; \ 546 fi 547 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 548 || { echo "ERROR: files left in build directory after distclean:" ; \ 549 $(distcleancheck_listfiles) ; \ 550 exit 1; } >&2 551check-am: all-am 552check: check-recursive 553all-am: Makefile config.h 554installdirs: installdirs-recursive 555installdirs-am: 556install: install-recursive 557install-exec: install-exec-recursive 558install-data: install-data-recursive 559uninstall: uninstall-recursive 560 561install-am: all-am 562 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 563 564installcheck: installcheck-recursive 565install-strip: 566 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 567 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 568 `test -z '$(STRIP)' || \ 569 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 570mostlyclean-generic: 571 572clean-generic: 573 574distclean-generic: 575 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 576 577maintainer-clean-generic: 578 @echo "This command is intended for maintainers to use" 579 @echo "it deletes files that may require special tools to rebuild." 580clean: clean-recursive 581 582clean-am: clean-generic clean-libtool mostlyclean-am 583 584distclean: distclean-recursive 585 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 586 -rm -f Makefile 587distclean-am: clean-am distclean-generic distclean-hdr \ 588 distclean-libtool distclean-tags 589 590dvi: dvi-recursive 591 592dvi-am: 593 594html: html-recursive 595 596info: info-recursive 597 598info-am: 599 600install-data-am: 601 602install-exec-am: 603 604install-info: install-info-recursive 605 606install-man: 607 608installcheck-am: 609 610maintainer-clean: maintainer-clean-recursive 611 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 612 -rm -rf $(top_srcdir)/autom4te.cache 613 -rm -f Makefile 614maintainer-clean-am: distclean-am maintainer-clean-generic 615 616mostlyclean: mostlyclean-recursive 617 618mostlyclean-am: mostlyclean-generic mostlyclean-libtool 619 620pdf: pdf-recursive 621 622pdf-am: 623 624ps: ps-recursive 625 626ps-am: 627 628uninstall-am: uninstall-info-am 629 630uninstall-info: uninstall-info-recursive 631 632.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 633 check-am clean clean-generic clean-libtool clean-recursive \ 634 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 635 dist-shar dist-tarZ dist-zip distcheck distclean \ 636 distclean-generic distclean-hdr distclean-libtool \ 637 distclean-recursive distclean-tags distcleancheck distdir \ 638 distuninstallcheck dvi dvi-am html html-am info info-am \ 639 install install-am install-data install-data-am install-exec \ 640 install-exec-am install-info install-info-am install-man \ 641 install-strip installcheck installcheck-am installdirs \ 642 installdirs-am maintainer-clean maintainer-clean-generic \ 643 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 644 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 645 tags tags-recursive uninstall uninstall-am uninstall-info-am 646 647# Tell versions [3.59,3.63) of GNU make to not export all variables. 648# Otherwise a system limit (for SysV at least) may be exceeded. 649.NOEXPORT: 650