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