| 1 |
< |
# Makefile.in generated by automake 1.15 from Makefile.am. |
| 1 |
> |
# Makefile.in generated by automake 1.15.1 from Makefile.am. |
| 2 |
|
# @configure_input@ |
| 3 |
|
|
| 4 |
< |
# Copyright (C) 1994-2014 Free Software Foundation, Inc. |
| 4 |
> |
# Copyright (C) 1994-2017 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, |
| 97 |
|
$(top_srcdir)/m4/ax_arg_enable_warnings.m4 \ |
| 98 |
|
$(top_srcdir)/m4/ax_arg_gnutls.m4 \ |
| 99 |
|
$(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \ |
| 100 |
– |
$(top_srcdir)/m4/ax_arg_libgeoip.m4 \ |
| 100 |
|
$(top_srcdir)/m4/ax_arg_openssl.m4 \ |
| 101 |
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
| 102 |
|
$(top_srcdir)/m4/ax_library_net.m4 \ |
| 597 |
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
| 598 |
|
|| chmod -R a+r "$(distdir)" |
| 599 |
|
dist-gzip: distdir |
| 600 |
< |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 600 |
> |
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz |
| 601 |
|
$(am__post_remove_distdir) |
| 602 |
|
|
| 603 |
|
dist-bzip2: distdir |
| 623 |
|
@echo WARNING: "Support for shar distribution archives is" \ |
| 624 |
|
"deprecated." >&2 |
| 625 |
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
| 626 |
< |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 626 |
> |
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz |
| 627 |
|
$(am__post_remove_distdir) |
| 628 |
|
|
| 629 |
|
dist-zip: distdir |
| 641 |
|
distcheck: dist |
| 642 |
|
case '$(DIST_ARCHIVES)' in \ |
| 643 |
|
*.tar.gz*) \ |
| 644 |
< |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 644 |
> |
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 645 |
|
*.tar.bz2*) \ |
| 646 |
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 647 |
|
*.tar.lz*) \ |
| 651 |
|
*.tar.Z*) \ |
| 652 |
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
| 653 |
|
*.shar.gz*) \ |
| 654 |
< |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
| 654 |
> |
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
| 655 |
|
*.zip*) \ |
| 656 |
|
unzip $(distdir).zip ;;\ |
| 657 |
|
esac |