Skip to content
Snippets Groups Projects
Select Git revision
  • db59ffadaf8d61ec39a5bf6a6809eb3ca32736f4
  • master default protected
2 results

Makefile.in

Blame
  • Makefile.in 26.46 KiB
    # Makefile.in generated by automake 1.15.1 from Makefile.am.
    # @configure_input@
    
    # Copyright (C) 1994-2017 Free Software Foundation, Inc.
    
    # This Makefile.in is free software; the Free Software Foundation
    # gives unlimited permission to copy and/or distribute it,
    # with or without modifications, as long as this notice is preserved.
    
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    # PARTICULAR PURPOSE.
    
    @SET_MAKE@
    
    #***************************************************************************
    #                                  _   _ ____  _
    #  Project                     ___| | | |  _ \| |
    #                             / __| | | | |_) | |
    #                            | (__| |_| |  _ <| |___
    #                             \___|\___/|_| \_\_____|
    #
    # Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
    #
    # This software is licensed as described in the file COPYING, which
    # you should have received as part of this distribution. The terms
    # are also available at https://curl.haxx.se/docs/copyright.html.
    #
    # You may opt to use, copy, modify, merge, publish, distribute and/or sell
    # copies of the Software, and permit persons to whom the Software is
    # furnished to do so, under the terms of the COPYING file.
    #
    # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
    # KIND, either express or implied.
    #
    ###########################################################################
    VPATH = @srcdir@
    am__is_gnu_make = { \
      if test -z '$(MAKELEVEL)'; then \
        false; \
      elif test -n '$(MAKE_HOST)'; then \
        true; \
      elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        true; \
      else \
        false; \
      fi; \
    }
    am__make_running_with_option = \
      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 \
          *\\[\ \	]*) \
            bs=\\; \
            sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
              | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
        esac; \
      fi; \
      skip_next=no; \
      strip_trailopt () \