Blame SOURCES/libsodium-1.0.18/Makefile.in

ca16be
# Makefile.in generated by automake 1.16.1 from Makefile.am.
ca16be
# @configure_input@
ca16be
ca16be
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
ca16be
ca16be
# This Makefile.in is free software; the Free Software Foundation
ca16be
# gives unlimited permission to copy and/or distribute it,
ca16be
# with or without modifications, as long as this notice is preserved.
ca16be
ca16be
# This program is distributed in the hope that it will be useful,
ca16be
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
ca16be
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
ca16be
# PARTICULAR PURPOSE.
ca16be
ca16be
@SET_MAKE@
ca16be
ca16be
VPATH = @srcdir@
ca16be
am__is_gnu_make = { \
ca16be
  if test -z '$(MAKELEVEL)'; then \
ca16be
    false; \
ca16be
  elif test -n '$(MAKE_HOST)'; then \
ca16be
    true; \
ca16be
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
ca16be
    true; \
ca16be
  else \
ca16be
    false; \
ca16be
  fi; \
ca16be
}
ca16be
am__make_running_with_option = \
ca16be
  case $${target_option-} in \
ca16be
      ?) ;; \
ca16be
      *) echo "am__make_running_with_option: internal error: invalid" \
ca16be
              "target option '$${target_option-}' specified" >&2; \
ca16be
         exit 1;; \
ca16be
  esac; \
ca16be
  has_opt=no; \
ca16be
  sane_makeflags=$$MAKEFLAGS; \
ca16be
  if $(am__is_gnu_make); then \
ca16be
    sane_makeflags=$$MFLAGS; \
ca16be
  else \
ca16be
    case $$MAKEFLAGS in \
ca16be
      *\\[\ \	]*) \
ca16be
        bs=\\; \
ca16be
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
ca16be
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
ca16be
    esac; \
ca16be
  fi; \
ca16be
  skip_next=no; \
ca16be
  strip_trailopt () \
ca16be
  { \
ca16be
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ca16be
  }; \
ca16be
  for flg in $$sane_makeflags; do \
ca16be
    test $$skip_next = yes && { skip_next=no; continue; }; \
ca16be
    case $$flg in \
ca16be
      *=*|--*) continue;; \
ca16be
        -*I) strip_trailopt 'I'; skip_next=yes;; \
ca16be
      -*I?*) strip_trailopt 'I';; \
ca16be
        -*O) strip_trailopt 'O'; skip_next=yes;; \
ca16be
      -*O?*) strip_trailopt 'O';; \
ca16be
        -*l) strip_trailopt 'l'; skip_next=yes;; \
ca16be
      -*l?*) strip_trailopt 'l';; \
ca16be
      -[dEDm]) skip_next=yes;; \
ca16be
      -[JT]) skip_next=yes;; \
ca16be
    esac; \
ca16be
    case $$flg in \
ca16be
      *$$target_option*) has_opt=yes; break;; \
ca16be
    esac; \
ca16be
  done; \
ca16be
  test $$has_opt = yes
ca16be
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
ca16be
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
ca16be
pkgdatadir = $(datadir)/@PACKAGE@
ca16be
pkgincludedir = $(includedir)/@PACKAGE@
ca16be
pkglibdir = $(libdir)/@PACKAGE@
ca16be
pkglibexecdir = $(libexecdir)/@PACKAGE@
ca16be
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
ca16be
install_sh_DATA = $(install_sh) -c -m 644
ca16be
install_sh_PROGRAM = $(install_sh) -c
ca16be
install_sh_SCRIPT = $(install_sh) -c
ca16be
INSTALL_HEADER = $(INSTALL_DATA)
ca16be
transform = $(program_transform_name)
ca16be
NORMAL_INSTALL = :
ca16be
PRE_INSTALL = :
ca16be
POST_INSTALL = :
ca16be
NORMAL_UNINSTALL = :
ca16be
PRE_UNINSTALL = :
ca16be
POST_UNINSTALL = :
ca16be
build_triplet = @build@
ca16be
host_triplet = @host@
ca16be
subdir = .
ca16be
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
ca16be
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
ca16be
	$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
ca16be
	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
ca16be
	$(top_srcdir)/m4/ax_check_define.m4 \
ca16be
	$(top_srcdir)/m4/ax_check_link_flag.m4 \
ca16be
	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \
ca16be
	$(top_srcdir)/m4/ax_valgrind_check.m4 \
ca16be
	$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
ca16be
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
ca16be
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
ca16be
	$(top_srcdir)/configure.ac
ca16be
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
ca16be
	$(ACLOCAL_M4)
ca16be
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
ca16be
	$(am__configure_deps) $(am__DIST_COMMON)
ca16be
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
ca16be
 configure.lineno config.status.lineno
ca16be
mkinstalldirs = $(install_sh) -d
ca16be
CONFIG_CLEAN_FILES = libsodium.pc libsodium-uninstalled.pc \
ca16be
	src/libsodium/include/sodium/version.h
ca16be
CONFIG_CLEAN_VPATH_FILES =
ca16be
AM_V_P = $(am__v_P_@AM_V@)
ca16be
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
ca16be
am__v_P_0 = false
ca16be
am__v_P_1 = :
ca16be
AM_V_GEN = $(am__v_GEN_@AM_V@)
ca16be
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
ca16be
am__v_GEN_0 = @echo "  GEN     " $@;
ca16be
am__v_GEN_1 = 
ca16be
AM_V_at = $(am__v_at_@AM_V@)
ca16be
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
ca16be
am__v_at_0 = @
ca16be
am__v_at_1 = 
ca16be
SOURCES =
ca16be
DIST_SOURCES =
ca16be
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
ca16be
	ctags-recursive dvi-recursive html-recursive info-recursive \
ca16be
	install-data-recursive install-dvi-recursive \
ca16be
	install-exec-recursive install-html-recursive \
ca16be
	install-info-recursive install-pdf-recursive \
ca16be
	install-ps-recursive install-recursive installcheck-recursive \
ca16be
	installdirs-recursive pdf-recursive ps-recursive \
ca16be
	tags-recursive uninstall-recursive
ca16be
am__can_run_installinfo = \
ca16be
  case $$AM_UPDATE_INFO_DIR in \
ca16be
    n|no|NO) false;; \
ca16be
    *) (install-info --version) >/dev/null 2>&1;; \
ca16be
  esac
ca16be
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ca16be
am__vpath_adj = case $$p in \
ca16be
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ca16be
    *) f=$$p;; \
ca16be
  esac;
ca16be
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ca16be
am__install_max = 40
ca16be
am__nobase_strip_setup = \
ca16be
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ca16be
am__nobase_strip = \
ca16be
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
ca16be
am__nobase_list = $(am__nobase_strip_setup); \
ca16be
  for p in $$list; do echo "$$p $$p"; done | \
ca16be
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
ca16be
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
ca16be
    if (++n[$$2] == $(am__install_max)) \
ca16be
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
ca16be
    END { for (dir in files) print dir, files[dir] }'
ca16be
am__base_list = \
ca16be
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
ca16be
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
ca16be
am__uninstall_files_from_dir = { \
ca16be
  test -z "$$files" \
ca16be
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
ca16be
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
ca16be
         $(am__cd) "$$dir" && rm -f $$files; }; \
ca16be
  }
ca16be
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
ca16be
DATA = $(pkgconfig_DATA)
ca16be
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
ca16be
  distclean-recursive maintainer-clean-recursive
ca16be
am__recursive_targets = \
ca16be
  $(RECURSIVE_TARGETS) \
ca16be
  $(RECURSIVE_CLEAN_TARGETS) \
ca16be
  $(am__extra_recursive_targets)
ca16be
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
ca16be
	cscope distdir distdir-am dist dist-all distcheck
ca16be
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
ca16be
# Read a list of newline-separated strings from the standard input,
ca16be
# and print each of them once, without duplicates.  Input order is
ca16be
# *not* preserved.
ca16be
am__uniquify_input = $(AWK) '\
ca16be
  BEGIN { nonempty = 0; } \
ca16be
  { items[$$0] = 1; nonempty = 1; } \
ca16be
  END { if (nonempty) { for (i in items) print i; }; } \
ca16be
'
ca16be
# Make sure the list of sources is unique.  This is necessary because,
ca16be
# e.g., the same source file might be shared among _SOURCES variables
ca16be
# for different programs/libraries.
ca16be
am__define_uniq_tagged_files = \
ca16be
  list='$(am__tagged_files)'; \
ca16be
  unique=`for i in $$list; do \
ca16be
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
ca16be
  done | $(am__uniquify_input)`
ca16be
ETAGS = etags
ca16be
CTAGS = ctags
ca16be
CSCOPE = cscope
ca16be
DIST_SUBDIRS = $(SUBDIRS)
ca16be
am__DIST_COMMON = $(srcdir)/Makefile.in \
ca16be
	$(srcdir)/libsodium-uninstalled.pc.in \
ca16be
	$(srcdir)/libsodium.pc.in $(top_srcdir)/build-aux/compile \
ca16be
	$(top_srcdir)/build-aux/config.guess \
ca16be
	$(top_srcdir)/build-aux/config.sub \
ca16be
	$(top_srcdir)/build-aux/install-sh \
ca16be
	$(top_srcdir)/build-aux/ltmain.sh \
ca16be
	$(top_srcdir)/build-aux/missing \
ca16be
	$(top_srcdir)/src/libsodium/include/sodium/version.h.in \
ca16be
	AUTHORS ChangeLog THANKS build-aux/compile \
ca16be
	build-aux/config.guess build-aux/config.sub \
ca16be
	build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
ca16be
	compile depcomp install-sh ltmain.sh missing
ca16be
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ca16be
distdir = $(PACKAGE)-$(VERSION)
ca16be
top_distdir = $(distdir)
ca16be
am__remove_distdir = \
ca16be
  if test -d "$(distdir)"; then \
ca16be
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
ca16be
      && rm -rf "$(distdir)" \
ca16be
      || { sleep 5 && rm -rf "$(distdir)"; }; \
ca16be
  else :; fi
ca16be
am__post_remove_distdir = $(am__remove_distdir)
ca16be
am__relativize = \
ca16be
  dir0=`pwd`; \
ca16be
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
ca16be
  sed_rest='s,^[^/]*/*,,'; \
ca16be
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
ca16be
  sed_butlast='s,/*[^/]*$$,,'; \
ca16be
  while test -n "$$dir1"; do \
ca16be
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ca16be
    if test "$$first" != "."; then \
ca16be
      if test "$$first" = ".."; then \
ca16be
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ca16be
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ca16be
      else \
ca16be
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ca16be
        if test "$$first2" = "$$first"; then \
ca16be
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ca16be
        else \
ca16be
          dir2="../$$dir2"; \
ca16be
        fi; \
ca16be
        dir0="$$dir0"/"$$first"; \
ca16be
      fi; \
ca16be
    fi; \
ca16be
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ca16be
  done; \
ca16be
  reldir="$$dir2"
ca16be
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
ca16be
GZIP_ENV = --best
ca16be
DIST_TARGETS = dist-bzip2 dist-gzip
ca16be
distuninstallcheck_listfiles = find . -type f -print
ca16be
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
ca16be
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
ca16be
distcleancheck_listfiles = find . -type f -print
ca16be
ACLOCAL = @ACLOCAL@
ca16be
ALLOCA = @ALLOCA@
ca16be
AMTAR = @AMTAR@
ca16be
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
ca16be
AR = @AR@
ca16be
AS = @AS@
ca16be
AUTOCONF = @AUTOCONF@
ca16be
AUTOHEADER = @AUTOHEADER@
ca16be
AUTOMAKE = @AUTOMAKE@
ca16be
AWK = @AWK@
ca16be
CC = @CC@
ca16be
CCAS = @CCAS@
ca16be
CCASDEPMODE = @CCASDEPMODE@
ca16be
CCASFLAGS = @CCASFLAGS@
ca16be
CCDEPMODE = @CCDEPMODE@
ca16be
CFLAGS = @CFLAGS@
ca16be
CFLAGS_AESNI = @CFLAGS_AESNI@
ca16be
CFLAGS_AVX = @CFLAGS_AVX@
ca16be
CFLAGS_AVX2 = @CFLAGS_AVX2@
ca16be
CFLAGS_AVX512F = @CFLAGS_AVX512F@
ca16be
CFLAGS_MMX = @CFLAGS_MMX@
ca16be
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
ca16be
CFLAGS_RDRAND = @CFLAGS_RDRAND@
ca16be
CFLAGS_SSE2 = @CFLAGS_SSE2@
ca16be
CFLAGS_SSE3 = @CFLAGS_SSE3@
ca16be
CFLAGS_SSE41 = @CFLAGS_SSE41@
ca16be
CFLAGS_SSSE3 = @CFLAGS_SSSE3@
ca16be
CPP = @CPP@
ca16be
CPPFLAGS = @CPPFLAGS@
ca16be
CWFLAGS = @CWFLAGS@
ca16be
CYGPATH_W = @CYGPATH_W@
ca16be
DEFS = @DEFS@
ca16be
DEPDIR = @DEPDIR@
ca16be
DLLTOOL = @DLLTOOL@
ca16be
DLL_VERSION = @DLL_VERSION@
ca16be
DSYMUTIL = @DSYMUTIL@
ca16be
DUMPBIN = @DUMPBIN@
ca16be
ECHO_C = @ECHO_C@
ca16be
ECHO_N = @ECHO_N@
ca16be
ECHO_T = @ECHO_T@
ca16be
EGREP = @EGREP@
ca16be
ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
ca16be
ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
ca16be
ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
ca16be
ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
ca16be
EXEEXT = @EXEEXT@
ca16be
FGREP = @FGREP@
ca16be
GREP = @GREP@
ca16be
HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
ca16be
HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
ca16be
HAVE_CPUID_V = @HAVE_CPUID_V@
ca16be
HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
ca16be
INSTALL = @INSTALL@
ca16be
INSTALL_DATA = @INSTALL_DATA@
ca16be
INSTALL_PROGRAM = @INSTALL_PROGRAM@
ca16be
INSTALL_SCRIPT = @INSTALL_SCRIPT@
ca16be
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
ca16be
LD = @LD@
ca16be
LDFLAGS = @LDFLAGS@
ca16be
LIBOBJS = @LIBOBJS@
ca16be
LIBS = @LIBS@
ca16be
LIBTOOL = @LIBTOOL@
ca16be
LIBTOOL_DEPS = @LIBTOOL_DEPS@
ca16be
LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
ca16be
LIPO = @LIPO@
ca16be
LN_S = @LN_S@
ca16be
LTLIBOBJS = @LTLIBOBJS@
ca16be
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
ca16be
MAINT = @MAINT@
ca16be
MAKEINFO = @MAKEINFO@
ca16be
MANIFEST_TOOL = @MANIFEST_TOOL@
ca16be
MKDIR_P = @MKDIR_P@
ca16be
NM = @NM@
ca16be
NMEDIT = @NMEDIT@
ca16be
OBJDUMP = @OBJDUMP@
ca16be
OBJEXT = @OBJEXT@
ca16be
OTOOL = @OTOOL@
ca16be
OTOOL64 = @OTOOL64@
ca16be
PACKAGE = @PACKAGE@
ca16be
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
ca16be
PACKAGE_NAME = @PACKAGE_NAME@
ca16be
PACKAGE_STRING = @PACKAGE_STRING@
ca16be
PACKAGE_TARNAME = @PACKAGE_TARNAME@
ca16be
PACKAGE_URL = @PACKAGE_URL@
ca16be
PACKAGE_VERSION = @PACKAGE_VERSION@
ca16be
PATH_SEPARATOR = @PATH_SEPARATOR@
ca16be
PKGCONFIG_LIBS_PRIVATE = @PKGCONFIG_LIBS_PRIVATE@
ca16be
PTHREAD_CC = @PTHREAD_CC@
ca16be
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
ca16be
PTHREAD_LIBS = @PTHREAD_LIBS@
ca16be
RANLIB = @RANLIB@
ca16be
SAFECODE_HOME = @SAFECODE_HOME@
ca16be
SED = @SED@
ca16be
SET_MAKE = @SET_MAKE@
ca16be
SHELL = @SHELL@
ca16be
SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
ca16be
SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
ca16be
SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
ca16be
SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
ca16be
STRIP = @STRIP@
ca16be
TEST_LDFLAGS = @TEST_LDFLAGS@
ca16be
VALGRIND = @VALGRIND@
ca16be
VALGRIND_ENABLED = @VALGRIND_ENABLED@
ca16be
VERSION = @VERSION@
ca16be
abs_builddir = @abs_builddir@
ca16be
abs_srcdir = @abs_srcdir@
ca16be
abs_top_builddir = @abs_top_builddir@
ca16be
abs_top_srcdir = @abs_top_srcdir@
ca16be
ac_ct_AR = @ac_ct_AR@
ca16be
ac_ct_CC = @ac_ct_CC@
ca16be
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ca16be
am__include = @am__include@
ca16be
am__leading_dot = @am__leading_dot@
ca16be
am__quote = @am__quote@
ca16be
am__tar = @am__tar@
ca16be
am__untar = @am__untar@
ca16be
ax_pthread_config = @ax_pthread_config@
ca16be
bindir = @bindir@
ca16be
build = @build@
ca16be
build_alias = @build_alias@
ca16be
build_cpu = @build_cpu@
ca16be
build_os = @build_os@
ca16be
build_vendor = @build_vendor@
ca16be
builddir = @builddir@
ca16be
datadir = @datadir@
ca16be
datarootdir = @datarootdir@
ca16be
docdir = @docdir@
ca16be
dvidir = @dvidir@
ca16be
exec_prefix = @exec_prefix@
ca16be
host = @host@
ca16be
host_alias = @host_alias@
ca16be
host_cpu = @host_cpu@
ca16be
host_os = @host_os@
ca16be
host_vendor = @host_vendor@
ca16be
htmldir = @htmldir@
ca16be
includedir = @includedir@
ca16be
infodir = @infodir@
ca16be
install_sh = @install_sh@
ca16be
libdir = @libdir@
ca16be
libexecdir = @libexecdir@
ca16be
localedir = @localedir@
ca16be
localstatedir = @localstatedir@
ca16be
mandir = @mandir@
ca16be
mkdir_p = @mkdir_p@
ca16be
oldincludedir = @oldincludedir@
ca16be
pdfdir = @pdfdir@
ca16be
prefix = @prefix@
ca16be
program_transform_name = @program_transform_name@
ca16be
psdir = @psdir@
ca16be
sbindir = @sbindir@
ca16be
sharedstatedir = @sharedstatedir@
ca16be
srcdir = @srcdir@
ca16be
sysconfdir = @sysconfdir@
ca16be
target_alias = @target_alias@
ca16be
top_build_prefix = @top_build_prefix@
ca16be
top_builddir = @top_builddir@
ca16be
top_srcdir = @top_srcdir@
ca16be
valgrind_enabled_tools = @valgrind_enabled_tools@
ca16be
valgrind_tools = @valgrind_tools@
ca16be
ACLOCAL_AMFLAGS = -I m4
ca16be
EXTRA_DIST = \
ca16be
	autogen.sh \
ca16be
	libsodium.sln \
ca16be
	libsodium.vcxproj \
ca16be
	libsodium.vcxproj.filters \
ca16be
	LICENSE \
ca16be
	README.markdown \
ca16be
	THANKS
ca16be
ca16be
SUBDIRS = \
ca16be
	builds \
ca16be
	contrib \
ca16be
	dist-build \
ca16be
	msvc-scripts \
ca16be
	src \
ca16be
	test
ca16be
ca16be
pkgconfigdir = $(libdir)/pkgconfig
ca16be
pkgconfig_DATA = @PACKAGE_NAME@.pc
ca16be
DISTCLEANFILES = $(pkgconfig_DATA)
ca16be
all: all-recursive
ca16be
ca16be
.SUFFIXES:
ca16be
am--refresh: Makefile
ca16be
	@:
ca16be
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
ca16be
	@for dep in $?; do \
ca16be
	  case '$(am__configure_deps)' in \
ca16be
	    *$$dep*) \
ca16be
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
ca16be
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
ca16be
		&& exit 0; \
ca16be
	      exit 1;; \
ca16be
	  esac; \
ca16be
	done; \
ca16be
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
ca16be
	$(am__cd) $(top_srcdir) && \
ca16be
	  $(AUTOMAKE) --foreign Makefile
ca16be
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
ca16be
	@case '$?' in \
ca16be
	  *config.status*) \
ca16be
	    echo ' $(SHELL) ./config.status'; \
ca16be
	    $(SHELL) ./config.status;; \
ca16be
	  *) \
ca16be
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
ca16be
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
ca16be
	esac;
ca16be
ca16be
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
ca16be
	$(SHELL) ./config.status --recheck
ca16be
ca16be
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
ca16be
	$(am__cd) $(srcdir) && $(AUTOCONF)
ca16be
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
ca16be
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
ca16be
$(am__aclocal_m4_deps):
ca16be
libsodium.pc: $(top_builddir)/config.status $(srcdir)/libsodium.pc.in
ca16be
	cd $(top_builddir) && $(SHELL) ./config.status $@
ca16be
libsodium-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libsodium-uninstalled.pc.in
ca16be
	cd $(top_builddir) && $(SHELL) ./config.status $@
ca16be
src/libsodium/include/sodium/version.h: $(top_builddir)/config.status $(top_srcdir)/src/libsodium/include/sodium/version.h.in
ca16be
	cd $(top_builddir) && $(SHELL) ./config.status $@
ca16be
ca16be
mostlyclean-libtool:
ca16be
	-rm -f *.lo
ca16be
ca16be
clean-libtool:
ca16be
	-rm -rf .libs _libs
ca16be
ca16be
distclean-libtool:
ca16be
	-rm -f libtool config.lt
ca16be
install-pkgconfigDATA: $(pkgconfig_DATA)
ca16be
	@$(NORMAL_INSTALL)
ca16be
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
ca16be
	if test -n "$$list"; then \
ca16be
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
ca16be
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
ca16be
	fi; \
ca16be
	for p in $$list; do \
ca16be
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
ca16be
	  echo "$$d$$p"; \
ca16be
	done | $(am__base_list) | \
ca16be
	while read files; do \
ca16be
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
ca16be
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
ca16be
	done
ca16be
ca16be
uninstall-pkgconfigDATA:
ca16be
	@$(NORMAL_UNINSTALL)
ca16be
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
ca16be
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ca16be
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
ca16be
ca16be
# This directory's subdirectories are mostly independent; you can cd
ca16be
# into them and run 'make' without going through this Makefile.
ca16be
# To change the values of 'make' variables: instead of editing Makefiles,
ca16be
# (1) if the variable is set in 'config.status', edit 'config.status'
ca16be
#     (which will cause the Makefiles to be regenerated when you run 'make');
ca16be
# (2) otherwise, pass the desired values on the 'make' command line.
ca16be
$(am__recursive_targets):
ca16be
	@fail=; \
ca16be
	if $(am__make_keepgoing); then \
ca16be
	  failcom='fail=yes'; \
ca16be
	else \
ca16be
	  failcom='exit 1'; \
ca16be
	fi; \
ca16be
	dot_seen=no; \
ca16be
	target=`echo $@ | sed s/-recursive//`; \
ca16be
	case "$@" in \
ca16be
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
ca16be
	  *) list='$(SUBDIRS)' ;; \
ca16be
	esac; \
ca16be
	for subdir in $$list; do \
ca16be
	  echo "Making $$target in $$subdir"; \
ca16be
	  if test "$$subdir" = "."; then \
ca16be
	    dot_seen=yes; \
ca16be
	    local_target="$$target-am"; \
ca16be
	  else \
ca16be
	    local_target="$$target"; \
ca16be
	  fi; \
ca16be
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
ca16be
	  || eval $$failcom; \
ca16be
	done; \
ca16be
	if test "$$dot_seen" = "no"; then \
ca16be
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
ca16be
	fi; test -z "$$fail"
ca16be
ca16be
ID: $(am__tagged_files)
ca16be
	$(am__define_uniq_tagged_files); mkid -fID $$unique
ca16be
tags: tags-recursive
ca16be
TAGS: tags
ca16be
ca16be
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
ca16be
	set x; \
ca16be
	here=`pwd`; \
ca16be
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
ca16be
	  include_option=--etags-include; \
ca16be
	  empty_fix=.; \
ca16be
	else \
ca16be
	  include_option=--include; \
ca16be
	  empty_fix=; \
ca16be
	fi; \
ca16be
	list='$(SUBDIRS)'; for subdir in $$list; do \
ca16be
	  if test "$$subdir" = .; then :; else \
ca16be
	    test ! -f $$subdir/TAGS || \
ca16be
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
ca16be
	  fi; \
ca16be
	done; \
ca16be
	$(am__define_uniq_tagged_files); \
ca16be
	shift; \
ca16be
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
ca16be
	  test -n "$$unique" || unique=$$empty_fix; \
ca16be
	  if test $$# -gt 0; then \
ca16be
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
ca16be
	      "$$@" $$unique; \
ca16be
	  else \
ca16be
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
ca16be
	      $$unique; \
ca16be
	  fi; \
ca16be
	fi
ca16be
ctags: ctags-recursive
ca16be
ca16be
CTAGS: ctags
ca16be
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
ca16be
	$(am__define_uniq_tagged_files); \
ca16be
	test -z "$(CTAGS_ARGS)$$unique" \
ca16be
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
ca16be
	     $$unique
ca16be
ca16be
GTAGS:
ca16be
	here=`$(am__cd) $(top_builddir) && pwd` \
ca16be
	  && $(am__cd) $(top_srcdir) \
ca16be
	  && gtags -i $(GTAGS_ARGS) "$$here"
ca16be
cscope: cscope.files
ca16be
	test ! -s cscope.files \
ca16be
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
ca16be
clean-cscope:
ca16be
	-rm -f cscope.files
ca16be
cscope.files: clean-cscope cscopelist
ca16be
cscopelist: cscopelist-recursive
ca16be
ca16be
cscopelist-am: $(am__tagged_files)
ca16be
	list='$(am__tagged_files)'; \
ca16be
	case "$(srcdir)" in \
ca16be
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
ca16be
	  *) sdir=$(subdir)/$(srcdir) ;; \
ca16be
	esac; \
ca16be
	for i in $$list; do \
ca16be
	  if test -f "$$i"; then \
ca16be
	    echo "$(subdir)/$$i"; \
ca16be
	  else \
ca16be
	    echo "$$sdir/$$i"; \
ca16be
	  fi; \
ca16be
	done >> $(top_builddir)/cscope.files
ca16be
ca16be
distclean-tags:
ca16be
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
ca16be
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
ca16be
ca16be
distdir: $(BUILT_SOURCES)
ca16be
	$(MAKE) $(AM_MAKEFLAGS) distdir-am
ca16be
ca16be
distdir-am: $(DISTFILES)
ca16be
	$(am__remove_distdir)
ca16be
	test -d "$(distdir)" || mkdir "$(distdir)"
ca16be
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ca16be
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ca16be
	list='$(DISTFILES)'; \
ca16be
	  dist_files=`for file in $$list; do echo $$file; done | \
ca16be
	  sed -e "s|^$$srcdirstrip/||;t" \
ca16be
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
ca16be
	case $$dist_files in \
ca16be
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
ca16be
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
ca16be
			   sort -u` ;; \
ca16be
	esac; \
ca16be
	for file in $$dist_files; do \
ca16be
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
ca16be
	  if test -d $$d/$$file; then \
ca16be
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ca16be
	    if test -d "$(distdir)/$$file"; then \
ca16be
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
ca16be
	    fi; \
ca16be
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
ca16be
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
ca16be
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
ca16be
	    fi; \
ca16be
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
ca16be
	  else \
ca16be
	    test -f "$(distdir)/$$file" \
ca16be
	    || cp -p $$d/$$file "$(distdir)/$$file" \
ca16be
	    || exit 1; \
ca16be
	  fi; \
ca16be
	done
ca16be
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
ca16be
	  if test "$$subdir" = .; then :; else \
ca16be
	    $(am__make_dryrun) \
ca16be
	      || test -d "$(distdir)/$$subdir" \
ca16be
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
ca16be
	      || exit 1; \
ca16be
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
ca16be
	    $(am__relativize); \
ca16be
	    new_distdir=$$reldir; \
ca16be
	    dir1=$$subdir; dir2="$(top_distdir)"; \
ca16be
	    $(am__relativize); \
ca16be
	    new_top_distdir=$$reldir; \
ca16be
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
ca16be
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
ca16be
	    ($(am__cd) $$subdir && \
ca16be
	      $(MAKE) $(AM_MAKEFLAGS) \
ca16be
	        top_distdir="$$new_top_distdir" \
ca16be
	        distdir="$$new_distdir" \
ca16be
		am__remove_distdir=: \
ca16be
		am__skip_length_check=: \
ca16be
		am__skip_mode_fix=: \
ca16be
	        distdir) \
ca16be
	      || exit 1; \
ca16be
	  fi; \
ca16be
	done
ca16be
	-test -n "$(am__skip_mode_fix)" \
ca16be
	|| find "$(distdir)" -type d ! -perm -755 \
ca16be
		-exec chmod u+rwx,go+rx {} \; -o \
ca16be
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
ca16be
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
ca16be
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
ca16be
	|| chmod -R a+r "$(distdir)"
ca16be
dist-gzip: distdir
ca16be
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
ca16be
	$(am__post_remove_distdir)
ca16be
dist-bzip2: distdir
ca16be
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
ca16be
	$(am__post_remove_distdir)
ca16be
ca16be
dist-lzip: distdir
ca16be
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
ca16be
	$(am__post_remove_distdir)
ca16be
ca16be
dist-xz: distdir
ca16be
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
ca16be
	$(am__post_remove_distdir)
ca16be
ca16be
dist-tarZ: distdir
ca16be
	@echo WARNING: "Support for distribution archives compressed with" \
ca16be
		       "legacy program 'compress' is deprecated." >&2
ca16be
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
ca16be
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
ca16be
	$(am__post_remove_distdir)
ca16be
ca16be
dist-shar: distdir
ca16be
	@echo WARNING: "Support for shar distribution archives is" \
ca16be
	               "deprecated." >&2
ca16be
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
ca16be
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
ca16be
	$(am__post_remove_distdir)
ca16be
ca16be
dist-zip: distdir
ca16be
	-rm -f $(distdir).zip
ca16be
	zip -rq $(distdir).zip $(distdir)
ca16be
	$(am__post_remove_distdir)
ca16be
ca16be
dist dist-all:
ca16be
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
ca16be
	$(am__post_remove_distdir)
ca16be
ca16be
# This target untars the dist file and tries a VPATH configuration.  Then
ca16be
# it guarantees that the distribution is self-contained by making another
ca16be
# tarfile.
ca16be
distcheck: dist
ca16be
	case '$(DIST_ARCHIVES)' in \
ca16be
	*.tar.gz*) \
ca16be
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
ca16be
	*.tar.bz2*) \
ca16be
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
ca16be
	*.tar.lz*) \
ca16be
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
ca16be
	*.tar.xz*) \
ca16be
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
ca16be
	*.tar.Z*) \
ca16be
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
ca16be
	*.shar.gz*) \
ca16be
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
ca16be
	*.zip*) \
ca16be
	  unzip $(distdir).zip ;;\
ca16be
	esac
ca16be
	chmod -R a-w $(distdir)
ca16be
	chmod u+w $(distdir)
ca16be
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
ca16be
	chmod a-w $(distdir)
ca16be
	test -d $(distdir)/_build || exit 0; \
ca16be
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ca16be
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
ca16be
	  && am__cwd=`pwd` \
ca16be
	  && $(am__cd) $(distdir)/_build/sub \
ca16be
	  && ../../configure \
ca16be
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
ca16be
	    $(DISTCHECK_CONFIGURE_FLAGS) \
ca16be
	    --srcdir=../.. --prefix="$$dc_install_base" \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) check \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) install \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
ca16be
	        distuninstallcheck \
ca16be
	  && chmod -R a-w "$$dc_install_base" \
ca16be
	  && ({ \
ca16be
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
ca16be
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
ca16be
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
ca16be
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
ca16be
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
ca16be
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
ca16be
	  && rm -rf "$$dc_destdir" \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
ca16be
	  && rm -rf $(DIST_ARCHIVES) \
ca16be
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
ca16be
	  && cd "$$am__cwd" \
ca16be
	  || exit 1
ca16be
	$(am__post_remove_distdir)
ca16be
	@(echo "$(distdir) archives ready for distribution: "; \
ca16be
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
ca16be
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
ca16be
distuninstallcheck:
ca16be
	@test -n '$(distuninstallcheck_dir)' || { \
ca16be
	  echo 'ERROR: trying to run $@ with an empty' \
ca16be
	       '$$(distuninstallcheck_dir)' >&2; \
ca16be
	  exit 1; \
ca16be
	}; \
ca16be
	$(am__cd) '$(distuninstallcheck_dir)' || { \
ca16be
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
ca16be
	  exit 1; \
ca16be
	}; \
ca16be
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ca16be
	   || { echo "ERROR: files left after uninstall:" ; \
ca16be
	        if test -n "$(DESTDIR)"; then \
ca16be
	          echo "  (check DESTDIR support)"; \
ca16be
	        fi ; \
ca16be
	        $(distuninstallcheck_listfiles) ; \
ca16be
	        exit 1; } >&2
ca16be
distcleancheck: distclean
ca16be
	@if test '$(srcdir)' = . ; then \
ca16be
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
ca16be
	  exit 1 ; \
ca16be
	fi
ca16be
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ca16be
	  || { echo "ERROR: files left in build directory after distclean:" ; \
ca16be
	       $(distcleancheck_listfiles) ; \
ca16be
	       exit 1; } >&2
ca16be
check-am: all-am
ca16be
check: check-recursive
ca16be
all-am: Makefile $(DATA)
ca16be
installdirs: installdirs-recursive
ca16be
installdirs-am:
ca16be
	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
ca16be
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
ca16be
	done
ca16be
install: install-recursive
ca16be
install-exec: install-exec-recursive
ca16be
install-data: install-data-recursive
ca16be
uninstall: uninstall-recursive
ca16be
ca16be
install-am: all-am
ca16be
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
ca16be
ca16be
installcheck: installcheck-recursive
ca16be
install-strip:
ca16be
	if test -z '$(STRIP)'; then \
ca16be
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
ca16be
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
ca16be
	      install; \
ca16be
	else \
ca16be
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
ca16be
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
ca16be
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
ca16be
	fi
ca16be
mostlyclean-generic:
ca16be
ca16be
clean-generic:
ca16be
ca16be
distclean-generic:
ca16be
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
ca16be
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
ca16be
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
ca16be
ca16be
maintainer-clean-generic:
ca16be
	@echo "This command is intended for maintainers to use"
ca16be
	@echo "it deletes files that may require special tools to rebuild."
ca16be
clean: clean-recursive
ca16be
ca16be
clean-am: clean-generic clean-libtool mostlyclean-am
ca16be
ca16be
distclean: distclean-recursive
ca16be
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
ca16be
	-rm -f Makefile
ca16be
distclean-am: clean-am distclean-generic distclean-libtool \
ca16be
	distclean-tags
ca16be
ca16be
dvi: dvi-recursive
ca16be
ca16be
dvi-am:
ca16be
ca16be
html: html-recursive
ca16be
ca16be
html-am:
ca16be
ca16be
info: info-recursive
ca16be
ca16be
info-am:
ca16be
ca16be
install-data-am: install-pkgconfigDATA
ca16be
ca16be
install-dvi: install-dvi-recursive
ca16be
ca16be
install-dvi-am:
ca16be
ca16be
install-exec-am:
ca16be
ca16be
install-html: install-html-recursive
ca16be
ca16be
install-html-am:
ca16be
ca16be
install-info: install-info-recursive
ca16be
ca16be
install-info-am:
ca16be
ca16be
install-man:
ca16be
ca16be
install-pdf: install-pdf-recursive
ca16be
ca16be
install-pdf-am:
ca16be
ca16be
install-ps: install-ps-recursive
ca16be
ca16be
install-ps-am:
ca16be
ca16be
installcheck-am:
ca16be
ca16be
maintainer-clean: maintainer-clean-recursive
ca16be
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
ca16be
	-rm -rf $(top_srcdir)/autom4te.cache
ca16be
	-rm -f Makefile
ca16be
maintainer-clean-am: distclean-am maintainer-clean-generic
ca16be
ca16be
mostlyclean: mostlyclean-recursive
ca16be
ca16be
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
ca16be
ca16be
pdf: pdf-recursive
ca16be
ca16be
pdf-am:
ca16be
ca16be
ps: ps-recursive
ca16be
ca16be
ps-am:
ca16be
ca16be
uninstall-am: uninstall-pkgconfigDATA
ca16be
ca16be
.MAKE: $(am__recursive_targets) install-am install-strip
ca16be
ca16be
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
ca16be
	am--refresh check check-am clean clean-cscope clean-generic \
ca16be
	clean-libtool cscope cscopelist-am ctags ctags-am dist \
ca16be
	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
ca16be
	dist-xz dist-zip distcheck distclean distclean-generic \
ca16be
	distclean-libtool distclean-tags distcleancheck distdir \
ca16be
	distuninstallcheck dvi dvi-am html html-am info info-am \
ca16be
	install install-am install-data install-data-am install-dvi \
ca16be
	install-dvi-am install-exec install-exec-am install-html \
ca16be
	install-html-am install-info install-info-am install-man \
ca16be
	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
ca16be
	install-ps-am install-strip installcheck installcheck-am \
ca16be
	installdirs installdirs-am maintainer-clean \
ca16be
	maintainer-clean-generic mostlyclean mostlyclean-generic \
ca16be
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
ca16be
	uninstall-am uninstall-pkgconfigDATA
ca16be
ca16be
.PRECIOUS: Makefile
ca16be
ca16be
ca16be
# Tell versions [3.59,3.63) of GNU make to not export all variables.
ca16be
# Otherwise a system limit (for SysV at least) may be exceeded.
ca16be
.NOEXPORT: