Skip to content
Snippets Groups Projects
Select Git revision
  • 9915746a8bf88050cd4cfee4295d063c1154e9a0
  • master default protected
  • backup
  • hotfix
4 results

Makefile.in

Blame
  • Makefile.in 23.93 KiB
    # Makefile.in generated by automake 1.13.4 from Makefile.am.
    # @configure_input@
    
    # Copyright (C) 1994-2013 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@
    VPATH = @srcdir@
    am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    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 () \
      { \
        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@
    pkgincludedir = $(includedir)/@PACKAGE@
    pkglibdir = $(libdir)/@PACKAGE@
    pkglibexecdir = $(libexecdir)/@PACKAGE@
    am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    install_sh_DATA = $(install_sh) -c -m 644
    install_sh_PROGRAM = $(install_sh) -c
    install_sh_SCRIPT = $(install_sh) -c
    INSTALL_HEADER = $(INSTALL_DATA)