Home | History | Annotate | Line # | Download | only in msvc-scripts
      1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 VPATH = @srcdir@
     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 }
     28 am__make_running_with_option = \
     29   case $${target_option-} in \
     30       ?) ;; \
     31       *) echo "am__make_running_with_option: internal error: invalid" \
     32               "target option '$${target_option-}' specified" >&2; \
     33          exit 1;; \
     34   esac; \
     35   has_opt=no; \
     36   sane_makeflags=$$MAKEFLAGS; \
     37   if $(am__is_gnu_make); then \
     38     sane_makeflags=$$MFLAGS; \
     39   else \
     40     case $$MAKEFLAGS in \
     41       *\\[\ \	]*) \
     42         bs=\\; \
     43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     44           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     45     esac; \
     46   fi; \
     47   skip_next=no; \
     48   strip_trailopt () \
     49   { \
     50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     51   }; \
     52   for flg in $$sane_makeflags; do \
     53     test $$skip_next = yes && { skip_next=no; continue; }; \
     54     case $$flg in \
     55       *=*|--*) continue;; \
     56         -*I) strip_trailopt 'I'; skip_next=yes;; \
     57       -*I?*) strip_trailopt 'I';; \
     58         -*O) strip_trailopt 'O'; skip_next=yes;; \
     59       -*O?*) strip_trailopt 'O';; \
     60         -*l) strip_trailopt 'l'; skip_next=yes;; \
     61       -*l?*) strip_trailopt 'l';; \
     62       -[dEDm]) skip_next=yes;; \
     63       -[JT]) skip_next=yes;; \
     64     esac; \
     65     case $$flg in \
     66       *$$target_option*) has_opt=yes; break;; \
     67     esac; \
     68   done; \
     69   test $$has_opt = yes
     70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     72 pkgdatadir = $(datadir)/@PACKAGE@
     73 pkgincludedir = $(includedir)/@PACKAGE@
     74 pkglibdir = $(libdir)/@PACKAGE@
     75 pkglibexecdir = $(libexecdir)/@PACKAGE@
     76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     77 install_sh_DATA = $(install_sh) -c -m 644
     78 install_sh_PROGRAM = $(install_sh) -c
     79 install_sh_SCRIPT = $(install_sh) -c
     80 INSTALL_HEADER = $(INSTALL_DATA)
     81 transform = $(program_transform_name)
     82 NORMAL_INSTALL = :
     83 PRE_INSTALL = :
     84 POST_INSTALL = :
     85 NORMAL_UNINSTALL = :
     86 PRE_UNINSTALL = :
     87 POST_UNINSTALL = :
     88 build_triplet = @build@
     89 host_triplet = @host@
     90 subdir = msvc-scripts
     91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     92 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
     93 	$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
     94 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
     95 	$(top_srcdir)/m4/ax_check_define.m4 \
     96 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
     97 	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \
     98 	$(top_srcdir)/m4/ax_valgrind_check.m4 \
     99 	$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
    100 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    101 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    102 	$(top_srcdir)/configure.ac
    103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    104 	$(ACLOCAL_M4)
    105 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    106 mkinstalldirs = $(install_sh) -d
    107 CONFIG_CLEAN_FILES =
    108 CONFIG_CLEAN_VPATH_FILES =
    109 AM_V_P = $(am__v_P_@AM_V@)
    110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    111 am__v_P_0 = false
    112 am__v_P_1 = :
    113 AM_V_GEN = $(am__v_GEN_@AM_V@)
    114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    115 am__v_GEN_0 = @echo "  GEN     " $@;
    116 am__v_GEN_1 = 
    117 AM_V_at = $(am__v_at_@AM_V@)
    118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    119 am__v_at_0 = @
    120 am__v_at_1 = 
    121 SOURCES =
    122 DIST_SOURCES =
    123 am__can_run_installinfo = \
    124   case $$AM_UPDATE_INFO_DIR in \
    125     n|no|NO) false;; \
    126     *) (install-info --version) >/dev/null 2>&1;; \
    127   esac
    128 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    129 am__DIST_COMMON = $(srcdir)/Makefile.in
    130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    131 ACLOCAL = @ACLOCAL@
    132 ALLOCA = @ALLOCA@
    133 AMTAR = @AMTAR@
    134 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    135 AR = @AR@
    136 AS = @AS@
    137 AUTOCONF = @AUTOCONF@
    138 AUTOHEADER = @AUTOHEADER@
    139 AUTOMAKE = @AUTOMAKE@
    140 AWK = @AWK@
    141 CC = @CC@
    142 CCAS = @CCAS@
    143 CCASDEPMODE = @CCASDEPMODE@
    144 CCASFLAGS = @CCASFLAGS@
    145 CCDEPMODE = @CCDEPMODE@
    146 CFLAGS = @CFLAGS@
    147 CFLAGS_AESNI = @CFLAGS_AESNI@
    148 CFLAGS_AVX = @CFLAGS_AVX@
    149 CFLAGS_AVX2 = @CFLAGS_AVX2@
    150 CFLAGS_AVX512F = @CFLAGS_AVX512F@
    151 CFLAGS_MMX = @CFLAGS_MMX@
    152 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
    153 CFLAGS_RDRAND = @CFLAGS_RDRAND@
    154 CFLAGS_SSE2 = @CFLAGS_SSE2@
    155 CFLAGS_SSE3 = @CFLAGS_SSE3@
    156 CFLAGS_SSE41 = @CFLAGS_SSE41@
    157 CFLAGS_SSSE3 = @CFLAGS_SSSE3@
    158 CPP = @CPP@
    159 CPPFLAGS = @CPPFLAGS@
    160 CWFLAGS = @CWFLAGS@
    161 CYGPATH_W = @CYGPATH_W@
    162 DEFS = @DEFS@
    163 DEPDIR = @DEPDIR@
    164 DLLTOOL = @DLLTOOL@
    165 DLL_VERSION = @DLL_VERSION@
    166 DSYMUTIL = @DSYMUTIL@
    167 DUMPBIN = @DUMPBIN@
    168 ECHO_C = @ECHO_C@
    169 ECHO_N = @ECHO_N@
    170 ECHO_T = @ECHO_T@
    171 EGREP = @EGREP@
    172 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
    173 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
    174 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
    175 ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
    176 EXEEXT = @EXEEXT@
    177 FGREP = @FGREP@
    178 GREP = @GREP@
    179 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
    180 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
    181 HAVE_CPUID_V = @HAVE_CPUID_V@
    182 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
    183 INSTALL = @INSTALL@
    184 INSTALL_DATA = @INSTALL_DATA@
    185 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    186 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    187 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    188 ISODATE = @ISODATE@
    189 LD = @LD@
    190 LDFLAGS = @LDFLAGS@
    191 LIBOBJS = @LIBOBJS@
    192 LIBS = @LIBS@
    193 LIBTOOL = @LIBTOOL@
    194 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    195 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
    196 LIPO = @LIPO@
    197 LN_S = @LN_S@
    198 LTLIBOBJS = @LTLIBOBJS@
    199 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    200 MAINT = @MAINT@
    201 MAKEINFO = @MAKEINFO@
    202 MANIFEST_TOOL = @MANIFEST_TOOL@
    203 MKDIR_P = @MKDIR_P@
    204 NM = @NM@
    205 NMEDIT = @NMEDIT@
    206 OBJDUMP = @OBJDUMP@
    207 OBJEXT = @OBJEXT@
    208 OTOOL = @OTOOL@
    209 OTOOL64 = @OTOOL64@
    210 PACKAGE = @PACKAGE@
    211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    212 PACKAGE_NAME = @PACKAGE_NAME@
    213 PACKAGE_STRING = @PACKAGE_STRING@
    214 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    215 PACKAGE_URL = @PACKAGE_URL@
    216 PACKAGE_VERSION = @PACKAGE_VERSION@
    217 PATH_SEPARATOR = @PATH_SEPARATOR@
    218 PTHREAD_CC = @PTHREAD_CC@
    219 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    220 PTHREAD_LIBS = @PTHREAD_LIBS@
    221 RANLIB = @RANLIB@
    222 SAFECODE_HOME = @SAFECODE_HOME@
    223 SED = @SED@
    224 SET_MAKE = @SET_MAKE@
    225 SHELL = @SHELL@
    226 SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
    227 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
    228 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
    229 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
    230 STRIP = @STRIP@
    231 TEST_LDFLAGS = @TEST_LDFLAGS@
    232 VALGRIND = @VALGRIND@
    233 VALGRIND_ENABLED = @VALGRIND_ENABLED@
    234 VERSION = @VERSION@
    235 abs_builddir = @abs_builddir@
    236 abs_srcdir = @abs_srcdir@
    237 abs_top_builddir = @abs_top_builddir@
    238 abs_top_srcdir = @abs_top_srcdir@
    239 ac_ct_AR = @ac_ct_AR@
    240 ac_ct_CC = @ac_ct_CC@
    241 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    242 am__include = @am__include@
    243 am__leading_dot = @am__leading_dot@
    244 am__quote = @am__quote@
    245 am__tar = @am__tar@
    246 am__untar = @am__untar@
    247 ax_pthread_config = @ax_pthread_config@
    248 bindir = @bindir@
    249 build = @build@
    250 build_alias = @build_alias@
    251 build_cpu = @build_cpu@
    252 build_os = @build_os@
    253 build_vendor = @build_vendor@
    254 builddir = @builddir@
    255 datadir = @datadir@
    256 datarootdir = @datarootdir@
    257 docdir = @docdir@
    258 dvidir = @dvidir@
    259 exec_prefix = @exec_prefix@
    260 host = @host@
    261 host_alias = @host_alias@
    262 host_cpu = @host_cpu@
    263 host_os = @host_os@
    264 host_vendor = @host_vendor@
    265 htmldir = @htmldir@
    266 includedir = @includedir@
    267 infodir = @infodir@
    268 install_sh = @install_sh@
    269 libdir = @libdir@
    270 libexecdir = @libexecdir@
    271 localedir = @localedir@
    272 localstatedir = @localstatedir@
    273 mandir = @mandir@
    274 mkdir_p = @mkdir_p@
    275 oldincludedir = @oldincludedir@
    276 pdfdir = @pdfdir@
    277 prefix = @prefix@
    278 program_transform_name = @program_transform_name@
    279 psdir = @psdir@
    280 sbindir = @sbindir@
    281 sharedstatedir = @sharedstatedir@
    282 srcdir = @srcdir@
    283 sysconfdir = @sysconfdir@
    284 target_alias = @target_alias@
    285 top_build_prefix = @top_build_prefix@
    286 top_builddir = @top_builddir@
    287 top_srcdir = @top_srcdir@
    288 valgrind_enabled_tools = @valgrind_enabled_tools@
    289 valgrind_tools = @valgrind_tools@
    290 EXTRA_DIST = \
    291 	process.bat \
    292 	rep.vbs \
    293 	sodium.props
    294 
    295 all: all-am
    296 
    297 .SUFFIXES:
    298 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    299 	@for dep in $?; do \
    300 	  case '$(am__configure_deps)' in \
    301 	    *$$dep*) \
    302 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    303 	        && { if test -f $@; then exit 0; else break; fi; }; \
    304 	      exit 1;; \
    305 	  esac; \
    306 	done; \
    307 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign msvc-scripts/Makefile'; \
    308 	$(am__cd) $(top_srcdir) && \
    309 	  $(AUTOMAKE) --foreign msvc-scripts/Makefile
    310 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    311 	@case '$?' in \
    312 	  *config.status*) \
    313 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    314 	  *) \
    315 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    316 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    317 	esac;
    318 
    319 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    320 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    321 
    322 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    323 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    324 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    325 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    326 $(am__aclocal_m4_deps):
    327 
    328 mostlyclean-libtool:
    329 	-rm -f *.lo
    330 
    331 clean-libtool:
    332 	-rm -rf .libs _libs
    333 tags TAGS:
    334 
    335 ctags CTAGS:
    336 
    337 cscope cscopelist:
    338 
    339 
    340 distdir: $(DISTFILES)
    341 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    342 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    343 	list='$(DISTFILES)'; \
    344 	  dist_files=`for file in $$list; do echo $$file; done | \
    345 	  sed -e "s|^$$srcdirstrip/||;t" \
    346 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    347 	case $$dist_files in \
    348 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    349 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    350 			   sort -u` ;; \
    351 	esac; \
    352 	for file in $$dist_files; do \
    353 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    354 	  if test -d $$d/$$file; then \
    355 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    356 	    if test -d "$(distdir)/$$file"; then \
    357 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    358 	    fi; \
    359 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    360 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    361 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    362 	    fi; \
    363 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    364 	  else \
    365 	    test -f "$(distdir)/$$file" \
    366 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    367 	    || exit 1; \
    368 	  fi; \
    369 	done
    370 check-am: all-am
    371 check: check-am
    372 all-am: Makefile
    373 installdirs:
    374 install: install-am
    375 install-exec: install-exec-am
    376 install-data: install-data-am
    377 uninstall: uninstall-am
    378 
    379 install-am: all-am
    380 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    381 
    382 installcheck: installcheck-am
    383 install-strip:
    384 	if test -z '$(STRIP)'; then \
    385 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    386 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    387 	      install; \
    388 	else \
    389 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    390 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    391 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    392 	fi
    393 mostlyclean-generic:
    394 
    395 clean-generic:
    396 
    397 distclean-generic:
    398 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    399 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    400 
    401 maintainer-clean-generic:
    402 	@echo "This command is intended for maintainers to use"
    403 	@echo "it deletes files that may require special tools to rebuild."
    404 clean: clean-am
    405 
    406 clean-am: clean-generic clean-libtool mostlyclean-am
    407 
    408 distclean: distclean-am
    409 	-rm -f Makefile
    410 distclean-am: clean-am distclean-generic
    411 
    412 dvi: dvi-am
    413 
    414 dvi-am:
    415 
    416 html: html-am
    417 
    418 html-am:
    419 
    420 info: info-am
    421 
    422 info-am:
    423 
    424 install-data-am:
    425 
    426 install-dvi: install-dvi-am
    427 
    428 install-dvi-am:
    429 
    430 install-exec-am:
    431 
    432 install-html: install-html-am
    433 
    434 install-html-am:
    435 
    436 install-info: install-info-am
    437 
    438 install-info-am:
    439 
    440 install-man:
    441 
    442 install-pdf: install-pdf-am
    443 
    444 install-pdf-am:
    445 
    446 install-ps: install-ps-am
    447 
    448 install-ps-am:
    449 
    450 installcheck-am:
    451 
    452 maintainer-clean: maintainer-clean-am
    453 	-rm -f Makefile
    454 maintainer-clean-am: distclean-am maintainer-clean-generic
    455 
    456 mostlyclean: mostlyclean-am
    457 
    458 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    459 
    460 pdf: pdf-am
    461 
    462 pdf-am:
    463 
    464 ps: ps-am
    465 
    466 ps-am:
    467 
    468 uninstall-am:
    469 
    470 .MAKE: install-am install-strip
    471 
    472 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    473 	cscopelist-am ctags-am distclean distclean-generic \
    474 	distclean-libtool distdir dvi dvi-am html html-am info info-am \
    475 	install install-am install-data install-data-am install-dvi \
    476 	install-dvi-am install-exec install-exec-am install-html \
    477 	install-html-am install-info install-info-am install-man \
    478 	install-pdf install-pdf-am install-ps install-ps-am \
    479 	install-strip installcheck installcheck-am installdirs \
    480 	maintainer-clean maintainer-clean-generic mostlyclean \
    481 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    482 	tags-am uninstall uninstall-am
    483 
    484 .PRECIOUS: Makefile
    485 
    486 
    487 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    488 # Otherwise a system limit (for SysV at least) may be exceeded.
    489 .NOEXPORT:
    490