1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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@ 16VPATH = @srcdir@ 17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18am__make_running_with_option = \ 19 case $${target_option-} in \ 20 ?) ;; \ 21 *) echo "am__make_running_with_option: internal error: invalid" \ 22 "target option '$${target_option-}' specified" >&2; \ 23 exit 1;; \ 24 esac; \ 25 has_opt=no; \ 26 sane_makeflags=$$MAKEFLAGS; \ 27 if $(am__is_gnu_make); then \ 28 sane_makeflags=$$MFLAGS; \ 29 else \ 30 case $$MAKEFLAGS in \ 31 *\\[\ \ ]*) \ 32 bs=\\; \ 33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 35 esac; \ 36 fi; \ 37 skip_next=no; \ 38 strip_trailopt () \ 39 { \ 40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 41 }; \ 42 for flg in $$sane_makeflags; do \ 43 test $$skip_next = yes && { skip_next=no; continue; }; \ 44 case $$flg in \ 45 *=*|--*) continue;; \ 46 -*I) strip_trailopt 'I'; skip_next=yes;; \ 47 -*I?*) strip_trailopt 'I';; \ 48 -*O) strip_trailopt 'O'; skip_next=yes;; \ 49 -*O?*) strip_trailopt 'O';; \ 50 -*l) strip_trailopt 'l'; skip_next=yes;; \ 51 -*l?*) strip_trailopt 'l';; \ 52 -[dEDm]) skip_next=yes;; \ 53 -[JT]) skip_next=yes;; \ 54 esac; \ 55 case $$flg in \ 56 *$$target_option*) has_opt=yes; break;; \ 57 esac; \ 58 done; \ 59 test $$has_opt = yes 60am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 61am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 62pkgdatadir = $(datadir)/@PACKAGE@ 63pkgincludedir = $(includedir)/@PACKAGE@ 64pkglibdir = $(libdir)/@PACKAGE@ 65pkglibexecdir = $(libexecdir)/@PACKAGE@ 66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 67install_sh_DATA = $(install_sh) -c -m 644 68install_sh_PROGRAM = $(install_sh) -c 69install_sh_SCRIPT = $(install_sh) -c 70INSTALL_HEADER = $(INSTALL_DATA) 71transform = $(program_transform_name) 72NORMAL_INSTALL = : 73PRE_INSTALL = : 74POST_INSTALL = : 75NORMAL_UNINSTALL = : 76PRE_UNINSTALL = : 77POST_UNINSTALL = : 78build_triplet = @build@ 79host_triplet = @host@ 80subdir = . 81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 82 $(top_srcdir)/configure $(am__configure_deps) ar-lib compile \ 83 config.guess config.sub depcomp install-sh missing 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 85am__aclocal_m4_deps = $(top_srcdir)/configure.ac 86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 87 $(ACLOCAL_M4) 88am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 89 configure.lineno config.status.lineno 90mkinstalldirs = $(install_sh) -d 91CONFIG_CLEAN_FILES = 92CONFIG_CLEAN_VPATH_FILES = 93AM_V_P = $(am__v_P_@AM_V@) 94am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 95am__v_P_0 = false 96am__v_P_1 = : 97AM_V_GEN = $(am__v_GEN_@AM_V@) 98am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 99am__v_GEN_0 = @echo " GEN " $@; 100am__v_GEN_1 = 101AM_V_at = $(am__v_at_@AM_V@) 102am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 103am__v_at_0 = @ 104am__v_at_1 = 105SOURCES = 106DIST_SOURCES = 107RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 108 ctags-recursive dvi-recursive html-recursive info-recursive \ 109 install-data-recursive install-dvi-recursive \ 110 install-exec-recursive install-html-recursive \ 111 install-info-recursive install-pdf-recursive \ 112 install-ps-recursive install-recursive installcheck-recursive \ 113 installdirs-recursive pdf-recursive ps-recursive \ 114 tags-recursive uninstall-recursive 115am__can_run_installinfo = \ 116 case $$AM_UPDATE_INFO_DIR in \ 117 n|no|NO) false;; \ 118 *) (install-info --version) >/dev/null 2>&1;; \ 119 esac 120RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 121 distclean-recursive maintainer-clean-recursive 122am__recursive_targets = \ 123 $(RECURSIVE_TARGETS) \ 124 $(RECURSIVE_CLEAN_TARGETS) \ 125 $(am__extra_recursive_targets) 126AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 127 cscope distdir dist dist-all distcheck 128am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 129# Read a list of newline-separated strings from the standard input, 130# and print each of them once, without duplicates. Input order is 131# *not* preserved. 132am__uniquify_input = $(AWK) '\ 133 BEGIN { nonempty = 0; } \ 134 { items[$$0] = 1; nonempty = 1; } \ 135 END { if (nonempty) { for (i in items) print i; }; } \ 136' 137# Make sure the list of sources is unique. This is necessary because, 138# e.g., the same source file might be shared among _SOURCES variables 139# for different programs/libraries. 140am__define_uniq_tagged_files = \ 141 list='$(am__tagged_files)'; \ 142 unique=`for i in $$list; do \ 143 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 144 done | $(am__uniquify_input)` 145ETAGS = etags 146CTAGS = ctags 147CSCOPE = cscope 148DIST_SUBDIRS = $(SUBDIRS) 149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 150distdir = $(PACKAGE)-$(VERSION) 151top_distdir = $(distdir) 152am__remove_distdir = \ 153 if test -d "$(distdir)"; then \ 154 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 155 && rm -rf "$(distdir)" \ 156 || { sleep 5 && rm -rf "$(distdir)"; }; \ 157 else :; fi 158am__post_remove_distdir = $(am__remove_distdir) 159am__relativize = \ 160 dir0=`pwd`; \ 161 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 162 sed_rest='s,^[^/]*/*,,'; \ 163 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 164 sed_butlast='s,/*[^/]*$$,,'; \ 165 while test -n "$$dir1"; do \ 166 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 167 if test "$$first" != "."; then \ 168 if test "$$first" = ".."; then \ 169 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 170 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 171 else \ 172 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 173 if test "$$first2" = "$$first"; then \ 174 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 175 else \ 176 dir2="../$$dir2"; \ 177 fi; \ 178 dir0="$$dir0"/"$$first"; \ 179 fi; \ 180 fi; \ 181 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 182 done; \ 183 reldir="$$dir2" 184DIST_ARCHIVES = $(distdir).tar.gz 185GZIP_ENV = --best 186DIST_TARGETS = dist-gzip 187distuninstallcheck_listfiles = find . -type f -print 188am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 189 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 190distcleancheck_listfiles = find . -type f -print 191ACLOCAL = @ACLOCAL@ 192AMTAR = @AMTAR@ 193AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 194AR = @AR@ 195AUTOCONF = @AUTOCONF@ 196AUTOHEADER = @AUTOHEADER@ 197AUTOMAKE = @AUTOMAKE@ 198AWK = @AWK@ 199CC = @CC@ 200CCAS = @CCAS@ 201CCASDEPMODE = @CCASDEPMODE@ 202CCASFLAGS = @CCASFLAGS@ 203CCDEPMODE = @CCDEPMODE@ 204CFLAGS = @CFLAGS@ 205CPPFLAGS = @CPPFLAGS@ 206CYGPATH_W = @CYGPATH_W@ 207DEFS = @DEFS@ 208DEPDIR = @DEPDIR@ 209ECHO_C = @ECHO_C@ 210ECHO_N = @ECHO_N@ 211ECHO_T = @ECHO_T@ 212EXEEXT = @EXEEXT@ 213INSTALL = @INSTALL@ 214INSTALL_DATA = @INSTALL_DATA@ 215INSTALL_PROGRAM = @INSTALL_PROGRAM@ 216INSTALL_SCRIPT = @INSTALL_SCRIPT@ 217INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 218LDFLAGS = @LDFLAGS@ 219LIBOBJS = @LIBOBJS@ 220LIBS = @LIBS@ 221LTLIBOBJS = @LTLIBOBJS@ 222MAKEINFO = @MAKEINFO@ 223MKDIR_P = @MKDIR_P@ 224OBJEXT = @OBJEXT@ 225PACKAGE = @PACKAGE@ 226PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 227PACKAGE_NAME = @PACKAGE_NAME@ 228PACKAGE_STRING = @PACKAGE_STRING@ 229PACKAGE_TARNAME = @PACKAGE_TARNAME@ 230PACKAGE_URL = @PACKAGE_URL@ 231PACKAGE_VERSION = @PACKAGE_VERSION@ 232PATH_SEPARATOR = @PATH_SEPARATOR@ 233RANLIB = @RANLIB@ 234SET_MAKE = @SET_MAKE@ 235SHELL = @SHELL@ 236STRIP = @STRIP@ 237VERSION = @VERSION@ 238abs_builddir = @abs_builddir@ 239abs_srcdir = @abs_srcdir@ 240abs_top_builddir = @abs_top_builddir@ 241abs_top_srcdir = @abs_top_srcdir@ 242ac_ct_AR = @ac_ct_AR@ 243ac_ct_CC = @ac_ct_CC@ 244am__include = @am__include@ 245am__leading_dot = @am__leading_dot@ 246am__quote = @am__quote@ 247am__tar = @am__tar@ 248am__untar = @am__untar@ 249bindir = @bindir@ 250build = @build@ 251build_alias = @build_alias@ 252build_cpu = @build_cpu@ 253build_os = @build_os@ 254build_vendor = @build_vendor@ 255builddir = @builddir@ 256datadir = @datadir@ 257datarootdir = @datarootdir@ 258docdir = @docdir@ 259dvidir = @dvidir@ 260exec_prefix = @exec_prefix@ 261host = @host@ 262host_alias = @host_alias@ 263host_cpu = @host_cpu@ 264host_os = @host_os@ 265host_vendor = @host_vendor@ 266htmldir = @htmldir@ 267includedir = @includedir@ 268infodir = @infodir@ 269install_sh = @install_sh@ 270libdir = @libdir@ 271libexecdir = @libexecdir@ 272localedir = @localedir@ 273localstatedir = @localstatedir@ 274mandir = @mandir@ 275mkdir_p = @mkdir_p@ 276oldincludedir = @oldincludedir@ 277pdfdir = @pdfdir@ 278prefix = @prefix@ 279program_transform_name = @program_transform_name@ 280psdir = @psdir@ 281sbindir = @sbindir@ 282sharedstatedir = @sharedstatedir@ 283srcdir = @srcdir@ 284sysconfdir = @sysconfdir@ 285target_alias = @target_alias@ 286top_build_prefix = @top_build_prefix@ 287top_builddir = @top_builddir@ 288top_srcdir = @top_srcdir@ 289SUBDIRS = . include src/hal 290all: all-recursive 291 292.SUFFIXES: 293am--refresh: Makefile 294 @: 295$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 296 @for dep in $?; do \ 297 case '$(am__configure_deps)' in \ 298 *$$dep*) \ 299 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 300 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 301 && exit 0; \ 302 exit 1;; \ 303 esac; \ 304 done; \ 305 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 306 $(am__cd) $(top_srcdir) && \ 307 $(AUTOMAKE) --foreign Makefile 308.PRECIOUS: Makefile 309Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 310 @case '$?' in \ 311 *config.status*) \ 312 echo ' $(SHELL) ./config.status'; \ 313 $(SHELL) ./config.status;; \ 314 *) \ 315 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 316 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 317 esac; 318 319$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 320 $(SHELL) ./config.status --recheck 321 322$(top_srcdir)/configure: $(am__configure_deps) 323 $(am__cd) $(srcdir) && $(AUTOCONF) 324$(ACLOCAL_M4): $(am__aclocal_m4_deps) 325 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 326$(am__aclocal_m4_deps): 327 328# This directory's subdirectories are mostly independent; you can cd 329# into them and run 'make' without going through this Makefile. 330# To change the values of 'make' variables: instead of editing Makefiles, 331# (1) if the variable is set in 'config.status', edit 'config.status' 332# (which will cause the Makefiles to be regenerated when you run 'make'); 333# (2) otherwise, pass the desired values on the 'make' command line. 334$(am__recursive_targets): 335 @fail=; \ 336 if $(am__make_keepgoing); then \ 337 failcom='fail=yes'; \ 338 else \ 339 failcom='exit 1'; \ 340 fi; \ 341 dot_seen=no; \ 342 target=`echo $@ | sed s/-recursive//`; \ 343 case "$@" in \ 344 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 345 *) list='$(SUBDIRS)' ;; \ 346 esac; \ 347 for subdir in $$list; do \ 348 echo "Making $$target in $$subdir"; \ 349 if test "$$subdir" = "."; then \ 350 dot_seen=yes; \ 351 local_target="$$target-am"; \ 352 else \ 353 local_target="$$target"; \ 354 fi; \ 355 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 356 || eval $$failcom; \ 357 done; \ 358 if test "$$dot_seen" = "no"; then \ 359 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 360 fi; test -z "$$fail" 361 362ID: $(am__tagged_files) 363 $(am__define_uniq_tagged_files); mkid -fID $$unique 364tags: tags-recursive 365TAGS: tags 366 367tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 368 set x; \ 369 here=`pwd`; \ 370 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 371 include_option=--etags-include; \ 372 empty_fix=.; \ 373 else \ 374 include_option=--include; \ 375 empty_fix=; \ 376 fi; \ 377 list='$(SUBDIRS)'; for subdir in $$list; do \ 378 if test "$$subdir" = .; then :; else \ 379 test ! -f $$subdir/TAGS || \ 380 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 381 fi; \ 382 done; \ 383 $(am__define_uniq_tagged_files); \ 384 shift; \ 385 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 386 test -n "$$unique" || unique=$$empty_fix; \ 387 if test $$# -gt 0; then \ 388 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 389 "$$@" $$unique; \ 390 else \ 391 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 392 $$unique; \ 393 fi; \ 394 fi 395ctags: ctags-recursive 396 397CTAGS: ctags 398ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 399 $(am__define_uniq_tagged_files); \ 400 test -z "$(CTAGS_ARGS)$$unique" \ 401 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 402 $$unique 403 404GTAGS: 405 here=`$(am__cd) $(top_builddir) && pwd` \ 406 && $(am__cd) $(top_srcdir) \ 407 && gtags -i $(GTAGS_ARGS) "$$here" 408cscope: cscope.files 409 test ! -s cscope.files \ 410 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 411clean-cscope: 412 -rm -f cscope.files 413cscope.files: clean-cscope cscopelist 414cscopelist: cscopelist-recursive 415 416cscopelist-am: $(am__tagged_files) 417 list='$(am__tagged_files)'; \ 418 case "$(srcdir)" in \ 419 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 420 *) sdir=$(subdir)/$(srcdir) ;; \ 421 esac; \ 422 for i in $$list; do \ 423 if test -f "$$i"; then \ 424 echo "$(subdir)/$$i"; \ 425 else \ 426 echo "$$sdir/$$i"; \ 427 fi; \ 428 done >> $(top_builddir)/cscope.files 429 430distclean-tags: 431 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 432 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 433 434distdir: $(DISTFILES) 435 $(am__remove_distdir) 436 test -d "$(distdir)" || mkdir "$(distdir)" 437 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 438 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 439 list='$(DISTFILES)'; \ 440 dist_files=`for file in $$list; do echo $$file; done | \ 441 sed -e "s|^$$srcdirstrip/||;t" \ 442 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 443 case $$dist_files in \ 444 */*) $(MKDIR_P) `echo "$$dist_files" | \ 445 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 446 sort -u` ;; \ 447 esac; \ 448 for file in $$dist_files; do \ 449 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 450 if test -d $$d/$$file; then \ 451 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 452 if test -d "$(distdir)/$$file"; then \ 453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 454 fi; \ 455 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 456 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 457 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 458 fi; \ 459 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 460 else \ 461 test -f "$(distdir)/$$file" \ 462 || cp -p $$d/$$file "$(distdir)/$$file" \ 463 || exit 1; \ 464 fi; \ 465 done 466 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 467 if test "$$subdir" = .; then :; else \ 468 $(am__make_dryrun) \ 469 || test -d "$(distdir)/$$subdir" \ 470 || $(MKDIR_P) "$(distdir)/$$subdir" \ 471 || exit 1; \ 472 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 473 $(am__relativize); \ 474 new_distdir=$$reldir; \ 475 dir1=$$subdir; dir2="$(top_distdir)"; \ 476 $(am__relativize); \ 477 new_top_distdir=$$reldir; \ 478 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 479 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 480 ($(am__cd) $$subdir && \ 481 $(MAKE) $(AM_MAKEFLAGS) \ 482 top_distdir="$$new_top_distdir" \ 483 distdir="$$new_distdir" \ 484 am__remove_distdir=: \ 485 am__skip_length_check=: \ 486 am__skip_mode_fix=: \ 487 distdir) \ 488 || exit 1; \ 489 fi; \ 490 done 491 -test -n "$(am__skip_mode_fix)" \ 492 || find "$(distdir)" -type d ! -perm -755 \ 493 -exec chmod u+rwx,go+rx {} \; -o \ 494 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 495 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 496 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 497 || chmod -R a+r "$(distdir)" 498dist-gzip: distdir 499 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 500 $(am__post_remove_distdir) 501 502dist-bzip2: distdir 503 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 504 $(am__post_remove_distdir) 505 506dist-lzip: distdir 507 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 508 $(am__post_remove_distdir) 509 510dist-xz: distdir 511 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 512 $(am__post_remove_distdir) 513 514dist-tarZ: distdir 515 @echo WARNING: "Support for shar distribution archives is" \ 516 "deprecated." >&2 517 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 518 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 519 $(am__post_remove_distdir) 520 521dist-shar: distdir 522 @echo WARNING: "Support for distribution archives compressed with" \ 523 "legacy program 'compress' is deprecated." >&2 524 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 525 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 526 $(am__post_remove_distdir) 527 528dist-zip: distdir 529 -rm -f $(distdir).zip 530 zip -rq $(distdir).zip $(distdir) 531 $(am__post_remove_distdir) 532 533dist dist-all: 534 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 535 $(am__post_remove_distdir) 536 537# This target untars the dist file and tries a VPATH configuration. Then 538# it guarantees that the distribution is self-contained by making another 539# tarfile. 540distcheck: dist 541 case '$(DIST_ARCHIVES)' in \ 542 *.tar.gz*) \ 543 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 544 *.tar.bz2*) \ 545 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 546 *.tar.lz*) \ 547 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 548 *.tar.xz*) \ 549 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 550 *.tar.Z*) \ 551 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 552 *.shar.gz*) \ 553 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 554 *.zip*) \ 555 unzip $(distdir).zip ;;\ 556 esac 557 chmod -R a-w $(distdir) 558 chmod u+w $(distdir) 559 mkdir $(distdir)/_build $(distdir)/_inst 560 chmod a-w $(distdir) 561 test -d $(distdir)/_build || exit 0; \ 562 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 563 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 564 && am__cwd=`pwd` \ 565 && $(am__cd) $(distdir)/_build \ 566 && ../configure \ 567 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 568 $(DISTCHECK_CONFIGURE_FLAGS) \ 569 --srcdir=.. --prefix="$$dc_install_base" \ 570 && $(MAKE) $(AM_MAKEFLAGS) \ 571 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 572 && $(MAKE) $(AM_MAKEFLAGS) check \ 573 && $(MAKE) $(AM_MAKEFLAGS) install \ 574 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 575 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 576 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 577 distuninstallcheck \ 578 && chmod -R a-w "$$dc_install_base" \ 579 && ({ \ 580 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 581 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 582 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 583 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 584 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 585 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 586 && rm -rf "$$dc_destdir" \ 587 && $(MAKE) $(AM_MAKEFLAGS) dist \ 588 && rm -rf $(DIST_ARCHIVES) \ 589 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 590 && cd "$$am__cwd" \ 591 || exit 1 592 $(am__post_remove_distdir) 593 @(echo "$(distdir) archives ready for distribution: "; \ 594 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 595 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 596distuninstallcheck: 597 @test -n '$(distuninstallcheck_dir)' || { \ 598 echo 'ERROR: trying to run $@ with an empty' \ 599 '$$(distuninstallcheck_dir)' >&2; \ 600 exit 1; \ 601 }; \ 602 $(am__cd) '$(distuninstallcheck_dir)' || { \ 603 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 604 exit 1; \ 605 }; \ 606 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 607 || { echo "ERROR: files left after uninstall:" ; \ 608 if test -n "$(DESTDIR)"; then \ 609 echo " (check DESTDIR support)"; \ 610 fi ; \ 611 $(distuninstallcheck_listfiles) ; \ 612 exit 1; } >&2 613distcleancheck: distclean 614 @if test '$(srcdir)' = . ; then \ 615 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 616 exit 1 ; \ 617 fi 618 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 619 || { echo "ERROR: files left in build directory after distclean:" ; \ 620 $(distcleancheck_listfiles) ; \ 621 exit 1; } >&2 622check-am: all-am 623check: check-recursive 624all-am: Makefile 625installdirs: installdirs-recursive 626installdirs-am: 627install: install-recursive 628install-exec: install-exec-recursive 629install-data: install-data-recursive 630uninstall: uninstall-recursive 631 632install-am: all-am 633 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 634 635installcheck: installcheck-recursive 636install-strip: 637 if test -z '$(STRIP)'; then \ 638 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 639 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 640 install; \ 641 else \ 642 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 643 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 644 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 645 fi 646mostlyclean-generic: 647 648clean-generic: 649 650distclean-generic: 651 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 652 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 653 654maintainer-clean-generic: 655 @echo "This command is intended for maintainers to use" 656 @echo "it deletes files that may require special tools to rebuild." 657clean: clean-recursive 658 659clean-am: clean-generic mostlyclean-am 660 661distclean: distclean-recursive 662 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 663 -rm -f Makefile 664distclean-am: clean-am distclean-generic distclean-tags 665 666dvi: dvi-recursive 667 668dvi-am: 669 670html: html-recursive 671 672html-am: 673 674info: info-recursive 675 676info-am: 677 678install-data-am: 679 680install-dvi: install-dvi-recursive 681 682install-dvi-am: 683 684install-exec-am: 685 686install-html: install-html-recursive 687 688install-html-am: 689 690install-info: install-info-recursive 691 692install-info-am: 693 694install-man: 695 696install-pdf: install-pdf-recursive 697 698install-pdf-am: 699 700install-ps: install-ps-recursive 701 702install-ps-am: 703 704installcheck-am: 705 706maintainer-clean: maintainer-clean-recursive 707 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 708 -rm -rf $(top_srcdir)/autom4te.cache 709 -rm -f Makefile 710maintainer-clean-am: distclean-am maintainer-clean-generic 711 712mostlyclean: mostlyclean-recursive 713 714mostlyclean-am: mostlyclean-generic 715 716pdf: pdf-recursive 717 718pdf-am: 719 720ps: ps-recursive 721 722ps-am: 723 724uninstall-am: 725 726.MAKE: $(am__recursive_targets) install-am install-strip 727 728.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 729 am--refresh check check-am clean clean-cscope clean-generic \ 730 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 731 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 732 distcheck distclean distclean-generic distclean-tags \ 733 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 734 html-am info info-am install install-am install-data \ 735 install-data-am install-dvi install-dvi-am install-exec \ 736 install-exec-am install-html install-html-am install-info \ 737 install-info-am install-man install-pdf install-pdf-am \ 738 install-ps install-ps-am install-strip installcheck \ 739 installcheck-am installdirs installdirs-am maintainer-clean \ 740 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 741 pdf-am ps ps-am tags tags-am uninstall uninstall-am 742 743 744# Tell versions [3.59,3.63) of GNU make to not export all variables. 745# Otherwise a system limit (for SysV at least) may be exceeded. 746.NOEXPORT: 747