Changeset 02c8e54 in mod_gnutls for Makefile.in
- Timestamp:
- Nov 22, 2015, 1:43:48 PM (5 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- 63468af, 8a264b0, bcbcf5d
- Parents:
- 89f863f (diff), 07cc51f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r89f863f r02c8e54 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.15 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 3Free Software Foundation, Inc.4 # Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation … … 15 15 @SET_MAKE@ 16 16 VPATH = @srcdir@ 17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 17 am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27 } 18 28 am__make_running_with_option = \ 19 29 case $${target_option-} in \ … … 80 90 target_triplet = @target@ 81 91 subdir = . 82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \83 $(top_srcdir)/configure $(am__configure_deps) \84 $(srcdir)/config.in $(top_srcdir)/include/mod_gnutls.h.in \85 README config/compile config/config.guess config/config.sub \86 config/depcomp config/install-sh config/missing \87 config/ltmain.sh $(top_srcdir)/config/compile \88 $(top_srcdir)/config/config.guess \89 $(top_srcdir)/config/config.sub \90 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \91 $(top_srcdir)/config/missing92 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93 93 am__aclocal_m4_deps = $(top_srcdir)/m4/apache.m4 \ … … 99 99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 100 100 $(ACLOCAL_M4) 101 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 102 $(am__configure_deps) $(am__DIST_COMMON) 101 103 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 102 104 configure.lineno config.status.lineno … … 162 164 CSCOPE = cscope 163 165 DIST_SUBDIRS = $(SUBDIRS) 166 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in \ 167 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ 168 $(top_srcdir)/config/config.sub \ 169 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ 170 $(top_srcdir)/config/missing \ 171 $(top_srcdir)/include/mod_gnutls.h.in README config/compile \ 172 config/config.guess config/config.sub config/depcomp \ 173 config/install-sh config/ltmain.sh config/missing 164 174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 165 175 distdir = $(PACKAGE)-$(VERSION) … … 216 226 APR_MEMCACHE_CFLAGS = @APR_MEMCACHE_CFLAGS@ 217 227 APR_MEMCACHE_LIBS = @APR_MEMCACHE_LIBS@ 228 APR_UTIL_CONF = @APR_UTIL_CONF@ 218 229 APU_INCLUDES = @APU_INCLUDES@ 219 230 APU_LDFLAGS = @APU_LDFLAGS@ … … 392 403 $(am__cd) $(top_srcdir) && \ 393 404 $(AUTOMAKE) --foreign Makefile 394 .PRECIOUS: Makefile395 405 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 396 406 @case '$?' in \ … … 624 634 625 635 dist-tarZ: distdir 626 @echo WARNING: "Support for shar distribution archives is" \627 "deprecated." >&2636 @echo WARNING: "Support for distribution archives compressed with" \ 637 "legacy program 'compress' is deprecated." >&2 628 638 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 629 639 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z … … 631 641 632 642 dist-shar: distdir 633 @echo WARNING: "Support for distribution archives compressed with" \634 "legacy program 'compress' isdeprecated." >&2643 @echo WARNING: "Support for shar distribution archives is" \ 644 "deprecated." >&2 635 645 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 636 646 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz … … 668 678 chmod -R a-w $(distdir) 669 679 chmod u+w $(distdir) 670 mkdir $(distdir)/_build $(distdir)/_ inst680 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 671 681 chmod a-w $(distdir) 672 682 test -d $(distdir)/_build || exit 0; \ … … 674 684 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 675 685 && am__cwd=`pwd` \ 676 && $(am__cd) $(distdir)/_build \677 && ../ configure \686 && $(am__cd) $(distdir)/_build/sub \ 687 && ../../configure \ 678 688 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 679 689 $(DISTCHECK_CONFIGURE_FLAGS) \ 680 --srcdir=.. --prefix="$$dc_install_base" \690 --srcdir=../.. --prefix="$$dc_install_base" \ 681 691 && $(MAKE) $(AM_MAKEFLAGS) \ 682 692 && $(MAKE) $(AM_MAKEFLAGS) dvi \ … … 855 865 uninstall-am 856 866 867 .PRECIOUS: Makefile 868 857 869 858 870 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.