Diff for /embedaddon/ipsec-tools/Makefile.in between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2014/06/15 16:37:11 version 1.1.1.3, 2016/11/02 10:45:56
Line 1 Line 1
# Makefile.in generated by automake 1.13.1 from Makefile.am.# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@  # @configure_input@
   
# Copyright (C) 1994-2012 Free Software Foundation, Inc.# Copyright (C) 1994-2013 Free Software Foundation, Inc.
   
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 14 Line 14
   
 @SET_MAKE@  @SET_MAKE@
 VPATH = @srcdir@  VPATH = @srcdir@
am__make_dryrun = \am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  { \am__make_running_with_option = \
    am__dry=no; \  case $${target_option-} in \
       ?) ;; \
       *) echo "am__make_running_with_option: internal error: invalid" \
               "target option '$${target_option-}' specified" >&2; \
          exit 1;; \
   esac; \
   has_opt=no; \
   sane_makeflags=$$MAKEFLAGS; \
   if $(am__is_gnu_make); then \
     sane_makeflags=$$MFLAGS; \
   else \
     case $$MAKEFLAGS in \      case $$MAKEFLAGS in \
       *\\[\ \   ]*) \        *\\[\ \   ]*) \
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \        bs=\\; \
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
      *) \          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
        for am__flg in $$MAKEFLAGS; do \ 
          case $$am__flg in \ 
            *=*|--*) ;; \ 
            *n*) am__dry=yes; break;; \ 
          esac; \ 
        done;; \ 
     esac; \      esac; \
    test $$am__dry = yes; \  fi; \
  }  skip_next=no; \
   strip_trailopt () \
   { \
     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   }; \
   for flg in $$sane_makeflags; do \
     test $$skip_next = yes && { skip_next=no; continue; }; \
     case $$flg in \
       *=*|--*) continue;; \
         -*I) strip_trailopt 'I'; skip_next=yes;; \
       -*I?*) strip_trailopt 'I';; \
         -*O) strip_trailopt 'O'; skip_next=yes;; \
       -*O?*) strip_trailopt 'O';; \
         -*l) strip_trailopt 'l'; skip_next=yes;; \
       -*l?*) strip_trailopt 'l';; \
       -[dEDm]) skip_next=yes;; \
       -[JT]) skip_next=yes;; \
     esac; \
     case $$flg in \
       *$$target_option*) has_opt=yes; break;; \
     esac; \
   done; \
   test $$has_opt = yes
 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
Line 55  DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile Line 83  DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile
         $(srcdir)/config.h.in $(srcdir)/package_version.h.in \          $(srcdir)/config.h.in $(srcdir)/package_version.h.in \
         $(top_srcdir)/src/racoon/samples/psk.txt.in \          $(top_srcdir)/src/racoon/samples/psk.txt.in \
         $(top_srcdir)/src/racoon/samples/racoon.conf.in ChangeLog NEWS \          $(top_srcdir)/src/racoon/samples/racoon.conf.in ChangeLog NEWS \
        README config.guess config.sub depcomp install-sh missing \        README compile config.guess config.sub depcomp install-sh \
        ylwrap ltmain.sh        missing ylwrap ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \  am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
         $(top_srcdir)/configure.ac          $(top_srcdir)/configure.ac
Line 344  $(ACLOCAL_M4):  $(am__aclocal_m4_deps) Line 372  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):  $(am__aclocal_m4_deps):
   
 config.h: stamp-h1  config.h: stamp-h1
        @if test ! -f $@; then rm -f stamp-h1; else :; fi        @test -f $@ || rm -f stamp-h1
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
   
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status  stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
         @rm -f stamp-h1          @rm -f stamp-h1
Line 380  distclean-libtool: Line 408  distclean-libtool:
 #     (which will cause the Makefiles to be regenerated when you run 'make');  #     (which will cause the Makefiles to be regenerated when you run 'make');
 # (2) otherwise, pass the desired values on the 'make' command line.  # (2) otherwise, pass the desired values on the 'make' command line.
 $(am__recursive_targets):  $(am__recursive_targets):
        @fail= failcom='exit 1'; \        @fail=; \
        for f in x $$MAKEFLAGS; do \        if $(am__make_keepgoing); then \
          case $$f in \          failcom='fail=yes'; \
            *=* | --[!k]*);; \        else \
            *k*) failcom='fail=yes';; \          failcom='exit 1'; \
          esac; \        fi; \
        done; \ 
         dot_seen=no; \          dot_seen=no; \
         target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
         case "$@" in \          case "$@" in \
Line 560  dist-xz: distdir Line 587  dist-xz: distdir
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
 dist-tarZ: distdir  dist-tarZ: distdir
           @echo WARNING: "Support for shar distribution archives is" \
                          "deprecated." >&2
           @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
 dist-shar: distdir  dist-shar: distdir
           @echo WARNING: "Support for distribution archives compressed with" \
                          "legacy program 'compress' is deprecated." >&2
           @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz          shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
Line 605  distcheck: dist Line 638  distcheck: dist
           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
           && am__cwd=`pwd` \            && am__cwd=`pwd` \
           && $(am__cd) $(distdir)/_build \            && $(am__cd) $(distdir)/_build \
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \          && ../configure \
             $(AM_DISTCHECK_CONFIGURE_FLAGS) \              $(AM_DISTCHECK_CONFIGURE_FLAGS) \
             $(DISTCHECK_CONFIGURE_FLAGS) \              $(DISTCHECK_CONFIGURE_FLAGS) \
               --srcdir=.. --prefix="$$dc_install_base" \
           && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
           && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
           && $(MAKE) $(AM_MAKEFLAGS) check \            && $(MAKE) $(AM_MAKEFLAGS) check \

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>