Changeset 66b608e in mod_gnutls for Makefile.in
- Timestamp:
- Jan 11, 2013, 12:57:51 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- bbb9bb1, e03f404
- Parents:
- 52b649e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r52b649e r66b608e 1 # Makefile.in generated by automake 1.1 0.2from Makefile.am.1 # Makefile.in generated by automake 1.11 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6 # Inc. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 16 17 VPATH = @srcdir@ 17 18 pkgdatadir = $(datadir)/@PACKAGE@ 19 pkgincludedir = $(includedir)/@PACKAGE@ 18 20 pkglibdir = $(libdir)/@PACKAGE@ 19 pkg includedir = $(includedir)/@PACKAGE@21 pkglibexecdir = $(libexecdir)/@PACKAGE@ 20 22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 21 23 install_sh_DATA = $(install_sh) -c -m 644 … … 54 56 CONFIG_HEADER = $(top_builddir)/include/mod_gnutls_config.h 55 57 CONFIG_CLEAN_FILES = include/mod_gnutls.h 58 CONFIG_CLEAN_VPATH_FILES = 56 59 SOURCES = 57 60 DIST_SOURCES = … … 65 68 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 66 69 distclean-recursive maintainer-clean-recursive 70 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 71 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 72 distdir dist dist-all distcheck 67 73 ETAGS = etags 68 74 CTAGS = ctags … … 72 78 top_distdir = $(distdir) 73 79 am__remove_distdir = \ 74 { test ! -d $(distdir) \ 75 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 76 && rm -fr $(distdir); }; } 80 { test ! -d "$(distdir)" \ 81 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 82 && rm -fr "$(distdir)"; }; } 83 am__relativize = \ 84 dir0=`pwd`; \ 85 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 86 sed_rest='s,^[^/]*/*,,'; \ 87 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 88 sed_butlast='s,/*[^/]*$$,,'; \ 89 while test -n "$$dir1"; do \ 90 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 91 if test "$$first" != "."; then \ 92 if test "$$first" = ".."; then \ 93 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 94 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 95 else \ 96 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 97 if test "$$first2" = "$$first"; then \ 98 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 99 else \ 100 dir2="../$$dir2"; \ 101 fi; \ 102 dir0="$$dir0"/"$$first"; \ 103 fi; \ 104 fi; \ 105 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 106 done; \ 107 reldir="$$dir2" 77 108 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 78 109 GZIP_ENV = --best … … 166 197 PACKAGE_STRING = @PACKAGE_STRING@ 167 198 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 199 PACKAGE_URL = @PACKAGE_URL@ 168 200 PACKAGE_VERSION = @PACKAGE_VERSION@ 169 201 PATH_SEPARATOR = @PATH_SEPARATOR@ … … 251 283 case '$(am__configure_deps)' in \ 252 284 *$$dep*) \ 253 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign 254 cd $(srcdir) && $(AUTOMAKE) --foreign\285 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 286 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 255 287 && exit 0; \ 256 288 exit 1;; \ 257 289 esac; \ 258 290 done; \ 259 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign 260 cd$(top_srcdir) && \261 $(AUTOMAKE) --foreign 291 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 292 $(am__cd) $(top_srcdir) && \ 293 $(AUTOMAKE) --foreign Makefile 262 294 .PRECIOUS: Makefile 263 295 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 275 307 276 308 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 277 cd$(srcdir) && $(AUTOCONF)309 $(am__cd) $(srcdir) && $(AUTOCONF) 278 310 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 279 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 311 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 312 $(am__aclocal_m4_deps): 280 313 281 314 include/mod_gnutls_config.h: include/stamp-h1 … … 289 322 cd $(top_builddir) && $(SHELL) ./config.status include/mod_gnutls_config.h 290 323 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 291 cd $(top_srcdir) && $(AUTOHEADER)324 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 292 325 rm -f include/stamp-h1 293 326 touch $@ … … 331 364 local_target="$$target"; \ 332 365 fi; \ 333 ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \366 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 334 367 || eval $$failcom; \ 335 368 done; \ … … 365 398 local_target="$$target"; \ 366 399 fi; \ 367 ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \400 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 368 401 || eval $$failcom; \ 369 402 done && test -z "$$fail" 370 403 tags-recursive: 371 404 list='$(SUBDIRS)'; for subdir in $$list; do \ 372 test "$$subdir" = . || ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \405 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 373 406 done 374 407 ctags-recursive: 375 408 list='$(SUBDIRS)'; for subdir in $$list; do \ 376 test "$$subdir" = . || ( cd$$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \409 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 377 410 done 378 411 … … 389 422 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ 390 423 $(TAGS_FILES) $(LISP) 391 tags=; \424 set x; \ 392 425 here=`pwd`; \ 393 426 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ … … 401 434 if test "$$subdir" = .; then :; else \ 402 435 test ! -f $$subdir/TAGS || \ 403 tags="$$tags$$include_option=$$here/$$subdir/TAGS"; \436 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 404 437 fi; \ 405 438 done; \ … … 410 443 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 411 444 END { if (nonempty) { for (i in files) print i; }; }'`; \ 412 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 445 shift; \ 446 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 413 447 test -n "$$unique" || unique=$$empty_fix; \ 414 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 415 $$tags $$unique; \ 448 if test $$# -gt 0; then \ 449 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 450 "$$@" $$unique; \ 451 else \ 452 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 453 $$unique; \ 454 fi; \ 416 455 fi 417 456 ctags: CTAGS 418 457 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ 419 458 $(TAGS_FILES) $(LISP) 420 tags=; \421 459 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \ 422 460 unique=`for i in $$list; do \ … … 425 463 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 426 464 END { if (nonempty) { for (i in files) print i; }; }'`; \ 427 test -z "$(CTAGS_ARGS)$$ tags$$unique" \465 test -z "$(CTAGS_ARGS)$$unique" \ 428 466 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 429 $$ tags $$unique467 $$unique 430 468 431 469 GTAGS: 432 470 here=`$(am__cd) $(top_builddir) && pwd` \ 433 && cd$(top_srcdir) \434 && gtags -i $(GTAGS_ARGS) $$here471 && $(am__cd) $(top_srcdir) \ 472 && gtags -i $(GTAGS_ARGS) "$$here" 435 473 436 474 distclean-tags: … … 439 477 distdir: $(DISTFILES) 440 478 $(am__remove_distdir) 441 test -d $(distdir) || mkdir $(distdir)479 test -d "$(distdir)" || mkdir "$(distdir)" 442 480 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 443 481 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ … … 455 493 if test -d $$d/$$file; then \ 456 494 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 495 if test -d "$(distdir)/$$file"; then \ 496 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 497 fi; \ 457 498 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 458 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 499 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 459 501 fi; \ 460 cp - pR $$d/$$file $(distdir)$$dir|| exit 1; \502 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 461 503 else \ 462 test -f $(distdir)/$$file\463 || cp -p $$d/$$file $(distdir)/$$file\504 test -f "$(distdir)/$$file" \ 505 || cp -p $$d/$$file "$(distdir)/$$file" \ 464 506 || exit 1; \ 465 507 fi; \ 466 508 done 467 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \509 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 468 510 if test "$$subdir" = .; then :; else \ 469 511 test -d "$(distdir)/$$subdir" \ 470 512 || $(MKDIR_P) "$(distdir)/$$subdir" \ 471 513 || exit 1; \ 472 distdir=`$(am__cd) $(distdir) && pwd`; \ 473 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 474 (cd $$subdir && \ 514 fi; \ 515 done 516 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 517 if test "$$subdir" = .; then :; else \ 518 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 519 $(am__relativize); \ 520 new_distdir=$$reldir; \ 521 dir1=$$subdir; dir2="$(top_distdir)"; \ 522 $(am__relativize); \ 523 new_top_distdir=$$reldir; \ 524 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 525 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 526 ($(am__cd) $$subdir && \ 475 527 $(MAKE) $(AM_MAKEFLAGS) \ 476 top_distdir="$$ top_distdir" \477 distdir="$$ distdir/$$subdir" \528 top_distdir="$$new_top_distdir" \ 529 distdir="$$new_distdir" \ 478 530 am__remove_distdir=: \ 479 531 am__skip_length_check=: \ 532 am__skip_mode_fix=: \ 480 533 distdir) \ 481 534 || exit 1; \ 482 535 fi; \ 483 536 done 484 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 537 -test -n "$(am__skip_mode_fix)" \ 538 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 485 539 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 486 540 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 487 541 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 488 || chmod -R a+r $(distdir)542 || chmod -R a+r "$(distdir)" 489 543 dist-gzip: distdir 490 544 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz … … 496 550 dist-lzma: distdir 497 551 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 552 $(am__remove_distdir) 553 554 dist-xz: distdir 555 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 498 556 $(am__remove_distdir) 499 557 … … 527 585 *.tar.lzma*) \ 528 586 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 587 *.tar.xz*) \ 588 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 529 589 *.tar.Z*) \ 530 590 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ … … 538 598 mkdir $(distdir)/_inst 539 599 chmod a-w $(distdir) 600 test -d $(distdir)/_build || exit 0; \ 540 601 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 541 602 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 542 && cd $(distdir)/_build \ 603 && am__cwd=`pwd` \ 604 && $(am__cd) $(distdir)/_build \ 543 605 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 544 606 $(DISTCHECK_CONFIGURE_FLAGS) \ … … 562 624 && $(MAKE) $(AM_MAKEFLAGS) dist \ 563 625 && rm -rf $(DIST_ARCHIVES) \ 564 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 626 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 627 && cd "$$am__cwd" \ 628 || exit 1 565 629 $(am__remove_distdir) 566 630 @(echo "$(distdir) archives ready for distribution: "; \ … … 568 632 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 569 633 distuninstallcheck: 570 @ cd $(distuninstallcheck_dir)\634 @$(am__cd) '$(distuninstallcheck_dir)' \ 571 635 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 572 636 || { echo "ERROR: files left after uninstall:" ; \ … … 610 674 distclean-generic: 611 675 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 676 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 612 677 613 678 maintainer-clean-generic: … … 630 695 html: html-recursive 631 696 697 html-am: 698 632 699 info: info-recursive 633 700 … … 638 705 install-dvi: install-dvi-recursive 639 706 707 install-dvi-am: 708 640 709 install-exec-am: 641 710 642 711 install-html: install-html-recursive 643 712 713 install-html-am: 714 644 715 install-info: install-info-recursive 645 716 717 install-info-am: 718 646 719 install-man: 647 720 648 721 install-pdf: install-pdf-recursive 649 722 723 install-pdf-am: 724 650 725 install-ps: install-ps-recursive 726 727 install-ps-am: 651 728 652 729 installcheck-am: … … 672 749 uninstall-am: 673 750 674 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am\675 install- strip751 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 752 install-am install-strip tags-recursive 676 753 677 754 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 678 755 all all-am am--refresh check check-am clean clean-generic \ 679 756 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 680 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \ 681 distclean distclean-generic distclean-hdr distclean-libtool \ 682 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 683 dvi-am html html-am info info-am install install-am \ 684 install-data install-data-am install-dvi install-dvi-am \ 685 install-exec install-exec-am install-html install-html-am \ 686 install-info install-info-am install-man install-pdf \ 687 install-pdf-am install-ps install-ps-am install-strip \ 688 installcheck installcheck-am installdirs installdirs-am \ 689 maintainer-clean maintainer-clean-generic mostlyclean \ 690 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 691 tags tags-recursive uninstall uninstall-am 757 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 758 distcheck distclean distclean-generic distclean-hdr \ 759 distclean-libtool distclean-tags distcleancheck distdir \ 760 distuninstallcheck dvi dvi-am html html-am info info-am \ 761 install install-am install-data install-data-am install-dvi \ 762 install-dvi-am install-exec install-exec-am install-html \ 763 install-html-am install-info install-info-am install-man \ 764 install-pdf install-pdf-am install-ps install-ps-am \ 765 install-strip installcheck installcheck-am installdirs \ 766 installdirs-am maintainer-clean maintainer-clean-generic \ 767 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 768 ps ps-am tags tags-recursive uninstall uninstall-am 769 692 770 693 771 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.