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